Bug 348616 - Wine/valgrind: Warning: noted but unhandled ioctl 0x5390 with no size/direction hints. (DVD_READ_STRUCT)
Summary: Wine/valgrind: Warning: noted but unhandled ioctl 0x5390 with no size/directi...
Status: RESOLVED FIXED
Alias: None
Product: valgrind
Classification: Developer tools
Component: general (show other bugs)
Version: 3.10 SVN
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Julian Seward
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-03 05:07 UTC by Austin English
Modified: 2016-11-23 13:26 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
patch3 (1.81 KB, patch)
2016-11-01 05:57 UTC, Austin English
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Austin English 2015-06-03 05:07:29 UTC
Noticed while running dlls/kernel32/tests/volume.c:

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


Reproducible: Always
Comment 1 Austin English 2016-11-01 05:57:46 UTC
Created attachment 101939 [details]
patch3

Note: depends on patches to 352767
Comment 2 Julian Seward 2016-11-23 13:26:58 UTC
Committed, r16153.  Thanks for the patch.