Bug 783936 - valgrind report "noted but unhandled ioctl" messages
Summary: valgrind report "noted but unhandled ioctl" messages
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: valgrind
Version: 16
Hardware: x86_64
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Jakub Jelinek
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-01-23 10:07 UTC by Yann Droneaud
Modified: 2012-01-27 19:40 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-01-27 19:40:47 UTC
Type: ---


Attachments (Terms of Use)

Description Yann Droneaud 2012-01-23 10:07:53 UTC
While trying to debug rhythmbox regarding bug 701544
valgrind complains about this:


==6887== Warning: noted but unhandled ioctl 0x5382 with no size/direction hints
==6887==    This could cause spurious value errors to appear.
==6887==    See README_MISSING_SYSCALL_OR_IOCTL for guidance on writing a proper wrapper.
==6887== Warning: noted but unhandled ioctl 0x5386 with no size/direction hints
==6887==    This could cause spurious value errors to appear.
==6887==    See README_MISSING_SYSCALL_OR_IOCTL for guidance on writing a proper wrapper.
==6887== Warning: noted but unhandled ioctl 0x5382 with no size/direction hints
==6887==    This could cause spurious value errors to appear.
==6887==    See README_MISSING_SYSCALL_OR_IOCTL for guidance on writing a proper wrapper.

rhythmbox was reading an audio CD, searching for meta data to fetch track info.

Comment 1 Jakub Jelinek 2012-01-27 19:40:47 UTC
Should be fixed in valgrind-3.7.0-1.fc17.


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