[Webkit-unassigned] [Bug 137849] [GTK] [Stable] webkitgtk 2.6.1 fails to load flashplugin

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 6 02:32:31 PST 2014


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

--- Comment #11 from Alberto Garcia <berto at igalia.com> ---
Created attachment 241098
  --> https://bugs.webkit.org/attachment.cgi?id=241098&action=review
Workaround

I believe that this is a bug in GCC, I can reproduce it reliably with
the following conditions:

   * GCC 4.9.1 (reproduced with 4.9.1-4 and 4.9.1-19 from Debian)
   * -O1 or -O2
   * -fstack-protector-strong

The affected function is NetscapePlugin::platformPostInitialize() from
NetscapePluginX11.cpp.

As a workaround it is possible to disable the compiler optimizations
in that function (and still keep the stack protection enabled) with
the following patch.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141106/d1541c8a/attachment-0002.html>


More information about the webkit-unassigned mailing list