SIG11 crashing - can't figure it out

2015-05-15 Thread via Digitalmars-d-learn
Working my way through Ali Çehreli's rather amazing e-book, I've hit a snag where some code I've written is pretty crashy. I consistently get Segmentation fault: 11 (dmd 2.067.1, OSX). I can't figure out where things are going wrong, because any attempt I make to debug via extra print

Re: SIG11 crashing - can't figure it out

2015-05-15 Thread John Colvin via Digitalmars-d-learn
On Friday, 15 May 2015 at 11:08:06 UTC, Rob Pieké wrote: Working my way through Ali Çehreli's rather amazing e-book, I've hit a snag where some code I've written is pretty crashy. I consistently get Segmentation fault: 11 (dmd 2.067.1, OSX). I can't figure out where things are going wrong,

Re: SIG11 crashing - can't figure it out

2015-05-15 Thread John Colvin via Digitalmars-d-learn
On Friday, 15 May 2015 at 11:44:32 UTC, John Colvin wrote: On Friday, 15 May 2015 at 11:08:06 UTC, Rob Pieké wrote: Working my way through Ali Çehreli's rather amazing e-book, I've hit a snag where some code I've written is pretty crashy. I consistently get Segmentation fault: 11 (dmd 2.067.1,

Re: SIG11 crashing - can't figure it out

2015-05-15 Thread via Digitalmars-d-learn
https://issues.dlang.org/show_bug.cgi?id=14587 And confirmed that ldc2 seems to work, thanks again :)

Re: SIG11 crashing - can't figure it out

2015-05-15 Thread via Digitalmars-d-learn
Thanks John, I'll log the issue and start brewing ldc. I'm happy that I wasn't doing something obviously stupid with my code (again, in terms of crashing, not design). And also thanks for the with tip! - Rob

Re: SIG11 crashing - can't figure it out

2015-05-15 Thread Steven Schveighoffer via Digitalmars-d-learn
On 5/15/15 7:08 AM, Rob =?UTF-8?B?UGlla8OpIg==?= robpi...@gmail.com wrote: Working my way through Ali Çehreli's rather amazing e-book, I've hit a snag where some code I've written is pretty crashy. I consistently get Segmentation fault: 11 (dmd 2.067.1, OSX). Using dustmite (and 2.067.0), I