Bug in textproc/libxml2 with malloc.conf -> AJ? (tree.c:3309)

Jeremy Messenger mezz7 at cox.net
Sun Sep 28 23:11:44 PDT 2003


On Mon, 29 Sep 2003 00:47:45 -0500, Jeremy Messenger <mezz7 at cox.net> 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.


More information about the freebsd-gnome mailing list