Corruption in C++ constructor

Jonathan Wakely jwakely.gcc@gmail.com
Thu Aug 14 17:20:00 GMT 2014


On 14 August 2014 17:18, navin p wrote:
> Is this a corruption , how do i debug this ?

You can try rebuilding your code with -D_GLIBCXX_DEBUG compiler
option, which turns on debugging checks in the C++ standard library.
That might reveal a bug in your code.

You could also try using the sanitizer features in recent versions of GCC.



More information about the Gdb mailing list