[Issue 9242] Add stack stomping code to flush out heisenbugs
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Jan 24 21:59:08 PST 2013
http://d.puremagic.com/issues/show_bug.cgi?id=9242
--- Comment #10 from Walter Bright <bugzilla at digitalmars.com> 2013-01-24 21:59:02 PST ---
(In reply to comment #9)
> (In reply to comment #8)
>
> > Why not try it and see what happens?
>
> I have just tried this code with and without -gx,
What do I need to do to convince you that stack overflow has nothing at all to
do with what -gx does?
> and on Windows32 the program
> segfaults with no error message and no stack trace:
And it seg faults because the stack runs into the guard page.
A stack trace would be problematic, because there'd be thousands of entries,
all the same. Generally, once you run out of stack, there's not a whole lot of
function calling you can do to do more processing.
--
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