call traceback is indecipherable garbage

rikki cattermole rikki at cattermole.co.nz
Wed Jan 26 02:22:53 UTC 2022


On 26/01/2022 3:20 PM, forkit wrote:
> std.exception.ErrnoException at std\stdio.d(545): Cannot open file 
> `nosuchfile' in mode `rb' (No such file or directory)
> ----------------
> 0x000000013FB5F836
> 0x000000013FB53423
> 0x000000013FB51269
> 0x000000013FB51057
> 0x000000013FB5ECB3
> 0x000000013FB5EB2F
> 0x000000013FB5EC1B
> 0x000000013FB5EB2F
> 0x000000013FB5EA56
> 0x000000013FB53171
> 0x000000013FB51094
> 0x000000013FBD2F68
> 0x0000000076F9556D in BaseThreadInitThunk
> 0x00000000771F372D in RtlUserThreadStart

That's your call stack (addresses).

It doesn't have the function name/module because you haven't compiled it in.

If you don't want it, catch any exceptions that can be thrown.


More information about the Digitalmars-d mailing list