From: John R. <jr...@Bi...> - 2003-06-10 13:39:02
|
Prashant Verma wrote: > I just reran valgrind 1.9.6-wine with the following > command line (without cachegrind): > valgrind --trace-children=yes wine ./Acrobat.exe > And this time it stopped with : > disInstr: unhandled opcode 0x94 then 0x8B 0x94 is "xchg %eax,%esp", which is switching stacks: some form of threads that is specific to the application. |