Hi all,

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

[11:50:56 brent@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