[Issue 1513] try/catch/finally misbehavior on windows

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Dec 10 00:47:49 PST 2010


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



--- Comment #6 from Brad Roberts <braddr at puremagic.com> 2010-12-10 00:46:09 PST ---
building against tip of trunk for dmd/druntime/phobos, the output:

throw ex1
throw ex2
throw ex3
object.Exception: ex 3
----------------
<snip stack trace>
object.Exception: ex 2
----------------
<snip stack trace>
object.Exception: ex 1
----------------
<snip stack trace>

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