This is the mail archive of the
gdb@sourceware.org
mailing list for the GDB project.
Re: how can i stop a running process to do a backtrace?
- From: Daniel Jacobowitz <drow at false dot org>
- To: Jelle de Jong <jelledejong at powercraft dot nl>
- Cc: gdb at sourceware dot org
- Date: Sat, 19 Jul 2008 11:00:17 -0400
- Subject: Re: how can i stop a running process to do a backtrace?
- References: <488200CC.6000900@powercraft.nl>
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