[Issue 17811] No stack for Win32 exceptions
    via Digitalmars-d-bugs 
    digitalmars-d-bugs at puremagic.com
       
    Wed Sep  6 19:59:46 UTC 2017
    
    
  
https://issues.dlang.org/show_bug.cgi?id=17811
Rainer Schuetze <r.sagitario at gmx.de> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |r.sagitario at gmx.de
--- Comment #2 from Rainer Schuetze <r.sagitario at gmx.de> ---
The main problem with the missing stack trace for exceptions is that druntime
is not built with standard stack frames.
Sometimes it helps if you load symbols from the Microsoft symbol server for
Kernelbase.dll and anything else shown on the stack.
Another option might be to use the linker setting "Build and use local version
of phobos with same compiler options" to link a debug version of druntime.
--
    
    
More information about the Digitalmars-d-bugs
mailing list