Bug 179340

Summary: (wine) vex x86->IR: unhandled instruction bytes: 0x66 0x60 0x9C 0x58 (pusha)
Product: [Developer tools] valgrind Reporter: Jeff Zaroyko <jeffzaroyko>
Component: vexAssignee: Julian Seward <jseward>
Status: RESOLVED DUPLICATE    
Severity: crash CC: njn, vince
Priority: NOR    
Version: 3.4 SVN   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Jeff Zaroyko 2009-01-02 08:32:12 UTC
Attempting to run valgrind --trace-children=yes ~/git/wine/wine winamp5541_full_emusic-7plus_en-us.exe

Produces "vex x86->IR: unhandled instruction bytes: 0x66 0x60 0x9C 0x58" after 20 seconds or so.

valgrind-3.4.0.RC1, Wine 1.1.11.
Comment 1 Jeff Zaroyko 2009-01-02 08:56:43 UTC
to reproduce:

1. wget http://download.nullsoft.com/winamp/client/winamp5541_full_emusic-7plus_en-us.exe
2. wine winamp5541_full_emusic-7plus_en-us.exe
3. Click through the installer, unchecking any addons that might be selected by default.
4. cd ~/.wine/drive_c/Program\ Files/Winamp
5. valgrind --trace-children=yes wine winamp.exe
Comment 2 Vince Weaver 2010-11-11 20:08:58 UTC

*** This bug has been marked as a duplicate of bug 126245 ***