Getting a segfault here, why?

crimaniak via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Feb 16 05:51:53 PST 2017


On Thursday, 16 February 2017 at 09:18:16 UTC, aberba wrote:
>> 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.
>
> Thanks, will try and see.
  Also don't forget to do this: 
http://vibed.org/docs#handling-segmentation-faults



More information about the Digitalmars-d-learn mailing list