Hello,

I am trying to find an irritating heisenbug in my code. Sometimes
my C++ program exits with malloc errors. The strange thing is that
I do not use malloc in my code, except for one place, where I do
use it. However, when it fails it should not be anywhere near that
code.

So I wonder if C++ / GCC internally use malloc to implement "new"
and stuff like that. Does anyone know?

If so, any chance on using fortify to help me finding this bug?

Cheers,
Jan-Jaap

_______________________________________________
GCCSDK mailing list [email protected]
Bugzilla: http://www.riscos.info/bugzilla/index.cgi
List Info: http://www.riscos.info/mailman/listinfo/gcc
Main Page: http://www.riscos.info/index.php/GCCSDK

Reply via email to