Comment 7 for bug 79342

Revision history for this message
ville palo (vi64pa) wrote :

If you want and if you have time please could you try the following:

After you have started gdb just type:

gdb qgo 2>&1 | tee gdb-qgo.txt

after enter, type:

run

qgo should start and now you can try to crash the qgo.
When crash happens, type:
bt full
info registers
thread apply all backtrace
quit

and now you should have gdb-qgo.txt file on your disk, attach it to this and bug report is ready.