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

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Dec 29 00:27:33 PST 2010


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



--- Comment #12 from Don <clugdbug at yahoo.com.au> 2010-12-29 00:25:26 PST ---
On D2, the behaviour is wrong on all platforms, not just Windows. Roughly
speaking, Linux does exception chaining incorrectly, and Windows doesn't do it
at all.

These two commits are a first step towards fixing the bug: the problematic code
in the C runtime is replaced with a D implementation (the buggy behaviour isn't
yet changed though).

http://www.dsource.org/projects/druntime/changeset/458
http://www.dsource.org/projects/druntime/changeset/459

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