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

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri May 28 22:51:28 PDT 2010


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



--- Comment #4 from Brad Roberts <braddr at puremagic.com> 2010-05-28 22:51:25 PDT ---
I figured it'd been ages and maybe something had changed to maybe fix this
bug.. nope:

dmd 1.061 on windows:
Error: ex 2
throw ex1
throw ex2

dmd 1.061 on linux:
throw ex1
throw ex2
throw ex3
Error: ex 3

dmd 2.046 on windows:
throw ex1
throw ex2
object.Exception: ex 2

dmd 2.047 (close to svn tip) on linux:
throw ex1
throw ex2
throw ex3
object.Exception: ex 3
--- <cut the stack trace> ---

So.. still different.

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