[ ghc-Bugs-971327 ] ghci error

2004-06-11 Thread SourceForge.net
Bugs item #971327, was opened at 2004-06-11 20:02 Message generated for change (Comment added) made by wthaller You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108032&aid=971327&group_id=8032 Category: None Group: 6.0 >Status: Closed >Resolution: Duplicate Priority:

[ ghc-Bugs-971327 ] ghci error

2004-06-11 Thread SourceForge.net
Bugs item #971327, was opened at 2004-06-11 18:02 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=971327&group_id=8032 Category: None Group: 6.0 Status: Open Resolution: None Pri

Strange problems with binary file output: result of incorrect size

2004-06-11 Thread Mike Aizatsky
Hello, I'm having strange problems with binary file output. In my application I'm preparing the [Word8], then doing just 4 operations: 1. openBinaryFile 2. newListArray from my list 3. hPutArray 4. file close Everything works ok till I change one function deep in computational code. The change

Re: Panic

2004-06-11 Thread Sven Panne
Arjan van IJzendoorn wrote: [...] Loading package wxcore ... linking ... WARNING: Overflown relocation field (# re locs found: 30765) C:/cygwin/usr/local/lib/wxcore0.o: unknown symbol `_CC_LIST' ghc.exe: panic! (the `impossible' happened, GHC version 6.2.1): can't load package `wxcore' Plea

Panic

2004-06-11 Thread Arjan van IJzendoorn
Hello GHC people, I'm having a lot of fun with GHC and wxHaskell, but at one point something unwanted happened. I created a version of wxHaskell from source with extra GHC options "-prof -auto-all"; I wanted to have a profiling version of wxHaskell so I can get a stack trace when my program crashe