Looks like webView->priv has a bogus memory address:
(gdb) l
5103
5104 void webkitWebViewRegisterForIconNotification(WebKitWebView* webView,
bool shouldRegister)
5105 {
5106 WebKitFaviconDatabase* database = webkit_get_favicon_database();
5107 if (shouldRegister) {
5108 if (!g_signal_handler_is_connected(database,
webView->priv->iconLoadedHandler))
5109 webView->priv->iconLoadedHandler =
g_signal_connect(database, "icon-loaded",
5110
G_CALLBACK(webkitWebViewIconLoaded), webView);
5111 } else
5112 if (g_signal_handler_is_connected(database,
webView->priv->iconLoadedHandler))
(gdb) p webView
$1 = (WebKitWebView *) 0x9242000
(gdb) p webView->priv
$2 = (WebKitWebViewPrivate *) 0xaaaaaaaa
(gdb) p webView->priv->iconLoadedHandler
Cannot access memory at address 0xaaaaab7a
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1008537
Title:
[FTBFS] Segmentation fault during tests
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sphinx/+bug/1008537/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs