[ ghc-Bugs-1344553 ] GHC and GHCi hang when compiling simple program

2005-10-31 Thread SourceForge.net
Bugs item #1344553, was opened at 2005-10-31 21:40 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108032&aid=1344553&group_id=8032 Please note that this message will contain a full copy of

RE: strange closure type 63607

2005-10-31 Thread Simon Marlow
On 30 October 2005 22:40, Piotr Wieczorek wrote: > Compiling DrIFT-2.1.2 under Windows-XP SP2, using standard GHC-6.4.1 > just > downloaded from your page I encountered problem: > > /c/PROGRAMY/ghc/ghc-6.4.1/bin/ghc -O -i. -i. -hidir . -o > StandardRules.o -c StandardRules.hs > ghc.exe: interna

RE: libraries under ghc

2005-10-31 Thread Simon Marlow
On 29 October 2005 22:32, Frederik Eaton wrote: > Is true that it is currently necessary to reinstall every > locally-installed package when I upgrade to a new version of ghc, even > if it is only a new patchlevel? > > Maybe this should only be necessary when the major or minor version > number c

RE: GHC-6.4.1 much slower than GHC-6.4

2005-10-31 Thread Simon Peyton-Jones
Excellent, thank you. We'll commit a fix shortly. The bug isn't in the HEAD, but it's certainly in 6.4.1 Simon | -Original Message- | From: [EMAIL PROTECTED] [mailto:glasgow-haskell-bugs- | [EMAIL PROTECTED] On Behalf Of Mirko Rahn | Sent: 31 October 2005 11:20 | To: Simon Marlow | Cc:

Re: GHC-6.4.1 much slower than GHC-6.4

2005-10-31 Thread Mirko Rahn
It's a bug - we're looking into it. Thanks for the report. The file http://liinwww.ira.uka.de/~rahn/bugCW/Body.hs contains a small(er) piece of code that shows the behavior as well. Just run make from http://liinwww.ira.uka.de/~rahn/bugCW/Makefile to get the *.prof files in http://liinww

strange closure type 63607

2005-10-31 Thread Piotr Wieczorek
Compiling DrIFT-2.1.2 under Windows-XP SP2, using standard GHC-6.4.1 just downloaded from your page I encountered problem: /c/PROGRAMY/ghc/ghc-6.4.1/bin/ghc -O -i. -i. -hidir . -o StandardRules.o -c StandardRules.hs ghc.exe: internal error: evacuate: strange closure type 63607 Please repor