Bug 150638 - [GTK] WebProcess from WebKitGtk+ 2.10.0 compiled in Debug mode hits ASSERT on applyFontTransforms
Summary: [GTK] WebProcess from WebKitGtk+ 2.10.0 compiled in Debug mode hits ASSERT on...
Status: RESOLVED DUPLICATE of bug 146194
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-28 14:43 PDT by Andres Gomez Garcia
Modified: 2015-11-06 01:53 PST (History)
8 users (show)

See Also:


Attachments
BT from gdb (32.99 KB, text/plain)
2015-10-28 14:43 PDT, 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 2015-10-28 14:43:25 PDT
Created attachment 264250 [details]
BT from gdb

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

Epiphany 3.18.0 and WebKit 2.10.0

I'm running Epiphany with the dconf key:

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

The compilation was done with CMake args:

"-DPORT=GTK -DCMAKE_BUILD_TYPE=Debug -DDEVELOPER_MODE=ON -DCMAKE_C_FLAGS_DEBUG=-g1 -DCMAKE_CXX_FLAGS_DEBUG=-g1"

When visiting several pages, eventually, WebKitWebProcess crashes.

This bug is not reproducible in a predictable way.
Comment 1 Carlos Garcia Campos 2015-10-29 02:09:16 PDT
Thanks for the report. This looks like a duplicate of #146194. I'll merge r189557 in 2.10 branch. Feel free to update the wiki page so that I don't forget.

*** This bug has been marked as a duplicate of bug 146194 ***
Comment 2 Andres Gomez Garcia 2015-11-06 01:53:58 PST
(In reply to comment #1)
> Thanks for the report. This looks like a duplicate of #146194. I'll merge
> r189557 in 2.10 branch. Feel free to update the wiki page so that I don't
> forget.
> 
> *** This bug has been marked as a duplicate of bug 146194 ***

Done.

Thanks a lot for tracking this problem! :)