[Issue 10673] New: memory corruption in interpret.c
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Jul 19 04:33:09 PDT 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10673
Summary: memory corruption in interpret.c
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: nobody at puremagic.com
ReportedBy: code at dawg.eu
--- Comment #0 from Martin Nowak <code at dawg.eu> 2013-07-19 04:33:08 PDT ---
During a compilation I kept triggering the following assertion.
assert(e != EXP_CONTINUE_INTERPRET && e != EXP_BREAK_INTERPRET);
https://github.com/D-Programming-Language/dmd/blob/de687981f72b0256b1dc1233306b4cfe94db626c/src/interpret.c#L976
While trying to reduce the test case it turned out that this must be a memory
corruption, i.e. with ASLR it only asserts sometimes. When I removed unrelated
modules from the compilation the error would go away.
--
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