I was looking into Valgrind to help improve my C coding/debugging when I discovered it is only for Linux - I have no other need or interest in moving my OS to Linux so I was wondering if there …
When I run my (C++) program it crashes with this error.
* glibc detected * ./load: double free or corruption (!prev):
0x0000000000c6ed50 ***
How can I track down the error?
I tried using print (std::cout) statements, without success. Could gdb …