#5060: iteratee: epollControl: permission denied (Operation not permitted)
-------------------------------+--------------------------------------------
    Reporter:  pacak           |       Owner:                             
        Type:  bug             |      Status:  new                        
    Priority:  normal          |   Component:  Compiler                   
     Version:  7.0.3           |    Keywords:                             
    Testcase:                  |   Blockedby:                             
          Os:  Linux           |    Blocking:                             
Architecture:  x86_64 (amd64)  |     Failure:  Incorrect result at runtime
-------------------------------+--------------------------------------------
 If you run this ticket as literate haskell program it works fine when
 1) executed via ghci/runhaskell in ghc 6.12.3
 2) executed as compiled file in both ghc 6.12.3 and 7.0.2/7.0.3

 and it fails with a message " epollControl: permission denied (Operation
 not permitted)" when executed via runhaskell in ghc 7.0.2/7.0.3

 > import Data.Iteratee
 > import Data.Iteratee.IO
 > import Data.Iteratee.Char

 > main = fileDriver printLines "/etc/passwd"

 some logs are attached

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

_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to