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

 OK, so this comes down to {{{
 if (tcsetattr(el->el_infd, TCSADRAIN, &el->el_tty.t_ed) == -1) {
 }}}
 getting an Interrupted system call, presumably due to our timer.

 I'm not sure what the solution to this is.

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