digitalmars.D.bugs - [Issue 7200] New: Array append causes Access Violation with symbolic debug info
- d-bugmail puremagic.com (28/28) Jan 02 2012 http://d.puremagic.com/issues/show_bug.cgi?id=7200
- d-bugmail puremagic.com (10/10) Apr 19 2012 http://d.puremagic.com/issues/show_bug.cgi?id=7200
- d-bugmail puremagic.com (11/12) Apr 19 2012 http://d.puremagic.com/issues/show_bug.cgi?id=7200
- d-bugmail puremagic.com (13/13) Jan 20 2013 http://d.puremagic.com/issues/show_bug.cgi?id=7200
http://d.puremagic.com/issues/show_bug.cgi?id=7200 Summary: Array append causes Access Violation with symbolic debug info Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: rejects-valid Severity: normal Priority: P2 Component: DMD AssignedTo: nobody puremagic.com ReportedBy: bearophile_hugs eml.cc import std.typecons: Tuple; void main() { alias Tuple!(int, int) Foo; Foo[] a; a ~= Foo(0, 0); // Access Violation string[] b; } Compiling it with DMD 2.058head: dmd -g test.d gives an Access Violation at line 5 at runtime. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jan 02 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7200 SomeDude <lovelydear mailmetrash.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lovelydear mailmetrash.com PDT --- Not reproduced 2.059 under x86-32 / Win32. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Apr 19 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7200 Brad Anderson <eco gnuk.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |eco gnuk.netNot reproduced 2.059 under x86-32 / Win32.I also couldn't reproduce. Looks like it can be closed. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Apr 19 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7200 Andrej Mitrovic <andrej.mitrovich gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |andrej.mitrovich gmail.com Resolution| |WORKSFORME 13:13:15 PST --- Can't reproduce in 2.057, 2.058, or 2.061. Could have been a temporary git-head problem. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jan 20 2013