From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11426 invoked by alias); 15 Sep 2012 13:51:59 -0000 Received: (qmail 11417 invoked by uid 22791); 15 Sep 2012 13:51:57 -0000 X-SWARE-Spam-Status: No, hits=-4.6 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,MISSING_HEADERS,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,TW_SM X-Spam-Check-By: sourceware.org Received: from mail-pb0-f41.google.com (HELO mail-pb0-f41.google.com) (209.85.160.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 15 Sep 2012 13:51:41 +0000 Received: by pbbro12 with SMTP id ro12so7969889pbb.0 for ; Sat, 15 Sep 2012 06:51:40 -0700 (PDT) Received: by 10.68.203.34 with SMTP id kn2mr10371166pbc.144.1347717096276; Sat, 15 Sep 2012 06:51:36 -0700 (PDT) Received: from [192.168.1.128] ([115.196.204.65]) by mx.google.com with ESMTPS id it6sm3014754pbc.14.2012.09.15.06.51.33 (version=SSLv3 cipher=OTHER); Sat, 15 Sep 2012 06:51:34 -0700 (PDT) Message-ID: <50548818.5020203@gmail.com> Date: Sat, 15 Sep 2012 13:51:00 -0000 From: asmwarrior User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/17.0 Thunderbird/17.0a1 MIME-Version: 1.0 CC: gdb@sourceware.org Subject: Re: [mingw cvs head]gdb.exe crash on quit References: <5053DC7C.7070007@gmail.com> In-Reply-To: <5053DC7C.7070007@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2012-09/txt/msg00037.txt.bz2 On 2012-9-15 9:40, asmwarrior wrote: > I just build cvs head under msys+mingw. The gdb is python enabled. > I just type the command below, after type "q", gdb crashes. > I try to run gdb under another gdb, and catch the backtrace, see below Sorry, I found that I have apply a patch (http://sourceware.org/ml/gdb-patches/2012-09/msg00046.html) which cause the crash. Using the refined patch (http://sourceware.org/ml/gdb-patches/2012-09/msg00136.html) does not cause the crash. Sorry about the noise.