Comment 4 for bug 216996

Revision history for this message
Alexander Jones (alex-weej) wrote : Re: [Bug 216996] Re: Nautilus UI blocks while a disk spins up from standby

(gdb) c
Continuing.
Spurious thread death event.
(gdb) c
Continuing.
[New Thread 0x43695950 (LWP 730)]
Cannot get thread event message: debugger service failed
(gdb) c
Continuing.
[New Thread 0x41670950 (LWP 731)]
Cannot get thread event message: debugger service failed
(gdb) c
Continuing.

-- at this point the disk starts to spin up, and my Ctrl+C doesn't
seem to get through to GDB. All I get is this lousy "Quit", i'm unable
to force it to interrupt --

Quit
(gdb) bt
#0 0x00007f800ff73c76 in poll () from /lib/libc.so.6
#1 0x00007f801130a010 in ?? () from /usr/lib/libglib-2.0.so.0
#2 0x00007fff1d3f9e80 in ?? ()
#3 0x000000000098d590 in ?? ()
#4 0x0000000042673000 in ?? ()
#5 0x0000000000801000 in ?? ()
#6 0x00007fff1d3f9e70 in ?? ()
#7 0x00007fff1d3f9e80 in ?? ()
#8 0x00007f801130a010 in ?? () from /usr/lib/libglib-2.0.so.0
#9 0x000000000098d560 in ?? ()
#10 0x0000000000000000 in ?? ()

I'm not sure if the trace is happening at the right time, then.