Better error message for endless recursion (or other segfaults) on linux

ryuukk_ ryuukk.dev at gmail.com
Sat Jun 17 22:52:42 UTC 2023


Better error messages is always nice to have thanks for your PR

I wrote a piece of D code few month ago that does print 
stacktrace on various segfaults (both windows/linux), would be 
nice to consolidate everything and have this built-in, so D gets 
a nice debugging experience out of the box

Zig goes this as well, and it pretty much is a nicer experience 
overall

https://github.com/ryuukk/backtraced/ (not pretty, needs to be 
cleaned up, but does the job)



More information about the Digitalmars-d mailing list