On Wednesday, 21 September 2016 at 23:36:08 UTC, Nordlöw wrote:
Doing a null deref such as

    int* y = null;
    *y = 42;                    // boom

[...]

Can you include compiler command line? I use -g -gs -debug to get stack traces on windows.

Reply via email to