Bug 168107 - [ATK] WebProcess from WebKitGtk+ 2.15.4: GLib-GObject-CRITICAL **: g_signal_emit_by_name: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
Summary: [ATK] WebProcess from WebKitGtk+ 2.15.4: GLib-GObject-CRITICAL **: g_signal_e...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: WebKit Nightly Build
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-02-10 01:01 PST by Andres Gomez Garcia
Modified: 2017-02-13 02:43 PST (History)
3 users (show)

See Also:


Attachments
BT from gdb for the WebProcess (173.27 KB, text/plain)
2017-02-10 01:01 PST, Andres Gomez Garcia
no flags Details
Another similar BT from gdb (130.76 KB, text/plain)
2017-02-13 02:43 PST, Andres Gomez Garcia
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andres Gomez Garcia 2017-02-10 01:01:19 PST
Created attachment 301140 [details]
BT from gdb for the WebProcess

Epiphany 3.22.5 and WebKit 2.15.4.

I'm running Epiphany with the dconf key:

"process-model" = "shared-secondary-process"

And the env variable:

"export G_DEBUG=fatal-criticals"

The compilation was done with CMake args:

'-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 several pages, eventually, the WebProcess hits a Critical.

This bug is not reproducible in a predictable way.
Comment 1 Radar WebKit Bug Importer 2017-02-10 08:04:15 PST
<rdar://problem/30464736>
Comment 2 Andres Gomez Garcia 2017-02-13 02:43:32 PST
Created attachment 301340 [details]
Another similar BT from gdb

This is with:

"process-model" = "one-secondary-process-per-web-view"