#5005: epollCreate: unsupported operation (Function not implemented)
---------------------------------+------------------------------------------
  Reporter:  nomeata             |          Owner:  igloo           
      Type:  bug                 |         Status:  closed          
  Priority:  highest             |      Milestone:  7.2.1           
 Component:  Compiler            |        Version:  7.0.2           
Resolution:  fixed               |       Keywords:                  
  Testcase:                      |      Blockedby:                  
Difficulty:                      |             Os:  Linux           
  Blocking:                      |   Architecture:  Unknown/Multiple
   Failure:  Compile-time crash  |  
---------------------------------+------------------------------------------
Changes (by igloo):

  * status:  new => closed
  * resolution:  => fixed


Comment:

 Fixed:
 {{{
 Sat Mar 12 21:14:26 GMT 2011  Ian Lynagh <[email protected]>
   * Never use epoll_create1; fixes trac #5005
   There is little benefit to using epoll_create1 (especially if we still
   have the epoll_create code too), and it cuases problems if people build
   a GHC binary on one machine and try to use it on another.
 }}}

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