Robotics StackExchange | Archived questions

GZClient segfaults after compiling from source

I compiled Gazebo version 9.3.1 together with a compiling ign-common1, ign-fuel-tools, ign-math4, ign-transport2, sdformat6, ign-cmake0 from source.

gdserver works fine, but gz client segfaults with the following message

(gdb) run
Starting program: /usr/local/bin/gzclient
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffc1274700 (LWP 13326)]
[New Thread 0x7fffbea73700 (LWP 13327)]
[New Thread 0x7fffbe272700 (LWP 13328)]

Thread 1 "gzclient" received signal SIGSEGV, Segmentation fault.
0x00007fffe9c6c5a4 in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4`

Asked by eraserpencil on 2018-09-01 12:52:37 UTC

Comments

After it crashes, still inside gdb, could you run bt to get a backtrace and add it to your question? Also, just looking at this, I suspect you may be using Qt4 instead of Qt5?

Asked by chapulina on 2018-09-04 11:58:07 UTC

Answers

I got same error after build source code and run gazebo11. I want say the f word because this Q&A have any suggestions on this error.

Asked by suchb on 2020-06-03 22:38:11 UTC

Comments