Thread overview
[Issue 6584] New: ICE on large version number/debug level
Aug 31, 2011
timon.gehr@gmx.ch
Sep 06, 2011
yebblies
Sep 11, 2011
Walter Bright
August 31, 2011
http://d.puremagic.com/issues/show_bug.cgi?id=6584

           Summary: ICE on large version number/debug level
           Product: D
           Version: D2
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody@puremagic.com
        ReportedBy: timon.gehr@gmx.ch


--- Comment #0 from timon.gehr@gmx.ch 2011-08-31 13:53:59 PDT ---
version(100000000000000){}
debug(100000000000000){}

Both of those make DMD 2.054 crash with a "buffer overrun" error message.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
September 06, 2011
http://d.puremagic.com/issues/show_bug.cgi?id=6584


yebblies <yebblies@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |patch
                 CC|                            |yebblies@gmail.com
           Platform|Other                       |All
         OS/Version|Linux                       |All


--- Comment #1 from yebblies <yebblies@gmail.com> 2011-09-06 17:56:45 EST ---
https://github.com/D-Programming-Language/dmd/pull/366

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
September 11, 2011
http://d.puremagic.com/issues/show_bug.cgi?id=6584


Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |bugzilla@digitalmars.com
         Resolution|                            |FIXED


--- Comment #2 from Walter Bright <bugzilla@digitalmars.com> 2011-09-10 21:41:20 PDT ---
https://github.com/D-Programming-Language/dmd/commit/3d5a4767d391d4b3d77dee47fa85101d6f9cd61b

https://github.com/D-Programming-Language/dmd/commit/83123aa840654ce033db113bbda38730373deae3

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------