Skip to content

Instantly share code, notes, and snippets.

@lauromoura
Created April 26, 2012 20:30
Show Gist options
  • Save lauromoura/2502836 to your computer and use it in GitHub Desktop.
Save lauromoura/2502836 to your computer and use it in GitHub Desktop.
(gdb) r
Starting program: /home/lauro/dev/snowshoe/snowshoe/snowshoe --mobile
[Thread debugging using libthread_db enabled]
No platform plugin argument was specified, defaulting to "xcb".
QIBusPlatformInputContext: ibus config file '/home/lauro/.config/ibus/bus/d5df3d9858656d4e66a4203a00000006-unix-0' does not exist.
QIBusPlatformInputContext: not connected.
QMaliitPlatformInputContext: not connected.
[New Thread 0x7fffe5cc6700 (LWP 16973)]
[New Thread 0x7fffe54c5700 (LWP 16974)]
Old plugin format found in lib /home/lauro/dev/webkit/webkit/WebKitBuild/Debug/imports/QtWebKit/libqmlwebkitplugin.so
[New Thread 0x7fffdd13b700 (LWP 16975)]
[New Thread 0x7fffdc93a700 (LWP 16976)]
QOpenGLShader::link: "Vertex shader(s) linked, fragment shader(s) linked.
"
QOpenGLShader::link: "Vertex shader(s) linked, fragment shader(s) linked.
"
QOpenGLShader::link: "Vertex shader(s) linked, fragment shader(s) linked.
"
[New Thread 0x7fff97ffd700 (LWP 16977)]
[New Thread 0x7fff977fc700 (LWP 16978)]
Created webview. Will load url...
Done asking to load page. Will add to tabs model
Program received signal SIGSEGV, Segmentation fault.
0x00007ffff3b33c82 in WTF::RefPtr<WTF::StringImpl>::RefPtr (this=0x7fffffffcb30, o=...) at /home/lauro/dev/webkit/webkit/Source/WTF/wtf/RefPtr.h:43
43 ALWAYS_INLINE RefPtr(const RefPtr& o) : m_ptr(o.m_ptr) { refIfNotNull(m_ptr); }
(gdb) bt
#0 0x00007ffff3b33c82 in WTF::RefPtr<WTF::StringImpl>::RefPtr (this=0x7fffffffcb30, o=...) at /home/lauro/dev/webkit/webkit/Source/WTF/wtf/RefPtr.h:43
#1 0x00007ffff3b28aa1 in WTF::String::String (this=0x7fffffffcb30) at /home/lauro/dev/webkit/webkit/Source/WTF/wtf/text/WTFString.h:105
#2 0x00007ffff3c40839 in QQuickWebViewPrivate::setIcon (this=0x18ea440, iconURL=...) at /home/lauro/dev/webkit/webkit/Source/WebKit2/UIProcess/API/qt/qquickwebview.cpp:502
#3 0x00007ffff3c3f524 in QQuickWebViewPrivate::_q_onIconChangedForPageURL (this=0x18ea440, pageURL=..., iconURL=...) at /home/lauro/dev/webkit/webkit/Source/WebKit2/UIProcess/API/qt/qquickwebview.cpp:264
#4 0x00007ffff3c450c8 in QQuickWebView::qt_static_metacall (_o=0xc64180, _c=QMetaObject::InvokeMetaMethod, _id=21, _a=0x7fffffffcdc0) at ./moc_qquickwebview_p.cpp:162
#5 0x00007ffff0144535 in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) () from /opt/Qt5/Qt-5.0.0-r28/lib/libQtCore.so.5
#6 0x00007ffff3d41405 in WebKit::QtWebIconDatabaseClient::iconChangedForPageURL (this=0x18edc70, _t1=..., _t2=...) at ./moc_QtWebIconDatabaseClient.cpp:109
#7 0x00007ffff3d4103b in WebKit::QtWebIconDatabaseClient::requestIconForPageURL (this=0x18edc70, pageURL=...) at /home/lauro/dev/webkit/webkit/Source/WebKit2/UIProcess/qt/QtWebIconDatabaseClient.cpp:110
#8 0x00007ffff3d40b39 in WebKit::QtWebIconDatabaseClient::didChangeIconForPageURL (iconDatabase=0x18ed2f0, pageURL=0x7fffd80163b0, clientInfo=0x18edc70) at /home/lauro/dev/webkit/webkit/Source/WebKit2/UIProcess/qt/QtWebIconDatabaseClient.cpp:67
#9 0x00007ffff3cb71a1 in WebKit::WebIconDatabaseClient::didChangeIconForPageURL (this=0x18ed380, iconDatabase=0x18ed2f0, url=0x7fffd80163b0) at /home/lauro/dev/webkit/webkit/Source/WebKit2/UIProcess/WebIconDatabaseClient.cpp:39
#10 0x00007ffff3cb4929 in WebKit::WebIconDatabase::didChangeIconForPageURL (this=0x18ed2f0, pageURL=...) at /home/lauro/dev/webkit/webkit/Source/WebKit2/UIProcess/WebIconDatabase.cpp:232
#11 0x00007ffff3cb48d0 in WebKit::WebIconDatabase::didImportIconDataForPageURL (this=0x18ed2f0, pageURL=...) at /home/lauro/dev/webkit/webkit/Source/WebKit2/UIProcess/WebIconDatabase.cpp:227
#12 0x00007ffff4a8a6ce in WebCore::ImportedIconDataForPageURLWorkItem::performWork (this=0x8972c0) at /home/lauro/dev/webkit/webkit/Source/WebCore/loader/icon/IconDatabase.cpp:2189
#13 0x00007ffff4a8a876 in WebCore::performWorkItem (context=0x8972c0) at /home/lauro/dev/webkit/webkit/Source/WebCore/loader/icon/IconDatabase.cpp:2228
#14 0x00007ffff54f8668 in WTF::dispatchFunctionsFromMainThread () at /home/lauro/dev/webkit/webkit/Source/WTF/wtf/MainThread.cpp:156
#15 0x00007ffff55032e5 in WTF::MainThreadInvoker::event (this=0x18ec270, e=0x18f1910) at /home/lauro/dev/webkit/webkit/Source/WTF/wtf/qt/MainThreadQt.cpp:60
#16 0x00007ffff0fa5c74 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /opt/Qt5/Qt-5.0.0-r28/lib/libQtWidgets.so.5
#17 0x00007ffff0fac400 in QApplication::notify(QObject*, QEvent*) () from /opt/Qt5/Qt-5.0.0-r28/lib/libQtWidgets.so.5
#18 0x00007ffff0122804 in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /opt/Qt5/Qt-5.0.0-r28/lib/libQtCore.so.5
#19 0x00007ffff0126670 in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () from /opt/Qt5/Qt-5.0.0-r28/lib/libQtCore.so.5
#20 0x00007ffff0164c93 in ?? () from /opt/Qt5/Qt-5.0.0-r28/lib/libQtCore.so.5
#21 0x00007fffeb82fa5d in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#22 0x00007fffeb830258 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#23 0x00007fffeb830429 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#24 0x00007ffff01650b7 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /opt/Qt5/Qt-5.0.0-r28/lib/libQtCore.so.5
#25 0x00007ffff01216fb in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /opt/Qt5/Qt-5.0.0-r28/lib/libQtCore.so.5
#26 0x00007ffff0126b0e in QCoreApplication::exec() () from /opt/Qt5/Qt-5.0.0-r28/lib/libQtCore.so.5
#27 0x000000000040ad3b in main ()
(gdb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment