This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: how can i stop a running process to do a backtrace?


On Sat, Jul 19, 2008 at 04:57:16PM +0200, Jelle de Jong wrote:
> (gdb) continue
> # ok how to stop the continue command so i can do a backtrace?
> # kill 1948 wil stop the process but leaves no traceabale info

What does it show in GDB after you do this?

It sounds like you're out of luck.  WHen programs, like fuse, go in
and out of the kernel it is sometimes impossible for GDB to regain
control.

-- 
Daniel Jacobowitz
CodeSourcery


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]