Skip to content
This repository was archived by the owner on Feb 3, 2022. It is now read-only.
This repository was archived by the owner on Feb 3, 2022. It is now read-only.

2014.2.0.0: 64-bit GHC 7.8.3 under Windows 7 hangs during regex matching #144

Open
@adubovik

Description

@adubovik

The following code hangs 64-bit ghc 7.8.3 (as well as ghci) under Windows 7:

import Text.Regex
main = print $ matchRegex (mkRegex "^[ ]*ab[ ]*xy[ ]*(.*)[ ]*") "abxy z"

It works fine at 64-bit Ubuntu and 32-bit Windows XP though.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions