From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8797 invoked by alias); 7 Jul 2008 22:21:48 -0000 Received: (qmail 8788 invoked by uid 22791); 7 Jul 2008 22:21:48 -0000 X-Spam-Check-By: sourceware.org Received: from elasmtp-curtail.atl.sa.earthlink.net (HELO elasmtp-curtail.atl.sa.earthlink.net) (209.86.89.64) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 07 Jul 2008 22:21:27 +0000 Received: from [68.108.140.244] (helo=macbook-2.local) by elasmtp-curtail.atl.sa.earthlink.net with esmtpa (Exim 4.67) (envelope-from ) id 1KFz5J-00070a-P8; Mon, 07 Jul 2008 18:21:25 -0400 Message-ID: <487296E4.9050004@earthlink.net> Date: Mon, 07 Jul 2008 22:21:00 -0000 From: Stan Shebs User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421) MIME-Version: 1.0 To: Jan Kratochvil CC: gdb-patches@sources.redhat.com Subject: Re: [patch] Fix a crash due to a VALUE double free References: <20080707211819.GA26204@host0.dyn.jankratochvil.net> In-Reply-To: <20080707211819.GA26204@host0.dyn.jankratochvil.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ELNK-Trace: ae6f8838ff913eba0cc1426638a40ef67e972de0d01da940b7058f523cfe4703f7dc18df7f2df94a350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c 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-07/txt/msg00099.txt.bz2 Jan Kratochvil wrote: > Hi, > > it crashes if you call an inferior function right after a watchpoint hit. > > Bugreported with a reproducer by Jakub Jelinek. > This is OK to commit. Thanks! Stan