[GHC] #806: internal error: asyncRead# on threaded RTS with HAppS -threaded

2006-06-26 Thread GHC
#806: internal error: asyncRead# on threaded RTS with HAppS -threaded ---+ Reporter: [EMAIL PROTECTED] |Owner: Type: bug | Status: new Priority: normal |M

[GHC] #805: Too many workers; runaway worker creation?

2006-06-26 Thread GHC
#805: Too many workers; runaway worker creation? -+-- Reporter: [EMAIL PROTECTED] |Owner: Type: bug | Status: new Priority: normal|Milestone:

[GHC] #804: Signal handlers always installed, evem in a DLL

2006-06-26 Thread GHC
#804: Signal handlers always installed, evem in a DLL -+-- Reporter: guest |Owner: Type: bug | Status: new Priority: normal|Milestone: Component: Com

[GHC] #803: malloc() without free()

2006-06-26 Thread GHC
#803: malloc() without free() -+-- Reporter: guest |Owner: Type: bug | Status: new Priority: normal|Milestone: Component: Compiler | Version:

Re: GHC 6.2.2 and 6.4.1 on IRIX64 both failed, this time with new error

2006-06-26 Thread Simon Marlow
Andrew Jones wrote: This is the failed 6.4.1 build, but when using 3.4.6 instead of 3.4.0, both 6.2.2 and 6.4.1 fail this way. [EMAIL PROTECTED] --version gcc (GCC) 3.4.6 [EMAIL PROTECTED] -aR IRIX64 godot 6.5 6.5.29f 01090133 IP27 [EMAIL PROTECTED] --version The Glorious Glasgow Haskell Compi

Re: ghc 6.4.1 failed to build on IRIX64 6.5.29

2006-06-26 Thread Simon Marlow
Andrew Jones wrote: /tmp/ghc363448.lpp:0: internal compiler error: Abort Please submit a full bug report, with preprocessed source if appropriate. See http://gcc.gnu.org/bugs.html> for instructions. <> gmake[2]: *** [depend] Error 1 gmake[1]: *** [boot] Error 1 gmake[1]: Leaving directory `/disk

Re: ASSERTION FAILED: file GC.c, line 1352

2006-06-26 Thread Simon Marlow
Joachim Breitner wrote: I have created a small app here, using gtk and hsql, and I sometimes get crashes with this debug message: internal error: ASSERTION FAILED: file GC.c, line 1352 What information do you need to further debug this, or what can I do myself to find the problem? We

[GHC] #802: Allow two packages to use the same module name

2006-06-26 Thread GHC
#802: Allow two packages to use the same module name -+-- Reporter: simonpj |Owner: Type: task | Status: new Priority: normal|Milestone: 6.6

Visual Haskell projects cannot be created

2006-06-26 Thread Kenneth Adams
Hi there, I was pleased to find a Visual Studio compatible version of Haskell (my company has just started using a Haskell based language and I need to learn the language). The install went smoothly but I could create neither a console Haskell project nor a Haskell library project - Visual Stu

ASSERTION FAILED: file GC.c, line 1352

2006-06-26 Thread Joachim Breitner
Hi, I have created a small app here, using gtk and hsql, and I sometimes get crashes with this debug message: internal error: ASSERTION FAILED: file GC.c, line 1352 What information do you need to further debug this, or what can I do myself to find the problem? Greetings, Joachim -- J

GHC 6.2.2 and 6.4.1 on IRIX64 both failed, this time with new error

2006-06-26 Thread Andrew Jones
This is the failed 6.4.1 build, but when using 3.4.6 instead of 3.4.0, both 6.2.2 and 6.4.1 fail this way. [EMAIL PROTECTED] --version gcc (GCC) 3.4.6 [EMAIL PROTECTED] -aR IRIX64 godot 6.5 6.5.29f 01090133 IP27 [EMAIL PROTECTED] --version The Glorious Glasgow Haskell Compilation System, version

ghc 6.2.2 failed build on IRIX64

2006-06-26 Thread Andrew Jones
After this happened the first time, I attempted editing mk/config.mk to remove the -O2, but that was no help. Next step: build ghc 6.2.1... [EMAIL PROTECTED] --version The Glorious Glasgow Haskell Compilation System, version 6.2 [EMAIL PROTECTED] --version gcc (GCC) 3.4.0 [EMAIL PROTECTED] -aR I

ghc 6.4.1 failed to build on IRIX64 6.5.29

2006-06-26 Thread Andrew Jones
I have no idea what's going on here. I'm going to try a newer version of gcc and see what happens. I was building with mabi=64, as that is what the last binary build of ghc on the site (ghc 6.2) was using. [EMAIL PROTECTED] -aR IRIX64 godot 6.5 6.5.29f 01090133 IP27 [EMAIL PROTECTED] --version

GHC 6.4.1 bug

2006-06-26 Thread Andrew Jones
The entire "utils" directory fails to build on IRIX64 6.5.29f because it fails to heed $GHCFLAGS.I was able to fix the problem by editing makefiles and adding the appropriate -L arguments by hand.I was building using the GHC 6.2 binary tree on the site.