[GHC] #7652: Testing freezes on FreeBSD 9.1.

GHC cvs-ghc at haskell.org
Mon Feb 4 15:15:37 CET 2013


#7652: Testing freezes on FreeBSD 9.1.
---------------------------------+------------------------------------------
    Reporter:  kazu-yamamoto     |       Owner:              
        Type:  bug               |      Status:  new         
    Priority:  normal            |   Milestone:              
   Component:  Compiler          |     Version:  7.7         
    Keywords:                    |          Os:  FreeBSD     
Architecture:  Unknown/Multiple  |     Failure:  None/Unknown
  Difficulty:  Unknown           |    Testcase:              
   Blockedby:                    |    Blocking:              
     Related:                    |  
---------------------------------+------------------------------------------
Changes (by simonmar):

  * difficulty:  => Unknown


Old description:

> "gmake THREADS=10 fast" in the testsuite/tests directory does not finish.
>
> The following processes use CPU 100%:
> * 367_letnoesca
> * throwto001
> * Chan002
> * ghc-stage2 compiling conc070.hs
>
> The following process is waiting for something forever:
> * signals004

New description:

 "gmake THREADS=10 fast" in the testsuite/tests directory does not finish.

 The following processes use CPU 100%:
  * 367_letnoesca
  * throwto001
  * Chan002
  * ghc-stage2 compiling conc070.hs

 The following process is waiting for something forever:
  * signals004

--

Comment:

 `367_letnoescape(llvm)` is currently failing: #7297.  It should fail by a
 timeone; if the timeout script is not working on FreeBSD that needs
 looking into.

 `throwto001` and `Chan002` are worrying, they shouldn't hang.

 `ghc-stage2` compiling `conc070.hs` is probably `conc070(ghci)`.  It
 shouldn't fail either.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7652#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler



More information about the ghc-tickets mailing list