[Bug 4790] wotr: FPE during SSE division

Wine Bugs wine-bugs at winehq.org
Wed Mar 7 17:21:12 CST 2007


http://bugs.winehq.org/show_bug.cgi?id=4790





------- Additional Comments From p.beutner at gmx.net  2007-07-03 17:21 -------
> err:seh:fpe_handler Got unexpected trap 19

that is not a "cache flush cpu exception" but a SIMD/SSE exception.
And looking at the asm code it seems this divide-by-zero fault is generated on
purpose.
Google says that this is probably part of a runtime SSE detection routine to
detect if the OS supports SIMD exceptions.

The problem is wine doesn't properly recognizes and responds to this exception.
Needs some testing first what exactly windows does here.

I'll try to look into this if no one beats me to it.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list