http://d.puremagic.com/issues/show_bug.cgi?id=9134
--- Comment #5 from Maxime Chevalier-Boisvert <[email protected]> 2013-03-01 11:35:53 PST --- (In reply to comment #4) > I cannot it reproduce with g(In reply to comment #2) > > I ran into this bug as well. Adding the -g compiler option does not fix the > > problem for me. > > Which environment do you use? I cannot reproduce it now with 2.062 on windows > and linux git head. DMD64 D Compiler v2.062 on Ubuntu 64 bit. assert (false); causes a segmentation fault. I believe the problem might be that this assert is in a function that is indirectly called by a function with the extern (C) calling convention. The problem is further complicated because I call this function from x86 assembler code I wrote myself. I'm guessing the stack unwinding mechanism has a heart attack when it gets to that point in the stack. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
