From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17546 invoked by alias); 14 Aug 2012 10:55:52 -0000 Received: (qmail 17536 invoked by uid 22791); 14 Aug 2012 10:55:51 -0000 X-SWARE-Spam-Status: No, hits=-4.1 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL X-Spam-Check-By: sourceware.org Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 14 Aug 2012 10:55:38 +0000 Received: from svr-orw-fem-01.mgc.mentorg.com ([147.34.98.93]) by relay1.mentorg.com with esmtp id 1T1Eme-00003j-CU from Hafiz_Abid@mentor.com ; Tue, 14 Aug 2012 03:55:36 -0700 Received: from SVR-IES-FEM-02.mgc.mentorg.com ([137.202.0.106]) by svr-orw-fem-01.mgc.mentorg.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Tue, 14 Aug 2012 03:55:36 -0700 Received: from EU-MBX-03.mgc.mentorg.com ([169.254.2.57]) by SVR-IES-FEM-02.mgc.mentorg.com ([137.202.0.106]) with mapi id 14.01.0289.001; Tue, 14 Aug 2012 11:55:34 +0100 From: "Abid, Hafiz" To: Hal Ashburner , "gdb-patches@sourceware.org" Subject: RE: [PATCH] gdb: trivial segfault fix in tui Date: Tue, 14 Aug 2012 10:55:00 -0000 Message-ID: References: In-Reply-To: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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: 2012-08/txt/msg00382.txt.bz2 This will require a ChangeLog entry. Regards, Abid -- Hafiz Abid Qadeer Mentor Graphics hafiz_abid@mentor.com > -----Original Message----- > From: gdb-patches-owner@sourceware.org [mailto:gdb-patches- > owner@sourceware.org] On Behalf Of Hal Ashburner > Sent: Sunday, August 12, 2012 5:13 PM > To: gdb-patches@sourceware.org > Subject: [PATCH] gdb: trivial segfault fix in tui >=20 > Hello! >=20 > I hope this is the correct etiquette and that it's useful. Copyright > assigned to whoever commits to assign to GNU or do whatever is > appropriate (assuming it is committed). >=20 > To the easiest way to replicate the segfault: > gdb some_prog > b main > run > C-x a > C-x 2 > C-x 2 > C-x 2 -- so you now have registers on the top panel and source in the > middle. > resize the terminal. > step, > segfault >=20 > Regards, > Hal