From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1132 invoked by alias); 16 Jan 2007 07:20:14 -0000 Received: (qmail 1124 invoked by uid 22791); 16 Jan 2007 07:20:12 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Tue, 16 Jan 2007 07:20:07 +0000 Received: from drow by nevyn.them.org with local (Exim 4.63) (envelope-from ) id 1H6ibz-0004HL-Kd; Tue, 16 Jan 2007 02:20:03 -0500 Date: Tue, 16 Jan 2007 07:20:00 -0000 From: Daniel Jacobowitz To: Yaki Tebeka Cc: Jim Blandy , gdb@sourceware.org Subject: Re: Resuming a single suspended thread on Linux Message-ID: <20070116072003.GB16388@nevyn.them.org> Mail-Followup-To: Yaki Tebeka , Jim Blandy , gdb@sourceware.org References: <9560bc3b0701061449s6d240616o788d93f472a578b8@mail.gmail.com> <9560bc3b0701070900q515a8c5cu1f539506d4018c06@mail.gmail.com> <20070107233002.GA28520@nevyn.them.org> <9560bc3b0701150147s793b9f97y44ba89fb6e72b350@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <9560bc3b0701150147s793b9f97y44ba89fb6e72b350@mail.gmail.com> User-Agent: Mutt/1.5.13 (2006-08-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: 2007-01/txt/msg00256.txt.bz2 On Mon, Jan 15, 2007 at 11:47:37AM +0200, Yaki Tebeka wrote: > Hi Daniel and Jim > > I tried the suggested solution, but unfortunately, it does not seem to work. > I am running Fedora Core 5, 64 bit on an AMD processor. > After I call "set scheduler-locking on", and "continue", the entire > debugged process seem to remain freeze. > I tried setting my data collection thread as the active thread and > even setting the main thread as the active thread, but both options > does not seem to work. > > Do you know if its a GDB bug, or an "expected behaviour" on Linux? Well, it is not what I would personally have expected. I'm afraid I don't know what might have happened. -- Daniel Jacobowitz CodeSourcery