From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14969 invoked by alias); 29 Nov 2012 03:40:09 -0000 Received: (qmail 14960 invoked by uid 22791); 29 Nov 2012 03:40:08 -0000 X-SWARE-Spam-Status: No, hits=-5.3 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,TW_SM X-Spam-Check-By: sourceware.org Received: from mail-pa0-f41.google.com (HELO mail-pa0-f41.google.com) (209.85.220.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 29 Nov 2012 03:39:59 +0000 Received: by mail-pa0-f41.google.com with SMTP id bj3so6244507pad.0 for ; Wed, 28 Nov 2012 19:39:59 -0800 (PST) Received: by 10.68.223.230 with SMTP id qx6mr65080385pbc.159.1354160399054; Wed, 28 Nov 2012 19:39:59 -0800 (PST) Received: from [127.0.0.1] ([115.193.194.149]) by mx.google.com with ESMTPS id ot3sm467638pbb.38.2012.11.28.19.39.55 (version=SSLv3 cipher=OTHER); Wed, 28 Nov 2012 19:39:58 -0800 (PST) Message-ID: <50B6D99A.5060004@gmail.com> Date: Thu, 29 Nov 2012 03:40: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 To: gdb-patches@sourceware.org Subject: Re: [RFC-v5] Fix .text section offset for windows DLL (was Calling __stdcall functions in the inferior) References: <834nm07z0s.fsf@gnu.org> <5077FEB9.4030304@redhat.com> <83y5jb7rfe.fsf@gnu.org> <006001cdaada$00c81f00$02585d00$@muller@ics-cnrs.unistra.fr> <20121024194517.GK3555@adacore.com> <011901cdb2ab$48076b90$d81642b0$@muller@ics-cnrs.unistra.fr> <20121105171121.GA2972@adacore.com> <50991f5f.8382440a.1100.ffff82abSMTPIN_ADDED@mx.google.com> <509ABA17.30507@redhat.com> <000301cdbd96$f5cd9f10$e168dd30$@muller@ics-cnrs.unistra.fr> <20121122173019.GF9964@adacore.com> <15690.5992342674$1353883881@news.gmane.org> <87624si9ur.fsf@fleche.redhat.com> <42721.1671988063$1354028360@news.gmane.org> <50B57B1C.5080803@gmail.com> In-Reply-To: <50B57B1C.5080803@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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-11/txt/msg00842.txt.bz2 On 2012-11-28 10:46, asmwarrior wrote: > I just tested this new patch, and the crash issue is gone. Thanks. Sorry, I still see the crash issue when I try to debug/load a large app(Codeblocks.exe, which depends a lot of dlls) GDB without your patch does not crash. So, I suspect there is still some memory leaks(allocate/free issue). Yuanhui Zhang