Re: Bug in the heap management code?

2003-09-21 Thread Michael Günnewig
Lionel Ulmer [EMAIL PROTECTED] writes: Yes and no. valgrind still doesn't support many instructions... Well, using any DRI GL libraries or the NVIDIA GL libraries is not really supported by Valgrind right now... Yes, but even with Mesa it bombs. Seems to be that quartz.dll is the problem,

Re: Bug in the heap management code?

2003-09-21 Thread Michael Günnewig
[EMAIL PROTECTED] (Michael Günnewig) writes: Mike Hearn [EMAIL PROTECTED] writes: This is very much like a problem I am having with InstallShield. Something, somewhere, is trashing the heap data structures, which causes a crash some time later, often yards away from the original bug. As far

Re: Bug in the heap management code?

2003-09-18 Thread Shachar Shemesh
Mike Hearn wrote: This is very much like a problem I am having with InstallShield. Something, somewhere, is trashing the heap data structures, which causes a crash some time later, often yards away from the original bug. As far as I know, there is no good way to spot this problem, it's just C/C++

Re: Bug in the heap management code?

2003-09-18 Thread Eric Pouech
Shachar Shemesh wrote: Mike Hearn wrote: This is very much like a problem I am having with InstallShield. Something, somewhere, is trashing the heap data structures, which causes a crash some time later, often yards away from the original bug. As far as I know, there is no good way to spot this