Comment 22 for bug 968308

Revision history for this message
In , Marc-andre-laperle (marc-andre-laperle) wrote :

Hi Grant. We've been getting this crash here (3 of us on Ubuntu 13.04). We all enabled core dumps and installed libwebkitgtk-1.0-0-dbg so hopefully we can help provide more information.

The first core dump we got doesn't contain webkitWebViewRegisterForIconNotification so it might be a different bug, I'm not sure.

<signal handler called>() at 0x7fb7c2ba60b0
WebKit::core() at /build/buildd/webkit-1.10.2/build-2.0/../Source/WebKit/gtk/webkit/webkitwebview.cpp:5,368 0x7fb7268cf6d5
WebKit::GtkAdjustmentWatcher::updateAdjustmentsFromScrollbars() at /build/buildd/webkit-1.10.2/build-2.0/../Source/WebKit/gtk/WebCoreSupport/GtkAdjustmentWatcher.cpp:65 0x7fb7268a8108
WebKit::updateAdjustmentCallback() at /build/buildd/webkit-1.10.2/build-2.0/../Source/WebKit/gtk/WebCoreSupport/GtkAdjustmentWatcher.cpp:76 0x7fb7268a8189

the line is
WebKitWebViewPrivate* priv = webView->priv;

so I guess webView is wrong. Let me know if you want the core file (1.9 GB!!).