[Bug 13128] New: Unhandled privileged instruction at address
http://bugs.winehq.org/show_bug.cgi?id=13128 Summary: Unhandled privileged instruction at address Product: Wine Version: CVS/GIT Platform: All OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P3 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: higuita(a)gmx.net Created an attachment (id=12925) --> (http://bugs.winehq.org/attachment.cgi?id=12925) crash log i'm testing medieval total war and the latest version (git or 1.0rc) crash very early, when in the past it work longer... so this is a regression. the crash log will be attached, but the error was: wine: Unhandled privileged instruction at address 0x7c02edd8 (thread 0026), starting debugger... Unhandled exception: privileged instruction in 32-bit code (0x7c02edd8). i tried to pin-point the patch that broke this and found this one: 653c7e7dcaf7ebee2cfc8a6e356779dc8974aac6 is first bad commit commit 653c7e7dcaf7ebee2cfc8a6e356779dc8974aac6 Author: David Adam <david.adam.cnrs(a)gmail.com> Date: Sun Apr 27 12:10:32 2008 +0200 amstream: Fix the condition of existence of the IMediaStream interface. :040000 040000 93801c98208e6fd29aff759a12bbee6b02241de9 339a6b671e82ef9c29cb5627b7b2d24ef26f8df1 M dlls before this patch, the game didnt crashed on start, after this patch, the game crashes on startup -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13128 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #12925|application/octet-stream |text/plain mime type| | -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13128 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression Platform|All |Other Summary|Unhandled privileged |Medieval total war crashes |instruction at address | --- Comment #1 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2008-05-11 13:33:12 --- Please attach WINEDEBUG=+amstream debug trace -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13128 --- Comment #2 from higuita <higuita(a)gmx.net> 2008-05-11 17:28:34 --- Created an attachment (id=12946) --> (http://bugs.winehq.org/attachment.cgi?id=12946) WINEDEBUG=+amstream output -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13128 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #12946|application/octet-stream |text/plain mime type| | -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13128 Jos <namjos(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |namjos(a)gmail.com --- Comment #3 from Jos <namjos(a)gmail.com> 2008-06-04 01:42:03 --- This regression bug is also crashing the game Silver http://appdb.winehq.org/objectManager.php?sClass=version&iId=1721 My regression tests gives this result: 653c7e7dcaf7ebee2cfc8a6e356779dc8974aac6 is first bad commit commit 653c7e7dcaf7ebee2cfc8a6e356779dc8974aac6 Author: David Adam <david.adam.cnrs(a)gmail.com> Date: Sun Apr 27 12:10:32 2008 +0200 amstream: Fix the condition of existence of the IMediaStream interface. :040000 040000 93801c98208e6fd29aff759a12bbee6b02241de9 339a6b671e82ef9c29cb5627b7b2d24ef26f8df1 M dlls -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13128 joaopa <jeremielapuree(a)yahoo.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree(a)yahoo.fr --- Comment #4 from joaopa <jeremielapuree(a)yahoo.fr> 2008-06-04 02:48:14 --- Could you attach a debug trace with WINEDEBUG=+amstream in reverting the patch? David Adam -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13128 --- Comment #5 from Jos <namjos(a)gmail.com> 2008-06-04 05:39:28 --- Created an attachment (id=13668) --> (http://bugs.winehq.org/attachment.cgi?id=13668) WINEDEBUG=+amstream on silver (wine 1.0 RC3) The game doesn't crash but show a popup "priviledged exception" and close -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13128 --- Comment #6 from joaopa <jeremielapuree(a)yahoo.fr> 2008-06-05 02:49:44 --- I already explained what is happened with amstream now. Before my patch, some applications crashed because of the lack of checking the condition in my patch. But other applications took care of it, and skipped the amstream stuff gracefully. So the applications did not crash. Now with my patch, the applications go on further but crash in amstream because some methods are not implemented even not stubbed. This is proved by reading the debug trace with this patch and by reverting it. So, I think that for wine 1.0, it would be better to revert this patch, then implement all the missing methods (even stubs would be good) then reapply the patch. David -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13128 --- Comment #7 from joaopa <jeremielapuree(a)yahoo.fr> 2008-06-09 04:37:20 --- I sent a patch to revert it. David -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13128 --- Comment #8 from Jos <namjos(a)gmail.com> 2008-06-15 10:26:35 --- It seems to be fixed in wine-rc5 Thanks -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13128 Lei Zhang <thestig(a)google.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #9 from Lei Zhang <thestig(a)google.com> 2008-06-17 23:54:34 --- reported fixed -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13128 Flyzone <flyzone(a)technologist.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |flyzone(a)technologist.com Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #10 from Flyzone <flyzone(a)technologist.com> 2008-06-18 15:07:08 --- *** Bug 13375 has been marked as a duplicate of this bug. *** --- Comment #11 from Alexandre Julliard <julliard(a)winehq.org> 2008-06-27 10:15:38 --- Closing bugs fixed in 1.1.0. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13128 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|CVS/GIT |unspecified -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13128 --- Comment #12 from Jan Zerebecki <jan.wine(a)zerebecki.de> 2009-03-22 15:53:17 --- *** Bug 13375 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org