Re: [Haskell-cafe] Text.Regex Segfault

2010-10-17 Thread Christopher Done
On 17 October 2010 04:45, Duane Johnson duane.john...@gmail.com wrote: I bumped into a segmentation fault in the regex library today and thought I'd warn others in case similar behavior is observed: Prelude :m Text.Regex Prelude Text.Regex map read (splitRegex (mkRegex \\|) 0|1|2|4) :: [Int]

[Haskell-cafe] Text.Regex Segfault

2010-10-16 Thread Duane Johnson
I bumped into a segmentation fault in the regex library today and thought I'd warn others in case similar behavior is observed: Prelude :m Text.Regex Prelude Text.Regex map read (splitRegex (mkRegex \\|) 0|1|2|4) :: [Int] Loading package syb ... linking ... done. Loading package array-0.2.0.0