Getting a segfault here, why?

Adam D. Ruppe via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Feb 15 10:22:53 PST 2017


On Wednesday, 15 February 2017 at 18:19:18 UTC, aberba wrote:
> Trying to find it but working with a debugger in D is not 
> straight forward. Not yo talk of interpretating the debugger 
> output.

On linux it is pretty easy. Just compile with `-g` to dmd and run 
the program in gdb. Run till it crashes and it should tell you 
the file and line of where.


More information about the Digitalmars-d-learn mailing list