#4251: GHC hangs during Network.HTTP.simpleHTTP on Windows XP SP3, Windows 7
----------------------------------+-----------------------------------------
Reporter: balta2ar | Owner:
Type: bug | Status: new
Priority: high | Milestone: 6.14.1
Component: libraries (other) | Version: 6.12.3
Keywords: hang, simplehttp | Testcase:
Blockedby: | Difficulty:
Os: Windows | Blocking:
Architecture: x86 | Failure: Incorrect result at runtime
----------------------------------+-----------------------------------------
Comment(by VenCarbon):
I have the same problem when using Haskell Platform 2010.2.0.0. My OS is
WinXP SP3.
Log:
{{{
D:\Documents and Settings\Admin>ghci -v -dcore-lint
GHCi, version 6.12.3: http://www.haskell.org/ghc/ :? for help
Glasgow Haskell Compiler, Version 6.12.3, for Haskell 98, stage 2 booted
by GHC
version 6.10.4
Using binary package database:
D:\PROGRA~1\HASKEL~1\201020~1.0\lib\package.conf.
d\package.cache
hiding package base-3.0.3.2 to avoid conflict with later version
base-4.2.0.2
wired-in package ghc-prim mapped to ghc-
prim-0.2.0.0-2feb0cb38f65a4827135ada88c3
4f3ef
wired-in package integer-gmp mapped to integer-
gmp-0.2.0.1-72436e28c79d056c87cc0
d2d2f9f3773
wired-in package base mapped to
base-4.2.0.2-0d1804f62045e52b2e806996d84f5318
wired-in package rts mapped to builtin_rts
wired-in package haskell98 mapped to
haskell98-1.0.1.1-b5196101fd7a8c42a8d53bd80
33d6765
wired-in package template-haskell mapped to template-
haskell-2.4.0.1-401621dedd4
a5f07bfd8630247358bf5
wired-in package dph-seq mapped to dph-
seq-0.4.0-be069f0bb710922a6ddd4ed2b91e3a6
c
wired-in package dph-par mapped to dph-
par-0.4.0-b31a0ce10b7c92126978fcc929077ad
6
Hsc static flags: -static
Loading package ghc-prim ... linking ... done.
Loading package integer-gmp ... linking ... done.
Loading package base ... linking ... done.
Loading package ffi-1.0 ... linking ... done.
Prelude> :module +Network.HTTP
Prelude Network.HTTP> simpleHTTP (getRequest "http://maps.google.com")
*** Parser:
*** Desugar:
*** Simplify:
*** CorePrep:
*** ByteCodeGen:
Loading package syb-0.1.0.2 ... linking ... done.
Loading package base-3.0.3.2 ... linking ... done.
Loading package parsec-2.1.0.1 ... linking ... done.
Loading package network-2.2.1.7 ... linking ... done.
Loading package mtl-1.1.0.2 ... linking ... done.
Loading package bytestring-0.9.1.7 ... linking ... done.
Loading package Win32-2.2.0.2 ... linking ... done.
Loading package array-0.3.0.1 ... linking ... done.
Loading package old-locale-1.0.0.2 ... linking ... done.
Loading package old-time-1.0.0.5 ... linking ... done.
Loading package HTTP-4000.0.9 ... linking ... done.
*Then it stops any actions*
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/4251#comment:3>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs