[Issue 9242] Add stack smashing code to flush out heisenbugs

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Dec 29 18:08:17 PST 2012


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


Jonathan M Davis <jmdavisProg at gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jmdavisProg at gmx.com


--- Comment #3 from Jonathan M Davis <jmdavisProg at gmx.com> 2012-12-29 18:08:16 PST ---
> A simpler possibility is not add a switch, and just turn on this feature (and
the feature in Issue 9243 ) when the "-debug" switch is used.

Let's not overload the -debug flag. All it does is enable debug blocks which
are used primarily for debug output. That's fundamentally different from
something like stack smashing, and depending, someone might actually want this
feature with -release, and while you _can_ use -debug with -release, you
generally don't want to, and I wouldn't expect anyone who wanted this feature
with -release to also want debug blocks to be enabled.

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