Bug 195880 - [GTK] Segfault in _ZN6WebKit30AcceleratedBackingStoreWayland18tryEnsureGLContextEv
Summary: [GTK] Segfault in _ZN6WebKit30AcceleratedBackingStoreWayland18tryEnsureGLCont...
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-03-18 03:36 PDT by Cédric Bellegarde
Modified: 2019-03-18 07:16 PDT (History)
1 user (show)

See Also:


Attachments
Full backtrace (134.50 KB, text/plain)
2019-03-18 03:36 PDT, Cédric Bellegarde
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Cédric Bellegarde 2019-03-18 03:36:21 PDT
Created attachment 365006 [details]
Full backtrace

Fedora 30: webkit2gtk3-2.24.0-1.fc30.x86_64


Here short backtrace:
#0  _ZN6WebKit30AcceleratedBackingStoreWayland18tryEnsureGLContextEv (this=this@entry=0x7f1fac6ac300) at ../Source/WebKit/UIProcess/gtk/AcceleratedBackingStoreWayland.cpp:85
85	    g_warning("GDK is not able to create a GL context, falling back to glReadPixels (slow!): %s", error->message);

I guess error-> message was NULL.
Comment 1 Cédric Bellegarde 2019-03-18 07:16:11 PDT
Looks it's due to Eolie internals to get an offscreen snapshot... Closing as INVALID.