On Fri, 20 Apr 2001 16:45:33 +0800, you wrote:
Wine-dbg>info regs info regs Register dump: CS:0023 SS:002b DS:002b ES:002b FS:027f GS:0000 EIP:40858a6e ESP:42005a64 EBP:42005aac EFLAGS:00010202( R- 00 I - - 1 ) EAX:00001640 EBX:4087d00c ECX:4038c7bc EDX:42005a8c ESI:4038c160 EDI:40807054 Wine-dbg>x ($edx-2) x ($edx-2) 70001240
That is what I meant. If I do the same:
|Wine-dbg>x $edx-2 | 7000037f
The lower 6 bits are the new floating point exception masks. Mine are all set and yours are cleared, therefore the crash.
Why that is the case, I haven't got a clue.
Rein.