[Haskell-cafe] enumFrom* strangeness on GHC?

Stefan O'Rear stefanor at cox.net
Wed May 30 23:39:51 EDT 2007


On Thu, May 31, 2007 at 12:34:36AM -0300, Felipe Almeida Lessa wrote:
> On 5/31/07, Stefan O'Rear <stefanor at cox.net> wrote:
> >You don't need to feel too bad about this:
> [snip]
> 
> Don't worry, I should have googled anyway =).
> 
> BTW, how do you usually proceed when finding out why your code said
> "Segmentation fault."?  (should this question move to a new thread?)

I skim the GHC bugs listing, then file one.  The nice thing about
segmentation faults is that (assuming you aren't using stuff like
unsafeCoerce#) they are never your fault, and always GHC bugs.

Stefan


More information about the Haskell-Cafe mailing list