[webkit-gtk] webkitgtk-1.10 crashes on some AMD processors

Martin Robinson mrobinson at webkit.org
Fri Sep 28 10:14:44 PDT 2012


On Fri, Sep 28, 2012 at 10:09 AM, Daniel Drake <dsd at laptop.org> wrote:
> On Fri, Sep 28, 2012 at 10:56 AM, Martin Robinson <mrobinson at webkit.org> wrote:
>> On Fri, Sep 28, 2012 at 9:10 AM, Daniel Drake <dsd at laptop.org> wrote:
>>> It looks like the only option (beyond explicitly dropping support for
>>> these processors) is disabling LLint on x86 32-bit. Is that something
>>> that can be done in webkitgtk?
>>
>> If it's possible, a good solution would be to detect at compile-time
>> when we are compiling for one of these processors and disable LLint.
>
> Good idea. gcc's __SSE2__ seems to do the trick.

You could probably explicitly detect this situation in Platform.h and
disable LLint, quite easily then.

--Martin


More information about the webkit-gtk mailing list