From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8659 invoked by alias); 5 Oct 2011 15:11:48 -0000 Received: (qmail 8650 invoked by uid 22791); 5 Oct 2011 15:11:47 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-ww0-f43.google.com (HELO mail-ww0-f43.google.com) (74.125.82.43) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 05 Oct 2011 15:11:06 +0000 Received: by wwf27 with SMTP id 27so2135780wwf.12 for ; Wed, 05 Oct 2011 08:11:05 -0700 (PDT) MIME-Version: 1.0 Received: by 10.227.59.211 with SMTP id m19mr3123054wbh.56.1317827465394; Wed, 05 Oct 2011 08:11:05 -0700 (PDT) Received: by 10.180.84.162 with HTTP; Wed, 5 Oct 2011 08:11:04 -0700 (PDT) In-Reply-To: <20111005150213.GO19246@adacore.com> References: <20111005150213.GO19246@adacore.com> Date: Wed, 05 Oct 2011 15:11:00 -0000 Message-ID: Subject: Re: A fix for bug 13259 - gdb sometimes crashes with SIGSEGV when printing variables From: Martin Runge To: Joel Brobecker Cc: gdb-patches@sourceware.org Content-Type: multipart/mixed; boundary=0015174ff0e2f33aeb04ae8e9dd0 X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2011-10/txt/msg00142.txt.bz2 --0015174ff0e2f33aeb04ae8e9dd0 Content-Type: text/plain; charset=UTF-8 Content-length: 549 I will test with HEAD tomorrow. I am behind a firewall right now and cannot reach cvs head. 2011/10/5 Joel Brobecker : >> here is a possible fix for a gdb crash I just filed as bug 13259: > > Have you seen the request to test again with the HEAD? It appears > a recent change may have fixed your problem. > > Also, could you check if you could attach the patches instead of > putting them in the email body? The patch shows up with a lot \240 > in lieu of the spaces, and that makes it very hard to read... > > -- > Joel > --0015174ff0e2f33aeb04ae8e9dd0 Content-Type: text/x-patch; charset=US-ASCII; name="bug13259.patch" Content-Disposition: attachment; filename="bug13259.patch" Content-Transfer-Encoding: base64 X-Attachment-Id: f_gtegdzhv0 Content-length: 635 ZGlmZiAtciAzNjY3NzgyZDAwNzEgZ2RiL3Zhcm9iai5jCi0tLSBhL2dkYi92 YXJvYmouYwlXZWQgU2VwIDI4IDEyOjM2OjI3IDIwMTEgKzAyMDAKKysrIGIv Z2RiL3Zhcm9iai5jCVdlZCBPY3QgMDUgMTU6NTM6NDcgMjAxMSArMDIwMApA QCAtMjY0MCw3ICsyNjQwLDcgQEAKICAgb3B0cy5yYXcgPSAxOwogICBpZiAo dGhldmFsdWUpCiAgICAgTEFfUFJJTlRfU1RSSU5HIChzdGIsIHR5cGUsIHRo ZXZhbHVlLCBsZW4sIGVuY29kaW5nLCAwLCAmb3B0cyk7Ci0gIGVsc2UgaWYg KHN0cmluZ19wcmludCkKKyAgZWxzZSBpZiAoc3RyaW5nX3ByaW50ICYmIHR5 cGUgIT0gTlVMTCkKICAgICB2YWxfcHJpbnRfc3RyaW5nICh0eXBlLCBlbmNv ZGluZywgc3RyX2FkZHIsIGxlbiwgc3RiLCAmb3B0cyk7CiAgIGVsc2UKICAg ICBjb21tb25fdmFsX3ByaW50ICh2YWx1ZSwgc3RiLCAwLCAmb3B0cywgY3Vy cmVudF9sYW5ndWFnZSk7Cg== --0015174ff0e2f33aeb04ae8e9dd0--