Memory safe in D

Walter Bright newshound2 at digitalmars.com
Tue Mar 12 03:30:59 UTC 2024


On 3/11/2024 1:14 PM, Alex wrote:
> Ok, got it, but on Windows I observe stange behaviour in runtime: application 
> terminated without system error and any logs in console.

That's odd because Windows has no trouble reporting null dereferences and 
exiting the program.

Try running it under the VC debugger. It'll drop you right on the line of source 
code that dereferences the null.



More information about the Digitalmars-d mailing list