WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
253757
[GLib] Received invalid message: 'WebCookieManager_SetCookies'
https://bugs.webkit.org/show_bug.cgi?id=253757
Summary
[GLib] Received invalid message: 'WebCookieManager_SetCookies'
Michael Catanzaro
Reported
2023-03-11 07:33:18 PST
The network process and web process are both crashing on startup with error message: Received invalid message: 'WebCookieManager_SetCookies' Guess something bad landed recently, but it's hard to check due to
bug #253749
:P
Attachments
Add attachment
proposed patch, testcase, etc.
Michael Catanzaro
Comment 1
2023-03-13 06:53:35 PDT
It seems this only happens with Epiphany and not with MiniBrowser. Strange.
Michael Catanzaro
Comment 2
2023-03-13 10:08:45 PDT
I was halfway through bisecting this when I finally realized it's my fault. I was running Epiphany linked to older WebKit dlopening the newer web process binaries. The problem was caused by the recent soname bump and the fact that cmake never uninstalls the old WebKit library, but just leaks it in the install tree. It's sad that CMake does not have an uninstall stage, or this sort of confusion could be easily avoided.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug