[Windows & DMD] No callstack when crash with Access violation reading location 0x00000000

Xavier Bigand flamaros.xavier at gmail.com
Sat Jan 11 10:19:36 PST 2014


Le 11/01/2014 17:24, Xavier Bigand a écrit :
> I get some troubles to solve a memory bug, just cause I don't have any
> informations for debuggers and I can't neither use DrMemory.
>
> Is it possible to get the callstack when calling a method on a null
> pointer with specifics DMD flags?
>
> Maybe DMD need add null ptr call checks in debug mode?

I am using VisualD with cv2pdb.

I also tried to put checks manually on the code section which seems to 
crash (no crash when commented), but I almost don't use ptr and it never 
enter in my check conditions. It's like a real memory corruption in an 
other part of code.


More information about the Digitalmars-d-learn mailing list