From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14427 invoked by alias); 4 Aug 2010 19:42:15 -0000 Mailing-List: contact archer-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: List-Id: Received: (qmail 14417 invoked by uid 22791); 4 Aug 2010 19:42:15 -0000 X-SWARE-Spam-Status: No, hits=-6.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Date: Wed, 04 Aug 2010 19:42:00 -0000 From: Oleg Nesterov To: Kevin Buettner Cc: Jan Kratochvil , Roland McGrath , archer@sourceware.org, utrace-devel@redhat.com Subject: Re: Q: %Stop && gdb crash Message-ID: <20100804193935.GA20294@redhat.com> References: <20100716205147.GA26313@redhat.com> <20100721170400.GA30978@redhat.com> <20100721204203.D040C400B6@magilla.sf.frob.com> <20100723173134.GA29717@redhat.com> <20100726142759.GA17171@redhat.com> <20100728181702.GA26678@redhat.com> <20100802235358.GA9720@host1.dyn.jankratochvil.net> <20100803122434.GA32698@redhat.com> <20100803131436.GA2185@redhat.com> <20100803125651.009f0f07@mesquite.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100803125651.009f0f07@mesquite.lan> User-Agent: Mutt/1.5.18 (2008-05-17) X-SW-Source: 2010-q3/txt/msg00090.txt.bz2 On 08/03, Kevin Buettner wrote: > > On Tue, 3 Aug 2010 15:14:36 +0200 > Oleg Nesterov wrote: > > > To avoid the unnecessary details, consider the oversimplified example, > > > > $ sleep 10000& > > [1] 2923 > > > > $ cat > SLEEP > > set target-async on > > set non-stop > > target extended-remote :2000 > > file /bin/sleep > > attach 2923 > > info registers > > detach > > ^D > > I'd be curious to know if the behavior improves when you omit > "set target-async on" and "set non-stop". Yes, it works without target-async ;) Oleg.