6.2.1 vs 6.0.1

2004-06-21 Thread Arjan van IJzendoorn
Hello, Thanks for all your replies to my previous message about the "overflown relocation field". I was trying to find a bug that makes my application crash. I failed at that but when I switched from using GHC 6.2.1 to version 6.0.1 (on Windows XP) the bug disappeared! That makes me happy because

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

ObjectIO

2002-07-11 Thread Arjan van IJzendoorn
Hi there, Here in Utrecht we tried to get ObjectIO to work. Firstly, adding the package didn't work. Google pointed us at the article that solves the problem: http://www.haskell.org/pipermail/haskell-cafe/2002-May/003021.html You need to type ghc-pkg -a < pckg.cfg and NOT ghc-pkg -a obj

The impossible happened

2002-06-27 Thread Arjan van IJzendoorn
Hi, GHC gives me this message when compiling with the -O flag (it doesn't happen without it): ghc: panic! (the `impossible' happened, GHC version 5.02): Rules/Deprecations parse failed ./staticanalysis/Constraints.hi:63: error in character literal Please report it as a compiler bug

Re: Exceptions

2000-11-16 Thread Arjan van IJzendoorn
Hi, > Do these EXEs work fine under Win2K? The statically linked version gives Hi. The dynamically linked one gives the Application Error. I don't know what this means but at least I can run the program now. Greetings, Arjan ___ Glasgow-haskell-bug

Exceptions

2000-11-14 Thread Arjan van IJzendoorn
Hi there, I just installed ghc-4.08.1 on a Win2k computer. Then I tried to compile a program that uses exceptions. Compilation succeeds, but running the program causes a "Application Error" dialog to appear. It says "The application failed to initialize properly (0xc005). Click on OK to te