On Friday, June 15, 2018 02:19:51 DigitalDesigns via Digitalmars-d wrote: > Why can't the compiler give a stack trace? Any information is > better than none! It's not giving a stack trace with symbol names, because it wasn't compiled with debug symbols enabled. - Jonathan M Davis