[Issue 6088] Stack trace or some info with stack overflow

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Feb 5 16:01:15 PST 2012


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


Walter Bright <bugzilla at digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|regression                  |minor


--- Comment #14 from Walter Bright <bugzilla at digitalmars.com> 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: -------


More information about the Digitalmars-d-bugs mailing list