fokke - 2012-02-15

DUMA is aborting in or just after calling the (default) deconstructor of an object with the message:
DUMA Aborting: detected overwrite of no mans land above userSpace: ptr=2b333000, size=24
and the stack trace:

#2 in DUMA_Abort at print.c:288
#3 in _duma_check_slack at duma_hlp.h:280
#4 in _duma_deallocate at duma.c:1807
#5 in operator delete at dumapp.cpp:221
#6    in MyObject::~MyObject()

I don't understand whats happening here, or what duma is telling me. judging from the message, it looks like someone is writing the the memory after the delete. But this doesn't agree with the stack trace, which looks more like something is wrong withe the delete itself, but the pointer being deleted seems fine to me. Can anyone give me insight in how to interpret to above? thanks.