[Haskell-cafe] network-related segfaults

Brent Yorgey byorgey at gmail.com
Thu Jun 19 12:00:00 EDT 2008


Hi all,

Has anyone else experienced segfaults related to network stuff?  Observe:

[11:50:56 brent at xenophon:~]$ ghci -ignore-dot-ghci
GHCi, version 6.8.2: http://www.haskell.org/ghc/  :? for help
Loading package base ... linking ... done.
Prelude> :m +Text.HTML.Download
Prelude Text.HTML.Download> txt <- openURL "http://www.google.com"
Loading package bytestring-0.9.1.0 ... linking ... done.
Loading package mtl-1.1.0.0 ... linking ... done.
Loading package parsec-3.0.0 ... linking ... done.
Loading package network-2.1.0.0 ... linking ... done.
Loading package array-0.1.0.0 ... linking ... done.
Loading package containers-0.1.0.1 ... linking ... done.
Loading package tagsoup-0.6 ... linking ... done.
Segmentation fault (core dumped)

This just started happening yesterday.  I think I may have just upgraded
some packages via cabal-install but I'm not sure which ones.  Now is a time
when I wish all my terminal sessions were automatically logged. (Hmm,
perhaps I should look into that...)

-Brent
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20080619/14dd1713/attachment.htm


More information about the Haskell-Cafe mailing list