Ubuntu Pastebin

Paste from Albert Astals Cid at Tue, 11 Aug 2015 11:44:08 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Program received signal SIGSEGV, Segmentation fault.
0x00000000004259b9 in LauncherModel::applicationAdded (this=0x652df0, parent=..., row=0) at /home/tsdgeos_work/phablet/unity8/use_sdk_13/plugins/Unity/Launcher/launchermodel.cpp:506
506         if (app->appId() == "unity8-dash") {
(gdb) bt
#0  0x00000000004259b9 in LauncherModel::applicationAdded (this=0x652df0, parent=..., row=0) at /home/tsdgeos_work/phablet/unity8/use_sdk_13/plugins/Unity/Launcher/launchermodel.cpp:506
#1  0x0000000000431bf1 in LauncherModel::qt_static_metacall (_o=0x652df0, _c=QMetaObject::InvokeMetaMethod, _id=6, _a=0x7fffffffd080) at /home/tsdgeos_work/phablet/unity8/use_sdk_13/builddir/tests/plugins/Unity/Launcher/moc_launchermodel.cpp:146
#2  0x00007ffff799ca89 in QMetaObject::activate (sender=sender@entry=0x661620, signalOffset=<optimized out>, local_signal_index=local_signal_index@entry=10, argv=argv@entry=0x7fffffffd080) at kernel/qobject.cpp:3716
#3  0x00007ffff799d117 in QMetaObject::activate (sender=sender@entry=0x661620, m=m@entry=0x7ffff7bc5a40 <QAbstractItemModel::staticMetaObject>, local_signal_index=local_signal_index@entry=10, argv=argv@entry=0x7fffffffd080) at kernel/qobject.cpp:3582
#4  0x00007ffff7a1a434 in QAbstractItemModel::rowsInserted (this=this@entry=0x661620, _t1=..., _t2=0, _t3=0) at .moc/moc_qabstractitemmodel.cpp:428
#5  0x00007ffff7913b36 in QAbstractItemModel::endInsertRows (this=0x661620) at itemmodels/qabstractitemmodel.cpp:2623
#6  0x000000000040f9b9 in MockAppManager::addApplication (this=0x661620, app=0x662aa0) at /home/tsdgeos_work/phablet/unity8/use_sdk_13/tests/plugins/Unity/Launcher/launchermodeltest.cpp:115
#7  0x000000000040fd73 in LauncherModelTest::init (this=0x7fffffffda60) at /home/tsdgeos_work/phablet/unity8/use_sdk_13/tests/plugins/Unity/Launcher/launchermodeltest.cpp:154
#8  0x000000000040be85 in LauncherModelTest::qt_static_metacall (_o=0x7fffffffda60, _c=QMetaObject::InvokeMetaMethod, _id=1, _a=0x7fffffffd380) at /home/tsdgeos_work/phablet/unity8/use_sdk_13/builddir/tests/plugins/Unity/Launcher/launchermodeltest.moc:291
#9  0x00007ffff79757ba in QMetaMethod::invoke (this=this@entry=0x7fffffffd4c0, object=object@entry=0x7fffffffda60, connectionType=connectionType@entry=Qt::DirectConnection, returnValue=..., val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., 
    val8=..., val9=...) at kernel/qmetaobject.cpp:2183
#10 0x00007ffff7f813b5 in invoke (val9=..., val8=..., val7=..., val6=..., val5=..., val4=..., val3=..., val2=..., val1=..., val0=..., connectionType=Qt::DirectConnection, object=0x7fffffffda60, this=0x7fffffffd4c0)
    at ../../include/QtCore/../../src/corelib/kernel/qmetaobject.h:116
#11 QTest::invokeMethod (obj=0x7fffffffda60, methodName=methodName@entry=0x7ffff7f97e69 "init()") at qtestcase.cpp:1326
#12 0x00007ffff7f87147 in qInvokeTestMethodDataEntry (slot=0x662b30 "testMove") at qtestcase.cpp:1871
#13 QTest::qInvokeTestMethod (slotName=0x663108 "testMove()", data=data@entry=0x0) at qtestcase.cpp:2012
#14 0x00007ffff7f87fb0 in qInvokeTestMethods (testObject=0x7fffffffda60) at qtestcase.cpp:2239
#15 QTest::qExec (testObject=0x7fffffffda60, argc=<optimized out>, argv=<optimized out>) at qtestcase.cpp:2481
#16 0x000000000040bbc5 in main (argc=1, argv=0x7fffffffdb88) at /home/tsdgeos_work/phablet/unity8/use_sdk_13/tests/plugins/Unity/Launcher/launchermodeltest.cpp:651
Download as text