#3441: readProcess ... (exit 11): failed
--------------------------------+-------------------------------------------
  Reporter:  Andriy             |          Owner:  simonmar           
      Type:  bug                |         Status:  new                
  Priority:  normal             |      Milestone:  6.12.1             
 Component:  libraries/process  |        Version:  6.10.3             
Resolution:                     |       Keywords:  readProcess exit 11
Difficulty:  Unknown            |             Os:  Linux              
  Testcase:                     |   Architecture:  x86                
   Failure:  None/Unknown       |  
--------------------------------+-------------------------------------------
Changes (by igloo):

  * failure:  => None/Unknown

Old description:

> When one haskell script (here Parent.hs) runs another script (Child.hs),
> it fails at some point with an error:
>
> Parent.hs: readProcess: ./Child.hs "param1" "param2" ... "paramN" (exit
> 11): failed
>
> Details:
>
> I have a set of haskell scripts. Each script has following interpreter
> spec as the first line:
>
> #!/usr/bin/env runghc
>
> These scripts manage some Java building process. Child.hs is long-
> running. It can run for a few hours. It builds a Java application, runs
> tests on it. About once a week the parent script fails with the error
> above. I use the script about 2-5 times a day.
>
> My system is Ubuntu 8.04 (Hardy Heron). I installed GHC 6.10.3 locally, I
> also have GHC 6.8.2 installed from the Ubuntu repositories.
>
> Besides the problem itself, it is not clear what "exit 11" means.

New description:

 When one haskell script (here Parent.hs) runs another script (Child.hs),
 it fails at some point with an error:
 {{{
 Parent.hs: readProcess: ./Child.hs "param1" "param2" ... "paramN" (exit
 11): failed
 }}}

 Details:

 I have a set of haskell scripts. Each script has following interpreter
 spec as the first line:
 {{{
 #!/usr/bin/env runghc
 }}}
 These scripts manage some Java building process. Child.hs is long-running.
 It can run for a few hours. It builds a Java application, runs tests on
 it. About once a week the parent script fails with the error above. I use
 the script about 2-5 times a day.

 My system is Ubuntu 8.04 (Hardy Heron). I installed GHC 6.10.3 locally, I
 also have GHC 6.8.2 installed from the Ubuntu repositories.

 Besides the problem itself, it is not clear what "exit 11" means.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3441#comment:7>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to