Comment 6 for bug 322504

Revision history for this message
AT (atorgovitsky) wrote :

I tried the instructions to run the backtrace,
 https://wiki.ubuntu.com/DebuggingProgramCrash, 1-4
then
 https://wiki.ubuntu.com/Backtrace, 1-5

and everything went smoothly, but I couldn't get it to work. Here's my terminal output:

(gdb) handle SIG33 pass nostop noprint
Signal Stop Print Pass to program Description
SIG33 No No Yes Real-time event 33
(gdb) set pagination 0
(gdb) run
Starting program: /usr/bin/evince
[Thread debugging using libthread_db enabled]
[New Thread 0x7f94ab0b9780 (LWP 7894)]

Program exited normally.
(gdb) backtrace full
No stack.
(gdb) info registers
The program has no registers now.
(gdb)

I imagine that when I say "backtrace full" it shouldn't say "No stack" right? After I used the "run" command I opened the file in evince, tried to search and got the crash.