Bug 101500
Summary: | strace confuses MTIOCTOP for SNDCTL_MIDI_MPUMODE | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Pete Zaitcev <zaitcev> |
Component: | strace | Assignee: | Roland McGrath <roland> |
Status: | CLOSED UPSTREAM | QA Contact: | Brian Brock <bbrock> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | 9 | ||
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i686 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2003-09-23 23:36:23 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Pete Zaitcev
2003-08-01 21:20:07 UTC
[zaitcev@niphredil zaitcev]$ rpm -q strace strace-4.4.95-2 AFAICT this has been broken upstream since 4.4 because of wrong assumptions in the revamp of ioctl handling done between 4.3 and 4.4. The situation is dicey, because there seems to be no law or convention that prevents multiple unrelated ioctl codes being defined for different devices using the same value. It so happens that these two do not actually collide because of the data sizes, but the overloading of the 'm' code letter for SNDCTL_* and MTIO_* codes means that new additions could easily collide. If that were to happen, strace would have no way to know which one you had in mind. I don't think I will fix this upstream before the strace-4.5 release, it will have to go on the list of known bugs. |