http://bugs.winehq.org/show_bug.cgi?id=25561
Eric Pouech eric.pouech@orange.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |eric.pouech@orange.fr
--- Comment #2 from Eric Pouech eric.pouech@orange.fr 2010-12-22 09:39:03 CST --- I can reproduce it. Actually, running under winedbg --gdb doesn't generate any float exception. Btw, the watch point is set on an address which is on the stack, but the execution continues after the function finishes. IIRC, gdb only activates the watchpoint when rentering the current function, while winedbg incorrectly keeps the watchpoint active in all cases.