[Issue 9134] failed assert leads to Segmentation fault when iterating file lines

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Mar 1 08:40:57 PST 2013


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



--- Comment #3 from Maxime Chevalier-Boisvert <maximechevalierb at gmail.com> 2013-03-01 08:40:55 PST ---
I have a hunch that this might be because the function with the assert is
called from a function with the extern (C) calling convention. Possibly, DMD
tries to unwind the stack and fails when it gets to the function with the C
calling convention...

-- 
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