From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22096 invoked by alias); 19 Jul 2008 15:00:42 -0000 Received: (qmail 22088 invoked by uid 22791); 19 Jul 2008 15:00:41 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 19 Jul 2008 15:00:22 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 0CF0A982C3; Sat, 19 Jul 2008 15:00:20 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id B27DD9805C; Sat, 19 Jul 2008 15:00:19 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1KKDuz-0004oI-HQ; Sat, 19 Jul 2008 11:00:17 -0400 Date: Sat, 19 Jul 2008 15:04:00 -0000 From: Daniel Jacobowitz To: Jelle de Jong Cc: gdb@sourceware.org Subject: Re: how can i stop a running process to do a backtrace? Message-ID: <20080719150017.GA18314@caradoc.them.org> Mail-Followup-To: Jelle de Jong , gdb@sourceware.org References: <488200CC.6000900@powercraft.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <488200CC.6000900@powercraft.nl> User-Agent: Mutt/1.5.17 (2008-05-11) X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2008-07/txt/msg00224.txt.bz2 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