Hi!<br>
<br>
A few days ago I filed this bug: <a href="http://bugs.winehq.org/show_bug.cgi?id=4289">http://bugs.winehq.org/show_bug.cgi?id=4289</a><br>
<br>
Alexandre commented that there most likely was some stack corruption,
and that I should try and disassemble a few instructions before the
crash and look for API calls.<br>
<div>
    </div>
<br>
Now, I haven't used gdb or winedbg that much before, and I'm a bit
uncertain what to do. I understand that using the disassemble
[&lt;addr&gt;][,&lt;addr&gt;] command, the debugger will disassemble
that address space. Given the stack trace as in the bug report, which
addresses, exactly, should I disassemble?<br>
<br>
Thanks,<br>
James<br>