
Originally Posted by
[maTa]
i got:
Program received signal SIGSEGV, Segmentation fault.
0x02593023 in QGListIterator:

perator++ () from /usr/lib/qt-3.3/lib/libqt-mt.so.3
(gdb)
Single stepping until exit from function _ZN14QGListIteratorppEv,
which has no line number information.
Couldn't get registers: No such process.
Then try (make sure you have "debug" instead of "release" in CONFIG in your .pro file):
(gdb) run
...
Program received signal SIGSEGV, Segmentation fault.
...
(gdb) bt
<post this part>
(gdb) quit
(gdb) run
...
Program received signal SIGSEGV, Segmentation fault.
...
(gdb) bt
<post this part>
(gdb) quit
To copy to clipboard, switch view to plain text mode
Bookmarks