I have compiled gazebo from source. When I try to lauch it, either as "gazebo" or as "gzclient", it crashes. Doesn't show any splash screen. The gzserver does not seem to crash.
Backtrace obtained through gdb :
Program received signal SIGSEGV, Segmentation fault.
QList::QList (this=0x7fffd9fa7438 ) at ../../include/QtCore/../../src/corelib/tools/qlist.h:121
121 ../../include/QtCore/../../src/corelib/tools/qlist.h: Aucun fichier ou dossier de ce type.
(gdb) bt
#0 QList::QList (this=0x7fffd9fa7438 ) at ../../include/QtCore/../../src/corelib/tools/qlist.h:121
#1 QPrinterInfoPrivate::QPrinterInfoPrivate (name=..., this=0x7fffd9fa7420 ) at painting/qprinterinfo_p.h:71
#2 __static_initialization_and_destruction_0 (__initialize_p=1, __priority=65535) at painting/qprinterinfo.cpp:35
#3 _GLOBAL__sub_I_qprinterinfo.cpp(void) () at painting/qprinterinfo.cpp:163
#4 0x00007ffff7de95da in call_init (l=, argc=argc@entry=1, argv=argv@entry=0x7fffffffdea8, env=env@entry=0x7fffffffdeb8) at dl-init.c:72
#5 0x00007ffff7de96eb in call_init (env=0x7fffffffdeb8, argv=0x7fffffffdea8, argc=1, l=) at dl-init.c:30
#6 _dl_init (main_map=0x7ffff7ffe168, argc=1, argv=0x7fffffffdea8, env=0x7fffffffdeb8) at dl-init.c:120
#7 0x00007ffff7ddacda in _dl_start_user () from /lib64/ld-linux-x86-64.so.2
#8 0x0000000000000001 in ?? ()
#9 0x00007fffffffe23f in ?? ()
#10 0x0000000000000000 in ?? ()
Any suggestions on how I can move forward with this installation ? BTW I have performed "make tests" and will update this when any results are available.
I am ready to provide more information if you tell me what would be useful.
↧