Bug 175985

Summary: [GTK] WebProcess from WebKitGtk+ 2.17.91 SIGSEVs in WebCore::ScriptedAnimationController::addThrottlingReason(WebCore::ScriptedAnimationController::ThrottlingReason) at Source/WebCore/dom/ScriptedAnimationController.cpp:134
Product: WebKit Reporter: Andres Gomez Garcia <agomez>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: aperez, bugs-noreply
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
BT from gdb for the WebProcess none

Description Andres Gomez Garcia 2017-08-25 06:56:38 PDT
Created attachment 319076 [details]
BT from gdb for the WebProcess

I'm using WebKitGtk+ with my own JHBuild setting:
https://github.com/tanty/jhbuild-epiphany/tree/master

Epiphany 3.24.1 and WebKit 2.17.91.

The compilation was done with CMake args:

'-DDEBUG_FISSION=OFF -DPORT=GTK -DCMAKE_BUILD_TYPE=Release -DENABLE_MINIBROWSER=ON -DCMAKE_C_FLAGS_RELEASE="-O0 -g -DNDEBUG -DG_DISABLE_CAST_CHECKS" -DCMAKE_CXX_FLAGS_RELEASE="-O0 -g -DNDEBUG -DG_DISABLE_CAST_CHECKS"'

After visiting:
https://www.instagram.com/p/BYI2imtl6hq/

WebProcess hits a SIGSEV.

This bug is not reproducible in a predictable way.
Comment 1 Adrian Perez 2018-04-25 17:14:17 PDT
The page from the URL does not seem to exist anymore, I get a 404
page. The format of the URL looks like a photo page, like for
example https://www.instagram.com/p/BgaIMVMjZB1/

Browsing Instagram and opening/closing photos for a while seems to
work fine with WebKitGTK+ 2.20.1 + Epiphany 3.28.1.1 (no SIGSEGVs).

Andrés, can you still reproduce the issue?
Comment 2 Andres Gomez Garcia 2018-04-26 05:23:35 PDT
Not since quite a while ...