From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10010 invoked by alias); 15 Apr 2014 19:02:30 -0000 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 Received: (qmail 9996 invoked by uid 89); 15 Apr 2014 19:02:29 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 15 Apr 2014 19:02:28 +0000 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s3FJ2PTf009210 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Tue, 15 Apr 2014 15:02:26 -0400 Received: from [127.0.0.1] (ovpn01.gateway.prod.ext.ams2.redhat.com [10.39.146.11]) by int-mx13.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s3FJ2OfM001075; Tue, 15 Apr 2014 15:02:24 -0400 Message-ID: <534D823F.3080504@redhat.com> Date: Tue, 15 Apr 2014 19:02:00 -0000 From: Pedro Alves User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7 MIME-Version: 1.0 To: Andrew Burgess CC: gdb-patches@sourceware.org Subject: Re: [RFC 2/4] Remove previous frame if we error during compute_frame_id References: <533EC5B7.6080600@broadcom.com> <533EC64E.1010302@broadcom.com> <533EC76F.4040204@broadcom.com> In-Reply-To: <533EC76F.4040204@broadcom.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-SW-Source: 2014-04/txt/msg00302.txt.bz2 On 04/04/2014 03:53 PM, Andrew Burgess wrote: > Gah! The patch was corrupted in the last post. Try again: Seems to still be corrupt. $ git am /tmp/mbox Applying: New tests for backtracing with a corrupted stack. /home/pedro/gdb/mygit/src/.git/rebase-apply/patch:27: trailing whitespace. /home/pedro/gdb/mygit/src/.git/rebase-apply/patch:48: trailing whitespace. # SUCC: EXIT [100.0%] /home/pedro/gdb/mygit/src/.git/rebase-apply/patch:72: trailing whitespace. # SUCC: EXIT [100.0%] /home/pedro/gdb/mygit/src/.git/rebase-apply/patch:96: trailing whitespace. # SUCC: EXIT [100.0%] /home/pedro/gdb/mygit/src/.git/rebase-apply/patch:120: trailing whitespace. # SUCC: EXIT [100.0%] warning: squelched 10 whitespace errors warning: 15 lines add whitespace errors. Applying: Remove previous frame if we error during compute_frame_id fatal: corrupt patch at line 27 Patch failed at 0002 Remove previous frame if we error during compute_frame_id The copy of the patch that failed is found in: /home/pedro/gdb/mygit/src/.git/rebase-apply/patch When you have resolved this problem run "git am --resolved". If you would prefer to skip this patch, instead run "git am --skip". To restore the original branch and stop patching run "git am --abort". Are you using git send-email ? -- Pedro Alves