https://bugzilla.novell.com/show_bug.cgi?id=734726 https://bugzilla.novell.com/show_bug.cgi?id=734726#c3 --- Comment #3 from Johan Persson <johanp@aditus.nu> 2011-12-04 18:20:37 UTC --- I have no malloc-debug.* in my profile directory. But tha lead me to checking if I had the MALLOC_CHECK_ set to a value other than 0 in my environment. and look and behold ~> env | grep MALLOC MALLOC_CHECK_=3 MALLOC_PERTURB_=69 so doing a ~>export MALLOC_CHECK_=0 made this problem go away (well, rather hide, there is still a on obvious heap corruption in INDIGO) However, the big question now is where does malloc_check_ get the '3' value set? This is not done by any of my startup script (double checked). (I wan't even aware there was a '3' value I only thought you could use 0,1,2 Do you know where this is set I just assume that MALLOC_PERTURB_=69 is just a random value to fill the heap with to be able to recognize the value at debugging. -- 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.