Bug 195880

Summary: [GTK] Segfault in _ZN6WebKit30AcceleratedBackingStoreWayland18tryEnsureGLContextEv
Product: WebKit Reporter: Cédric Bellegarde <cedric.bellegarde>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: bugs-noreply
Priority: P2    
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Full backtrace none

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.