I'm getting a crash relatively easily with webbrowser-app on Qt 5.1.1. Backtrace from x86 (where it happens right after loading ubuntu.com, on device I can browse a little while but it seems to be similar place where it crashes, ie. QSGRender):
---
QSGNode::appendChildNode (this=this@entry=0x7fffbcaf4b60, node=node@entry=0x7ffff7a47870 <QListData::shared_null>)
at scenegraph/coreapi/qsgnode.cpp:432
432 scenegraph/coreapi/qsgnode.cpp: Tiedostoa tai hakemistoa ei ole.
(gdb) bt
#0 QSGNode::appendChildNode (this=this@entry=0x7fffbcaf4b60, node=node@entry=0x7ffff7a47870 <QListData::shared_null>)
at scenegraph/coreapi/qsgnode.cpp:432
#1 0x00007fffc7de6bbb in WebviewThumbnailer::updatePaintNode (this=0xba0040, oldNode=0x0, updatePaintNodeData=<optimized out>)
at /build/buildd/webbrowser-app-0.22+13.10.20130820.2/src/Ubuntu/Components/Extras/Browser/webview-thumbnailer.cpp:124
#2 0x00007ffff6b73258 in QQuickWindowPrivate::updateDirtyNode (this=this@entry=0x9c5590, item=item@entry=0xba0040)
at items/qquickwindow.cpp:2441
#3 0x00007ffff6b74064 in QQuickWindowPrivate::updateDirtyNodes (this=this@entry=0x9c5590) at items/qquickwindow.cpp:2262
#4 0x00007ffff6b740bc in QQuickWindowPrivate::syncSceneGraph (this=this@entry=0x9c5590) at items/qquickwindow.cpp:308
#5 0x00007ffff6b54d52 in QSGRenderThread::sync (this=this@entry=0x9c5c80) at scenegraph/qsgthreadedrenderloop.cpp:530
#6 0x00007ffff6b54f78 in QSGRenderThread::syncAndRender (this=this@entry=0x9c5c80) at scenegraph/qsgthreadedrenderloop.cpp:569
#7 0x00007ffff6b56431 in QSGRenderThread::run (this=0x9c5c80) at scenegraph/qsgthreadedrenderloop.cpp:666
#8 0x00007ffff77fe6c0 in QThreadPrivate::start (arg=0x9c5c80) at thread/qthread_unix.cpp:345
#9 0x00007ffff5148f6e in start_thread (arg=0x7fffbcaf5700) at pthread_create.c:311
#10 0x00007ffff5457e2d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113
I'm getting a crash relatively easily with webbrowser-app on Qt 5.1.1. Backtrace from x86 (where it happens right after loading ubuntu.com, on device I can browse a little while but it seems to be similar place where it crashes, ie. QSGRender):
--- :appendChildNod e (this=this@ entry=0x7fffbca f4b60, node=node@ entry=0x7ffff7a 47870 <QListData: :shared_ null>) coreapi/ qsgnode. cpp:432 coreapi/ qsgnode. cpp: Tiedostoa tai hakemistoa ei ole. :appendChildNod e (this=this@ entry=0x7fffbca f4b60, node=node@ entry=0x7ffff7a 47870 <QListData: :shared_ null>) coreapi/ qsgnode. cpp:432 ler::updatePain tNode (this=0xba0040, oldNode=0x0, updatePaintNode Data=<optimized out>) buildd/ webbrowser- app-0.22+ 13.10.20130820. 2/src/Ubuntu/ Components/ Extras/ Browser/ webview- thumbnailer. cpp:124 vate::updateDir tyNode (this=this@ entry=0x9c5590, item=item@ entry=0xba0040) dow.cpp: 2441 vate::updateDir tyNodes (this=this@ entry=0x9c5590) at items/qquickwin dow.cpp: 2262 vate::syncScene Graph (this=this@ entry=0x9c5590) at items/qquickwin dow.cpp: 308 ::sync (this=this@ entry=0x9c5c80) at scenegraph/ qsgthreadedrend erloop. cpp:530 ::syncAndRender (this=this@ entry=0x9c5c80) at scenegraph/ qsgthreadedrend erloop. cpp:569 ::run (this=0x9c5c80) at scenegraph/ qsgthreadedrend erloop. cpp:666 :start (arg=0x9c5c80) at thread/ qthread_ unix.cpp: 345 5700) at pthread_ create. c:311 unix/sysv/ linux/x86_ 64/clone. S:113
QSGNode:
at scenegraph/
432 scenegraph/
(gdb) bt
#0 QSGNode:
at scenegraph/
#1 0x00007fffc7de6bbb in WebviewThumbnai
at /build/
#2 0x00007ffff6b73258 in QQuickWindowPri
at items/qquickwin
#3 0x00007ffff6b74064 in QQuickWindowPri
#4 0x00007ffff6b740bc in QQuickWindowPri
#5 0x00007ffff6b54d52 in QSGRenderThread
#6 0x00007ffff6b54f78 in QSGRenderThread
#7 0x00007ffff6b56431 in QSGRenderThread
#8 0x00007ffff77fe6c0 in QThreadPrivate:
#9 0x00007ffff5148f6e in start_thread (arg=0x7fffbcaf
#10 0x00007ffff5457e2d in clone () at ../sysdeps/
---