[Issue 15593] New: ctRegex: "munmap_chunk(): invalid pointer"

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Jan 22 15:09:46 PST 2016


https://issues.dlang.org/show_bug.cgi?id=15593

          Issue ID: 15593
           Summary: ctRegex: "munmap_chunk(): invalid pointer"
           Product: D
           Version: D2
          Hardware: x86_64
                OS: Linux
            Status: NEW
          Severity: regression
          Priority: P1
         Component: phobos
          Assignee: nobody at puremagic.com
          Reporter: andrew.benton675 at gmail.com

Created attachment 1578
  --> https://issues.dlang.org/attachment.cgi?id=1578&action=edit
Example failing code.

When using ctRegex, the regex compiles and runs partially, but fails to finish
execution at runtime.  This may be linked to long lines.

The attached code attempts to match (some) urls.  This failure occurs both with
DMD and LDC.

--


More information about the Digitalmars-d-bugs mailing list