https://bugzilla.novell.com/show_bug.cgi?id=460758 User vuntz@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=460758#c20 --- Comment #20 from Vincent Untz <vuntz@novell.com> 2009-01-05 06:24:06 MST --- (In reply to comment #19 from Stefan Assmann)
(In reply to comment #18 from Vincent Untz)
And some stuff is expected if you don't use "G_SLICE=always-malloc G_DEBUG=gc-friendly". Can you set those environment variables and try again?
Uhm, okay if you say so. More of that developer black magic ;) Stay tuned...
Heh, you can read http://live.gnome.org/Valgrind to get some background about all this. The important thing is G_SLICE=always-malloc, since glib, by default, handles memory allocations in a smart way that doesn't work well with valgrind. This env var tells glib to just use malloc, and not the smart way. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.