Bug 135652 - [GTK] Crash in Epiphany because of unknown message in WK2
Summary: [GTK] Crash in Epiphany because of unknown message in WK2
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-06 09:17 PDT by Xabier Rodríguez Calvar
Modified: 2020-06-26 06:31 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Xabier Rodríguez Calvar 2014-08-06 09:17:03 PDT
I compiled today Ephy with WebKitGTK+ 2.5.1 from the tarball that I get from jhbuild with moduleset for GNOME 3.14.

I am getting these error messages and then the browser crashes:

Received an unexpected URL from the web process: 'file:///usr/share/doc/auto-complete-el/doc/index.html'
Received an invalid message "WebProcessProxy.AddBackForwardItem" from the web process.
Received an unexpected URL from the web process: 'file:///usr/share/doc/auto-complete-el/doc/manual.txt'
Received an invalid message "WebProcessProxy.AddBackForwardItem" from the web process.
Bus error
Comment 1 Carlos Garcia Campos 2014-08-06 09:56:39 PDT
Sounds like you are using a new ui process with an old web process or the other way around.
Comment 2 Carlos Garcia Campos 2014-08-06 09:57:31 PDT
Are you sure you ran make install in both wk and ephy?
Comment 3 Xabier Rodríguez Calvar 2014-08-06 12:47:25 PDT
(In reply to comment #2)
> Are you sure you ran make install in both wk and ephy?

When I rebuild the browser, I remove the whole installation dir and rebuild everything again. The installation is the one from jhbuild. I did nothing special.