Why are we not using libbacktrace for backtrace?

Yuxuan Shui yshuiv7 at gmail.com
Thu Jun 14 01:19:30 UTC 2018


Just ran into a problem where program will crash during stack 
trace. Turns out not only does druntime not support compressed 
debug info, it cannot handle it at all.

So I was thinking why don't we use a existing and proven library 
for this, instead of roll our own?


More information about the Digitalmars-d mailing list