Re: [GHC] #840: GHC on loosing its handles takes 100% CPU

2007-05-10 Thread GHC
#840: GHC on loosing its handles takes 100% CPU -+-- Reporter: guest |Owner: igloo Type: bug | Status: new Priority: high |Milestone: 6.8 Component: Compiler

Re: [GHC] #840: GHC on loosing its handles takes 100% CPU

2006-10-21 Thread GHC
#840: GHC on loosing its handles takes 100% CPU --+- Reporter: guest | Owner: igloo Type: bug | Status: new Priority: normal| Milestone: 6.8 Component: Compiler

Re: [GHC] #840: GHC on loosing its handles takes 100% CPU

2006-09-28 Thread GHC
#840: GHC on loosing its handles takes 100% CPU ---+ Reporter: guest | Owner: igloo Type: bug | Status: new Priority: normal| Milestone: 6.8 Component: Compiler

Re: [GHC] #840: GHC on loosing its handles takes 100% CPU

2006-08-11 Thread Neil Mitchell
PROTECTED] [mailto:glasgow-haskell-bugs- | [EMAIL PROTECTED] On Behalf Of Lennart Augustsson | Sent: 04 August 2006 13:47 | To: Bulat Ziganshin | Cc: GHC; glasgow-haskell-bugs@haskell.org | Subject: Re: [GHC] #840: GHC on loosing its handles takes 100% CPU | | It happens all the time to me that GHC

Re: [GHC] #840: GHC on loosing its handles takes 100% CPU

2006-08-07 Thread GHC
#840: GHC on loosing its handles takes 100% CPU ---+ Reporter: guest | Owner: Type: bug | Status: new Priority: normal| Milestone: Component: Compiler

Re: [GHC] #840: GHC on loosing its handles takes 100% CPU

2006-08-04 Thread Lennart Augustsson
, 2006, 4:33:09 PM, you wrote: #840: GHC on loosing its handles takes 100% CPU import System.Process main = runInteractiveCommand ghc When run terminates immediately, as expected, but leaves an instance of ghc running. The ghc process takes up 100% of the CPU time, and seemingly does

RE: [GHC] #840: GHC on loosing its handles takes 100% CPU

2006-08-04 Thread Simon Peyton-Jones
-haskell-bugs@haskell.org | Subject: Re: [GHC] #840: GHC on loosing its handles takes 100% CPU | | It happens all the time to me that GHC doesn't die properly on windows. | Every so often I have to kill a few straggling ghc processes. They | all spin consuming 100% CPU when this happens

Re: [GHC] #840: GHC on loosing its handles takes 100% CPU

2006-08-04 Thread Sigbjorn Finne
] #840: GHC on loosing its handles takes 100% CPU It happens all the time to me that GHC doesn't die properly on windows. Every so often I have to kill a few straggling ghc processes. They all spin consuming 100% CPU when this happens. -- Lennart On Aug 2, 2006, at 10:09 , Bulat Ziganshin

[GHC] #840: GHC on loosing its handles takes 100% CPU

2006-08-02 Thread GHC
#840: GHC on loosing its handles takes 100% CPU -+-- Reporter: guest |Owner: Type: bug | Status: new Priority: normal|Milestone: Component: Compiler

Re: [GHC] #840: GHC on loosing its handles takes 100% CPU

2006-08-02 Thread Bulat Ziganshin
Hello GHC, Wednesday, August 2, 2006, 4:33:09 PM, you wrote: #840: GHC on loosing its handles takes 100% CPU import System.Process main = runInteractiveCommand ghc When run terminates immediately, as expected, but leaves an instance of ghc running. The ghc process takes up 100