I have been trying to debug a crash in my application that crashes (i.e. asserts a * glibc detected * free(): invalid pointer: 0x000000000070f0c0 ***) while I\
Happened to me because of using malloc for a class which had std::strings as data members. Tricky.