[GHC] #7926: eventfd: unsupported operation when doing anything

GHC ghc-devs at haskell.org
Sun Jul 7 04:48:46 CEST 2013


#7926: eventfd: unsupported operation when doing anything
----------------------------------+----------------------------------
        Reporter:  guest          |            Owner:  AndreasVoellmy
            Type:  bug            |           Status:  new
        Priority:  highest        |        Milestone:  7.8.1
       Component:  Compiler       |          Version:  7.6.3
      Resolution:                 |         Keywords:
Operating System:  Linux          |     Architecture:  x86_64 (amd64)
 Type of failure:  Runtime crash  |       Difficulty:  Unknown
       Test Case:                 |       Blocked By:
        Blocking:                 |  Related Tickets:
----------------------------------+----------------------------------

Comment (by guest):

 At least the eventfd part of this seems to be a bug in glibc, when used
 with an older linux kernel version, such as 2.6.32. See this bug report
 I've filed on that: <http://bugs.debian.org/715212>

 I am unsure if the pattern match failure is being caused by the eventfd
 failure, or is unrelated.
 I have seen a program only show the pattern match failure, while a
 different program first prints the eventfd error message before failing
 due to the pattern match failure.

 -- Joey Hess

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



More information about the ghc-tickets mailing list