[Webkit-unassigned] [Bug 112239] QtWebKit crashes with illegal instruction

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 1 13:37:04 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=112239





--- Comment #6 from Allan Sandfeld Jensen <allan.jensen at digia.com>  2013-04-01 13:35:16 PST ---
Confirmed. X86.rb that picks X86 instructions uses SSE2 instructions in various places. You appear to hit mulsd in this case, but there are a few other examples of SSE2 instructions.

I will see if this can be fixed, but I am afraid there will be resistance to implementing it the right way since there is a fallback called cloop. Unfortunately cloop is not that fast and also has a lot of bugs since it is only used for otherwise unsupported architectures.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list