Bug 441709 - Doesn't know ppoll() and eventfd() system calls.
Summary: Doesn't know ppoll() and eventfd() system calls.
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: valgrind
Version: rawhide
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Jakub Jelinek
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-04-09 16:19 UTC by Lennart Poettering
Modified: 2008-04-16 16:24 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2008-04-16 16:24:41 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Lennart Poettering 2008-04-09 16:19:57 UTC
Valgrind doesn't know the ppoll() or eventfd() system calls.

ppoll() was added in Linux 2.6.16 which was released on 19 Mar 2006, more than
two years ago.

eventfd() was added in Linux 2.6.22 which was released on 8 Aug 2007, more than
half a year ago.

The warning message from valgrind is:

--19400-- WARNING: unhandled syscall: 284

and

--19400-- WARNING: unhandled syscall: 271

That's eventfd(), resp. ppoll() on x86_64

Comment 1 Jakub Jelinek 2008-04-16 16:24:41 UTC
Should be fixed in valgrind-3.3.0-3.


Note You need to log in before you can comment on or make changes to this bug.