[pulseaudio-tickets] [Bug 42177] Unknown ioctl (xoscope)
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Oct 27 08:24:10 PDT 2011
https://bugs.freedesktop.org/show_bug.cgi?id=42177
Angelo <angelo.compagnucci at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |NOTOURBUG
--- Comment #3 from Angelo <angelo.compagnucci at gmail.com> 2011-10-27 08:24:10 PDT ---
OK, i solved, it was a bug in xoscope.
The variable preposed to store the IOCTL was a signed integer, that when passed
to the unsigned long of padsp ioctl function, produced a wrong ioctl in the
form of 0xffffffffc0045006, when it was expected to be 0xc0045006.
Change the signed to unsigned int solves the problem.
Thank you for your support!
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the pulseaudio-bugs
mailing list