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 8:03 AM, Jelle de Jong
<jelledejong@powercraft.nl> wrote:

> After the sshfs froze i did a killall -9 sshfs

Well, don't do *that* (it causes the kernel to obliterate the process
completely).
Try "killall sshfs", or "killall -SIGABRT sshfs", or "killall -SIGQUIT sshfs".

If one of the above wakes sshfs up, then you'll have a chance to debug it.

Cheers,
-- 
Paul Pluzhnikov


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