From owner-freebsd-gnome@FreeBSD.ORG Sun Sep 28 23:11:44 2003 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71F6E16A4B3 for ; Sun, 28 Sep 2003 23:11:44 -0700 (PDT) Received: from lakemtao06.cox.net (lakemtao06.cox.net [68.1.17.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7091B43FF7 for ; Sun, 28 Sep 2003 23:11:43 -0700 (PDT) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.37.247]) by lakemtao06.cox.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20030929061143.LPUW4662.lakemtao06.cox.net@mezz.mezzweb.com>; Mon, 29 Sep 2003 02:11:43 -0400 Date: Mon, 29 Sep 2003 01:10:59 -0500 To: Jeremy Messenger References: From: Jeremy Messenger Content-Type: text/plain; format=flowed; charset=utf-8 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: In-Reply-To: User-Agent: Opera7.20/Linux M2 build 468 cc: freebsd-gnome@freebsd.org Subject: Re: Bug in textproc/libxml2 with malloc.conf -> AJ? (tree.c:3309) X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2003 06:11:44 -0000 On Mon, 29 Sep 2003 00:47:45 -0500, Jeremy Messenger wrote: > Here's an attach of gdb-gtodo.txt.. I am trying to create a new gToDo > port, which it depends on libxml2.. If I try to remove the info and it > will crash. It doesn't crash with the 'aj' of malloc.conf. Ahh, nevermind...... It's not libxml2's fault.. It's gToDo and I have fixed it, I guess it's my first time to fix on my own.. ;-) Cheers, Mezz --- callback.c.orig Mon Sep 29 01:08:32 2003 +++ callback.c Mon Sep 29 01:08:42 2003 @@ -26,8 +26,8 @@ if(cur != root) { - xmlFreeNode(cur); xmlUnlinkNode(cur); + xmlFreeNode(cur); gtk_list_store_remove(mw.list, &iter); } else{ > Cheers, > Mezz -- bsdforums.org 's moderator, mezz.