http://d.puremagic.com/issues/show_bug.cgi?id=6088
Walter Bright <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|regression |minor --- Comment #14 from Walter Bright <[email protected]> 2012-02-05 16:01:11 PST --- This relies on Windows itself creating a stack overflow structured exception event, which is then captured by druntime and turned into a D exception. The trouble is, I've never been able to get Windows to reliably create these upon stack overflow. Sometimes, it generates other faults instead. In other words, it's always behaved erratically, and is not a regression. Nor do I think it is a serious problem, because it isn't caught by C or C++ runtimes, nor for D on non-Windows platforms. It's just a nicety that druntime tries at all to catch this. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
