From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21961 invoked by alias); 3 Aug 2010 19:57:03 -0000 Mailing-List: contact archer-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: List-Id: Received: (qmail 21946 invoked by uid 22791); 3 Aug 2010 19:57:02 -0000 X-SWARE-Spam-Status: No, hits=-6.8 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: Tue, 03 Aug 2010 19:57:00 -0000 From: Kevin Buettner To: Oleg Nesterov Cc: Jan Kratochvil , Roland McGrath , archer@sourceware.org, utrace-devel@redhat.com Subject: Re: Q: %Stop && gdb crash Message-ID: <20100803125651.009f0f07@mesquite.lan> In-Reply-To: <20100803131436.GA2185@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> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SW-Source: 2010-q3/txt/msg00089.txt.bz2 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". Kevin