You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an almost working build of gazebo11 on conda-forge! I can start the gazebo server, and also check that some of the default messages are sent successfully.
However, the gazebo client crashes after printing the following in verbose mode:
(gazz) ~/Programs:$ gzclient --verbose
Gazebo multi-robot simulator, version 11.0.0
Copyright (C) 2012 Open Source Robotics Foundation.
Released under the Apache 2 License. http://gazebosim.org
[Msg] Waiting for master.
[Msg] Connected to gazebo master @ http://127.0.0.1:11345
[Msg] Publicized address: 10.12.199.184
[Wrn] [Event.cc:61] Warning: Deleting a connection right after creation. Make sure to save the ConnectionPtr from a Connect call
[Wrn] [GuiIface.cc:119] JPEG parameter struct mismatch: library thinks size is 632, caller expects 664
Segmentation fault (core dumped)
When launching with gdb attached, the backtrace only shows:
Thread 1 "gzclient" received signal SIGSEGV, Segmentation fault.
0x00007ffff3d034de in ____longjmp_chk () from /lib64/libc.so.6
(gdb) bt
#0 0x00007ffff3d034de in ____longjmp_chk () from /lib64/libc.so.6 #1 0x40554107a766ecb0 in ?? ()
Backtrace stopped: Cannot access memory at address 0x4dfaea878771419f
I can see the splashscreen rectangle (without any content), but unfortunately that’s it.
I am just wondering if someone here knows anything?
The text was updated successfully, but these errors were encountered:
Original report (archived issue) by Wolf Vollprecht (Bitbucket: Wolf).
Hi all,
I have an almost working build of gazebo11 on conda-forge! I can start the gazebo server, and also check that some of the default messages are sent successfully.
However, the gazebo client crashes after printing the following in verbose mode:
(gazz) ~/Programs:$ gzclient --verbose
Gazebo multi-robot simulator, version 11.0.0
Copyright (C) 2012 Open Source Robotics Foundation.
Released under the Apache 2 License.
http://gazebosim.org
[Msg] Waiting for master.
[Msg] Connected to gazebo master @ http://127.0.0.1:11345
[Msg] Publicized address: 10.12.199.184
[Wrn] [Event.cc:61] Warning: Deleting a connection right after creation. Make sure to save the ConnectionPtr from a Connect call
[Wrn] [GuiIface.cc:119] JPEG parameter struct mismatch: library thinks size is 632, caller expects 664
Segmentation fault (core dumped)
When launching with gdb attached, the backtrace only shows:
Thread 1 "gzclient" received signal SIGSEGV, Segmentation fault.
0x00007ffff3d034de in ____longjmp_chk () from /lib64/libc.so.6
(gdb) bt
#0 0x00007ffff3d034de in ____longjmp_chk () from /lib64/libc.so.6
#1 0x40554107a766ecb0 in ?? ()
Backtrace stopped: Cannot access memory at address 0x4dfaea878771419f
I can see the splashscreen rectangle (without any content), but unfortunately that’s it.
I am just wondering if someone here knows anything?
The text was updated successfully, but these errors were encountered: