
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

On Thu, Jun 19, 2008 at 12:00 PM, Brent Yorgey
Hi all,
Has anyone else experienced segfaults related to network stuff? Observe:
Well, just to keep everyone updated, I suddenly remembered that cabal-install now writes log information! =D So I looked in the logs and found that I had indeed recently installed network-2.1.0.0 when trying to upgrade the urlcheck package. So I upgraded to the latest version of network (2.2.0.0) and now everything is peachy again. So, it seems that network-2.1.0.0 was the culprit... -Brent
participants (1)
-
Brent Yorgey