Would be nice if compiler gave more information!

Vladimir Panteleev thecybershadow.lists at gmail.com
Thu Jun 14 11:55:03 UTC 2018


On Thursday, 14 June 2018 at 11:30:46 UTC, DigitalDesigns wrote:
> object.Error@(0): Access Violation
> ----------------
> 0x00415999
> 0x0040A3B7
> 0x00518A2D
> 0x005751FD
> 0x005ABA41
> 0x005ABAEB
> 0x00525136
> 0x005246D6
> 0x005253E2
> 0x0066509D
> 0x00664F38
> 0x00529F68
> 0x77018744 in BaseThreadInitThunk
> 0x77C5582D in RtlGetAppContainerNamedObjectPath
> 0x77C557FD in RtlGetAppContainerNamedObjectPath
>
> So, when the compiler crashes it would be really nice if more 
> information than just the above was given!

Make sure you are building with -g (debug information).



More information about the Digitalmars-d mailing list