January 22, 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@puremagic.com
          Reporter: andrew.benton675@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.

--