Re: [GHC] #673: Import FastPackedStrings for 6.6

2006-08-08 Thread GHC
#673: Import FastPackedStrings for 6.6 ---+ Reporter: simonmar | Owner: Type: task | Status: closed Priority: high | Milestone: 6.6

[GHC] #847: Threaded RTS problems on FreeBSD

2006-08-08 Thread GHC
#847: Threaded RTS problems on FreeBSD ---+ Reporter: simonmar|Owner: simonmar Type: bug | Status: new Priority: normal |Milestone: 6.4.3

Re: Threading woes on FreeBSD

2006-08-08 Thread Simon Marlow
Gregory Wright wrote: Some additional information on the threading problems experienced on FreeBSD. The system was FreeBSD 6.1-RELEASE-p2, dual 2.8 GHz Xeon. I built ghc-6.4.2 from cvs using the FreeBSD ports version of ghc-6.4.2. (The latter has the threaded RTS disabled.) I ran the

Re: [GHC] #844: panic on conflicting patterns in TH splice

2006-08-08 Thread GHC
#844: panic on conflicting patterns in TH splice ---+ Reporter: guest | Owner: Type: bug | Status: closed Priority: normal| Milestone:

[GHC] #848: Threaded RTS problems on Solaris

2006-08-08 Thread GHC
#848: Threaded RTS problems on Solaris ---+ Reporter: simonmar|Owner: Type: bug | Status: new Priority: normal |Milestone: 6.4.3 Component:

Re: [GHC] #729: Build system uses wrong version of include files.

2006-08-08 Thread GHC
#729: Build system uses wrong version of include files. ---+ Reporter: guest | Owner: Type: bug | Status: closed Priority: normal| Milestone:

[GHC] #849: Offer control over branch prediction

2006-08-08 Thread GHC
#849: Offer control over branch prediction +--- Reporter: simonpj |Owner: Type: feature request | Status: new Priority: normal |Milestone:

[GHC] #850: threaded RTS uses SIGALRM

2006-08-08 Thread GHC
#850: threaded RTS uses SIGALRM ---+ Reporter: simonmar|Owner: Type: bug | Status: new Priority: normal |Milestone: 6.6.1 Component:

Re: heap corruption?

2006-08-08 Thread Frederik Eaton
Hi Simon, I'm sorry I don't have a test case, aside from what I've sent already, and it's sometimes difficult to reproduce. (though note that the GSLHaskell library can still be downloaded at the provided URL) However, I've checked and double-checked our code and can't find anything on our side

Re: [GHC] #281: Wrong overlapped/missing pattern warnings

2006-08-08 Thread GHC
#281: Wrong overlapped/missing pattern warnings ---+ Reporter: nobody| Owner: nobody Type: bug | Status: closed Priority: lowest| Milestone: Component: Compiler

[GHC] #852: Browsing a module in ghci can cause a panic

2006-08-08 Thread GHC
#852: Browsing a module in ghci can cause a panic -+-- Reporter: mnislaih |Owner: Type: bug | Status: new Priority: normal|Milestone: 6.6

Re: [GHC] #852: Browsing a module in ghci can cause a panic

2006-08-08 Thread GHC
#852: Browsing a module in ghci can cause a panic --+- Reporter: mnislaih | Owner: Type: bug | Status: new Priority: normal |

Re: posix, POpen, ghc 6.5

2006-08-08 Thread Frederik Eaton
... here3 here4 [ here it hangs and i press ^C ] runghc: waitForProcess: interrupted (Interrupted system call) ... Ah yes, this is because GHCi isn't compiled with -threaded. Looks like we've found one more reason to do that. Can I compile ghci with -threaded myself? Or is there a