Visual D dmdserver

frame frame86 at live.com
Mon Jan 3 11:52:40 UTC 2022


On Friday, 24 December 2021 at 10:45:44 UTC, Rainer Schuetze 
wrote:

> do you find crashdumps for dmdserver.exe in 
> %LOCALAPPDATA%\CrashDumps, i.e. usually 
> c:\Users\name\AppData\Local\CrashDumps ?

I got one. Some null pointer access violation. It not only 
crashes, sometimes it uses high amount of memory. Had to kill it 
at 17GB for a litte debugger session in VS - but not related to 
this issue I think.

```
:000> .exr -1
ExceptionAddress: 00007ff7df0c59d6 (dmdserver+0x00000000001559d6)
    ExceptionCode: c0000005 (Access violation)
   ExceptionFlags: 00000000
NumberParameters: 2
    Parameter[0]: 0000000000000000
    Parameter[1]: 0000000000000000
Attempt to read from address 0000000000000000
```
Would be nice if you could ship symbols with your package or make 
them accessible somehow.


More information about the Digitalmars-d-ide mailing list