C++ Application gets terminated while calling memcpy() or on allocating memory

HI,
My application has been developed under linux platform, it gets terminated often due to memory corruption, sometimes when the memcpy() is called it gets terminated. Even it is a library file, i have handled the exception in it known that some memory errors won't be caught at catch(...). But it terminates in the point like _int_malloc(), _int_free() operator new[] likewise.

I have also run the exe under valgrind command but couldn't find any memory leak.

So, Please can anyone helpme out in this. Thanks in advance. Also let me know by replying, if you need more details regarding this.

Thanks,
Ragu.
Last edited on
Please post your code. Don't forget to use the code tags.
Topic archived. No new replies allowed.