[Webkit-unassigned] [Bug 195456] jsc core crash with webkitgtk-2.23.92

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Apr 6 18:51:12 PDT 2019


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

--- Comment #8 from enometh at meer.net ---
Thank you, it tindeed urns out to be a case of compiler flags. The problem only occurs
 whencompiling with gcc-8.2.0 with -Os -O2 (-ggdb is not relevant)
Apparently there is  jsc code which gcc miscompiles
when it is supplied with -Os -O2 and the crash smashes the stack 
so that there is no information in gdb.  I was alerted to the problem by a  similar unexpected 
crash in other software in a specific case, and possibly the  gcc bug can be tracked down.

I didn't bother to recompile without -Os on gcc-8.2.0 but am trying out clang instead

-- 
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/20190407/a41d3a08/attachment-0001.html>


More information about the webkit-unassigned mailing list