From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6821 invoked by alias); 11 Jun 2008 19:36:02 -0000 Received: (qmail 6645 invoked by uid 48); 11 Jun 2008 19:35:23 -0000 Date: Wed, 11 Jun 2008 19:36:00 -0000 Message-ID: <20080611193523.6644.qmail@sourceware.org> From: "cagney at redhat dot com" To: frysk-bugzilla@sourceware.org In-Reply-To: <20080525223136.6561.cagney@redhat.com> References: <20080525223136.6561.cagney@redhat.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug general/6561] second dwfl smashes first dwfl's sysroot X-Bugzilla-Reason: AssignedTo Mailing-List: contact frysk-bugzilla-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: frysk-bugzilla-owner@sourceware.org X-SW-Source: 2008-q2/txt/msg00294.txt.bz2 List-Id: ------- Additional Comments From cagney at redhat dot com 2008-06-11 19:35 ------- minecommit 4c67208accaec119dcda3f2ec795e8e98584a740 Author: Andrew Cagney Date: Tue Jun 3 16:32:15 2008 -0400 Dynamically allocate/free the dwfl callback struct. The change to store a per-dwfl debug-info path in the dwfl callback struct wasn't accompanied by a change to allocate the callback struct dynamically. Consequently each successive dwfl-begin call was overwriting the previous debug-info path. frysk-sys/lib/dwfl/ChangeLog 2008-06-03 Andrew Cagney * Dwfl.java (callbackBegin, callbackEnd): New. (Dwfl(String), close()): Use. * cni/Dwfl.cxx: Update. * jni/Dwfl.cxx: Update. -- What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED http://sourceware.org/bugzilla/show_bug.cgi?id=6561 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.