From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23797 invoked by alias); 12 Mar 2013 13:21:11 -0000 Received: (qmail 23660 invoked by uid 22791); 12 Mar 2013 13:21:09 -0000 X-SWARE-Spam-Status: No, hits=-4.8 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-ob0-f173.google.com (HELO mail-ob0-f173.google.com) (209.85.214.173) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 12 Mar 2013 13:20:33 +0000 Received: by mail-ob0-f173.google.com with SMTP id dn14so4514108obc.32 for ; Tue, 12 Mar 2013 06:20:32 -0700 (PDT) X-Received: by 10.182.245.72 with SMTP id xm8mr12055284obc.1.1363094432766; Tue, 12 Mar 2013 06:20:32 -0700 (PDT) MIME-Version: 1.0 Received: by 10.60.60.7 with HTTP; Tue, 12 Mar 2013 06:19:52 -0700 (PDT) In-Reply-To: <20130312123654.GA12204@host2.jankratochvil.net> References: <20130311192521.GA28983@host2.jankratochvil.net> <20130312123654.GA12204@host2.jankratochvil.net> From: Hui Zhu Date: Tue, 12 Mar 2013 13:21:00 -0000 Message-ID: Subject: Re: [PATCH] Fix gdb crash with tui To: Jan Kratochvil Cc: gdb-patches ml , Joel Brobecker Content-Type: text/plain; charset=ISO-8859-1 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: 2013-03/txt/msg00512.txt.bz2 On Tue, Mar 12, 2013 at 8:36 PM, Jan Kratochvil wrote: > On Tue, 12 Mar 2013 13:21:44 +0100, Hui Zhu wrote: >> Not sure the prev backtrace for crash is right, so I post new one: > > BTW don't you have a recipe for the reproducibility? Don't you have some > unusual terminal size (stty size) for example? Which distro? > > > Jan Ubuntu 12.04. I can got this crash even if in simple text terminal. I am trying to reproduce this issue in fedora. Thanks, Hui