[Issue 7293] dmd 2.057 segfault/crash - std.regex.match(string, string)

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Jan 27 05:26:52 PST 2012


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


Stewart Gordon <smjg at iname.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-valid-code
                 CC|                            |smjg at iname.com
           Platform|x86_64                      |All
            Summary|dmd 2.057 segfault          |dmd 2.057 segfault/crash -
                   |                            |std.regex.match(string,
                   |                            |string)
         OS/Version|Linux                       |All


--- Comment #2 from Stewart Gordon <smjg at iname.com> 2012-01-27 05:26:43 PST ---
Please remember to:
- assign keywords as appropriate
- make summary lines specific to the bug
- change platform/OS to "All" if you witness it on something different from
what the reporter reported it on.

Even smaller testcase:
-----
import std.regex;
auto m = match("", "");
-----

Crash report (DMD 2.057, Windows Vista 32-bit:
-----
  Problem Event Name:    APPCRASH
  Application Name:    dmd.exe
  Application Version:    0.0.0.0
  Application Timestamp:    00000000
  Fault Module Name:    dmd.exe
  Fault Module Version:    0.0.0.0
  Fault Module Timestamp:    00000000
  Exception Code:    c0000005
  Exception Offset:    0003c6b2
  OS Version:    6.0.6002.2.2.0.768.3
  Locale ID:    2057
  Additional Information 1:    482b
  Additional Information 2:    fe3cbbb77b564d5f0cb2cc6fc75b3c2f
  Additional Information 3:    73f1
  Additional Information 4:    1e2657c1444006182528bd2953dbb394

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