PDA

View Full Version : segmentation fault



lawrence Anthony
30th November 2011, 21:56
I upgrade my pc to the latest version of ubuntu and now I cant get my simulator run. this is what am told as I tried to get the simulation to run. I wish folks can help me resolve the issue.




Program received signal SIGSEGV, Segmentation fault.
0x03ab31b6 in ?? () from /usr/lib/libqt-mt.so.3
(gdb) backtrace
#0 0x03ab31b6 in ?? () from /usr/lib/libqt-mt.so.3
#1 0x03b4bafd in ?? () from /usr/lib/libqt-mt.so.3
#2 0x0372e8d0 in _init () from /usr/lib/libqt-mt.so.3
#3 0x0011e64c in ?? () from /lib/ld-linux.so.2
#4 0x0011e769 in ?? () from /lib/ld-linux.so.2
#5 0x0011088f in ?? () from /lib/ld-linux.so.2








Segmentation fault

stampede
30th November 2011, 22:58
What is the "driver" ? Is this your C++/Qt program ?
Run the program "../driver" with debugger attached and post the stack trace after crash. Compile and test the debug version.
Now its like - "I have a program, and it crashed. What is wrong ?"