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

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Dec 10 00:42:17 PST 2010


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


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

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


--- Comment #5 from Don <clugdbug at yahoo.com.au> 2010-12-10 00:40:35 PST ---
The behaviour of this bug changed in DMD2.048, (possibly as a result of the fix
for bug 4339?)
Now, on Windows DMD2.050 produces:

throw ex1
throw ex2
object.Exception: ex 2
object.Exception: ex 1

Which I don't understand at all.

On D1.065, it is still:
throw ex1
throw ex2
Error: ex 2

Does it still work on D2 Linux?

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