[Issue 7750] while(true) loop with try/catch block causes segfault

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Mar 27 23:32:57 PDT 2012


http://d.puremagic.com/issues/show_bug.cgi?id=7750


Don <clugdbug at yahoo.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |clugdbug at yahoo.com.au


--- Comment #2 from Don <clugdbug at yahoo.com.au> 2012-03-27 23:33:22 PDT ---
(In reply to comment #1)
> I can't seem to reproduce this problem with the latest git dmd (2.059
> candidate) on Linux AMD64. Could it be a Mac-specific problem?

Looks like it, based on the first location in the backtrace:
misaligned_stack_error_entering_dyld_stub_binder

The stack isn't getting aligned properly before the call to writeln.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list