|
glibc detected error
I wonder if it is possible to have malloc errors without using malloc() function.
In my c++ code, I'm using new/delete functions, but when executing the application aborts and show a messaje like this:
*** glibc detectec *** ..... malloc():memory corruption...
Thanks in advance.
|