From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 349 invoked by alias); 29 Apr 2008 20:37:41 -0000 Received: (qmail 304 invoked by uid 22791); 29 Apr 2008 20:37:40 -0000 X-Spam-Check-By: sourceware.org Received: from qnxmail.qnx.com (HELO nimbus.ott.qnx.com) (209.226.137.76) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 29 Apr 2008 20:37:22 +0000 Received: from [10.42.100.129] (min.ott.qnx.com [10.42.100.129]) by nimbus.ott.qnx.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id J6QQTHZB; Tue, 29 Apr 2008 16:37:20 -0400 Message-ID: <481786FD.4000403@qnx.com> Date: Wed, 30 Apr 2008 03:12:00 -0000 From: Aleksandar Ristovski User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 Newsgroups: gmane.comp.gdb.patches CC: gdb-patches@sources.redhat.com Subject: Re: [patch] memleak in catch catch References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: 2008-04/txt/msg00676.txt.bz2 Aleksandar Ristovski wrote: > Hello, > > A trivial patch to fix memory leak in handle_gnu_v3_exceptions... this > is probably going to change soon to allow setting catchpoints before > program starts, but still. > Disregard, please. A new patch is submitted that removes this issue altogether. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2682 invoked by alias); 29 Apr 2008 20:40:26 -0000 Received: (qmail 2663 invoked by uid 22791); 29 Apr 2008 20:40:26 -0000 X-Spam-Check-By: sourceware.org Received: from main.gmane.org (HELO ciao.gmane.org) (80.91.229.2) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 29 Apr 2008 20:40:06 +0000 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1JqwcN-0005R3-41 for gdb-patches@sources.redhat.com; Tue, 29 Apr 2008 20:40:03 +0000 Received: from mobius.qnx.com ([209.226.137.108]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 29 Apr 2008 20:40:03 +0000 Received: from aristovski by mobius.qnx.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 29 Apr 2008 20:40:03 +0000 To: gdb-patches@sources.redhat.com From: Aleksandar Ristovski Subject: Re: [patch] memleak in catch catch Date: Wed, 30 Apr 2008 03:22:00 -0000 Message-ID: <481786FD.4000403@qnx.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: gdb-patches@sources.redhat.com User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) In-Reply-To: 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: 2008-04/txt/msg00677.txt.bz2 Message-ID: <20080430032200.QWPLJqiNM6kg8fnBdPkHEqoiTF-aAv1kbkK9R2DvrxY@z> Aleksandar Ristovski wrote: > Hello, > > A trivial patch to fix memory leak in handle_gnu_v3_exceptions... this > is probably going to change soon to allow setting catchpoints before > program starts, but still. > Disregard, please. A new patch is submitted that removes this issue altogether.