#2277: GHCi silently aborts on 'take' computation
---------------------+------------------------------------------------------
 Reporter:  cdsmith  |          Owner:                
     Type:  bug      |         Status:  reopened      
 Priority:  high     |      Milestone:  6.10 branch   
Component:  GHCi     |        Version:  6.9           
 Severity:  blocker  |     Resolution:                
 Keywords:           |     Difficulty:  Unknown       
 Testcase:           |   Architecture:  x86_64 (amd64)
       Os:  Linux    |  
---------------------+------------------------------------------------------
Changes (by simonmar):

  * priority:  normal => high
  * severity:  normal => blocker

Comment:

 I see this too:

 {{{
 18303 ioctl(0, SNDCTL_TMR_STOP or TCSETSW, {B38400 opost isig -icanon
 -echo ...}) = -1 EINT
 R (Interrupted system call)
 18303 --- SIGVTALRM (Virtual timer expired) @ 0 (0) ---
 18303 rt_sigreturn(0x1a)                = -1 EINTR (Interrupted system
 call)
 }}}

 followed quickly by GHCi exiting.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2277#comment:9>
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