how to debug memory errors

Øivind via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sun Nov 6 13:46:52 PST 2016


Hi,

My app occasionally gives me a

*** Error in `./hauto-test': double free or corruption (fasttop): 
0x00007f504c002a60 ***

but gives me the following on every termination

core.exception.InvalidMemoryOperationError at src/core/exception.d(693): Invalid memory operation

How do I go about debugging and resolving these?

-Øivind


More information about the Digitalmars-d-learn mailing list