D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 15593 - ctRegex: "munmap_chunk(): invalid pointer"
Summary: ctRegex: "munmap_chunk(): invalid pointer"
Status: RESOLVED DUPLICATE of issue 17075
Alias: None
Product: D
Classification: Unclassified
Component: phobos (show other issues)
Version: D2
Hardware: x86_64 Linux
: P1 regression
Assignee: No Owner
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-22 23:09 UTC by Andrew Benton
Modified: 2017-03-08 16:25 UTC (History)
1 user (show)

See Also:


Attachments
Example failing code. (2.50 KB, text/x-dsrc)
2016-01-22 23:09 UTC, Andrew Benton
Details

Note You need to log in before you can comment on or make changes to this issue.
Description Andrew Benton 2016-01-22 23:09:46 UTC
Created attachment 1578 [details]
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.
Comment 1 Kenji Hara 2016-02-24 12:28:25 UTC
There's some questions.

1. This is reported as a regression issue, so which version had been worked well?
2. The attached code contains a unittest block, and main function tests command line arguments or stdin. With the No.1 question, I'm not sure which part would *fail*. Please tell me the full steps to reproduce issue.
Comment 2 Dmitry Olshansky 2017-03-08 16:25:07 UTC

*** This issue has been marked as a duplicate of issue 17075 ***