#0 0x00007f5900000001 in ?? () #1 0x00007f59e4f2c46a in QObject::connect (sender=0x2537960, signal=0x429ac0 "2error(QX11EmbedWidget::Error)", receiver=0x249b5a0, method=0x4299b2 "1onEmbedError()", type=Qt::UniqueConnection) at kernel/qobject.cpp:2550 [Error: kernel/qobject.cpp was not found in source tree] #2 0x0000000000423459 in SignOnUi::RequestPrivate::setWidget (this=0x249b5a0, widget=0x25fb9d0) at request.cpp:141 136: TRACE() << "Requesting widget embedding"; 137: QX11EmbedWidget *embed = 138: EmbedManager::instance()->widgetFor(windowId()); 139: QObject::connect(embed, SIGNAL(error(QX11EmbedWidget::Error)), 140: this, SLOT(onEmbedError()), 141: Qt::UniqueConnection); 142: QObject::connect(embed, SIGNAL(containerClosed()), 143: widget, SLOT(close())); 144: QVBoxLayout *layout = new QVBoxLayout; 145: layout->addWidget(widget); 146: widget->show(); #3 0x00000000004122c8 in SignOnUi::BrowserRequestPrivate::start (this=0x2453ba0) at browser-request.cpp:540 535: 536: QObject::connect(m_dialog, SIGNAL(finished(int)), 537: this, SLOT(onFinished())); 538: 539: if (q->embeddedUi()) { 540: showDialog(); 541: } 542: } 543: 544: void BrowserRequestPrivate::onFinished() 545: { #4 0x0000000000424ada in SignOnUi::ServicePrivate::runQueue (this=this@entry=0x246acc0, queue=...) at service.cpp:107 102: return; // Nothing to do 103: } 104: 105: QObject::connect(request, SIGNAL(completed()), 106: this, SLOT(onRequestCompleted())); 107: request->start(); 108: } 109: 110: void ServicePrivate::onRequestCompleted() 111: { 112: Q_Q(Service); #5 0x00000000004251ab in SignOnUi::ServicePrivate::enqueue (this=this@entry=0x246acc0, request=request@entry=0x2b652a0) at service.cpp:92 87: 88: if (wasIdle) { 89: Q_EMIT q->isIdleChanged(); 90: } 91: 92: runQueue(queue); 93: } 94: 95: void ServicePrivate::runQueue(RequestQueue &queue) 96: { 97: Request *request = queue.head(); #6 0x0000000000425725 in SignOnUi::Service::queryDialog (this=0x246aba0, parameters=...) at service.cpp:184 179: TRACE() << "Got request:" << parameters; 180: Request *request = Request::newRequest(connection(), 181: message(), 182: parameters, 183: this); 184: d->enqueue(request); 185: 186: /* The following line tells QtDBus not to generate a reply now */ 187: setDelayedReply(true); 188: return QVariantMap(); 189: } #7 0x0000000000427166 in qt_static_metacall (_a=, _o=, _c=, _id=) at moc_service.cpp:69 [Error: moc_service.cpp was not found in source tree] #8 SignOnUi::Service::qt_static_metacall (_o=, _c=, _id=, _a=) at moc_service.cpp:62 [Error: moc_service.cpp was not found in source tree] #9 0x000000000042737f in SignOnUi::Service::qt_metacall (this=0x246aba0, _c=QMetaObject::InvokeMetaMethod, _id=1, _a=0x7fffdf6de730) at moc_service.cpp:114 [Error: moc_service.cpp was not found in source tree] #10 0x00007f59e7375063 in QDBusConnectionPrivate::deliverCall (this=this@entry=0x246aec0, object=object@entry=0x246aba0, msg=..., metaTypes=..., slotIdx=5) at qdbusintegrator.cpp:951 [Error: qdbusintegrator.cpp was not found in source tree] #11 0x00007f59e7375955 in QDBusConnectionPrivate::activateCall (this=this@entry=0x246aec0, object=0x246aba0, flags=4080, msg=...) at qdbusintegrator.cpp:863 [Error: qdbusintegrator.cpp was not found in source tree] #12 0x00007f59e7375ff7 in QDBusConnectionPrivate::activateObject (this=0x246aec0, node=..., msg=..., pathStartPos=) at qdbusintegrator.cpp:1447 [Error: qdbusintegrator.cpp was not found in source tree] #13 0x00007f59e73763ab in QDBusActivateObjectEvent::placeMetaCall (this=0x251b400) at qdbusintegrator.cpp:1541 [Error: qdbusintegrator.cpp was not found in source tree] #14 0x00007f59e4f2e5be in QObject::event (this=0x246aba0, e=) at kernel/qobject.cpp:1194 [Error: kernel/qobject.cpp was not found in source tree] #15 0x00007f59e686f8ec in QApplicationPrivate::notify_helper (this=this@entry=0x224cd60, receiver=receiver@entry=0x246aba0, e=e@entry=0x251b400) at kernel/qapplication.cpp:4567 [Error: kernel/qapplication.cpp was not found in source tree] #16 0x00007f59e687225b in QApplication::notify (this=0x7fffdf6df310, receiver=0x246aba0, e=0x251b400) at kernel/qapplication.cpp:4428 [Error: kernel/qapplication.cpp was not found in source tree] #17 0x00007f59e4f1463e in QCoreApplication::notifyInternal (this=0x7fffdf6df310, receiver=receiver@entry=0x246aba0, event=event@entry=0x251b400) at kernel/qcoreapplication.cpp:946 [Error: kernel/qcoreapplication.cpp was not found in source tree] #18 0x00007f59e4f18171 in sendEvent (event=0x251b400, receiver=0x246aba0) at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:231 [Error: ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h was not found in source tree] #19 QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=0, data=0x224cf50) at kernel/qcoreapplication.cpp:1570 [Error: kernel/qcoreapplication.cpp was not found in source tree] #20 0x00007f59e4f42e83 in sendPostedEvents () at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:236 [Error: ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h was not found in source tree] #21 postEventSourceDispatch (s=s@entry=0x224f570) at kernel/qeventdispatcher_glib.cpp:279 [Error: kernel/qeventdispatcher_glib.cpp was not found in source tree] #22 0x00007f59e5707e85 in g_main_dispatch (context=0x224f3d0) at /build/buildd/glib2.0-2.35.8/./glib/gmain.c:3054 [Error: /build/buildd/glib2.0-2.35.8/./glib/gmain.c was not found in source tree] #23 g_main_context_dispatch (context=context@entry=0x224f3d0) at /build/buildd/glib2.0-2.35.8/./glib/gmain.c:3630 [Error: /build/buildd/glib2.0-2.35.8/./glib/gmain.c was not found in source tree] #24 0x00007f59e57081c8 in g_main_context_iterate (context=context@entry=0x224f3d0, block=block@entry=1, dispatch=dispatch@entry=1, self=) at /build/buildd/glib2.0-2.35.8/./glib/gmain.c:3701 [Error: /build/buildd/glib2.0-2.35.8/./glib/gmain.c was not found in source tree] #25 0x00007f59e5708284 in g_main_context_iteration (context=0x224f3d0, may_block=1) at /build/buildd/glib2.0-2.35.8/./glib/gmain.c:3762 [Error: /build/buildd/glib2.0-2.35.8/./glib/gmain.c was not found in source tree] #26 0x00007f59e4f43016 in QEventDispatcherGlib::processEvents (this=0x224f260, flags=...) at kernel/qeventdispatcher_glib.cpp:424 [Error: kernel/qeventdispatcher_glib.cpp was not found in source tree] #27 0x00007f59e69151ae in QGuiEventDispatcherGlib::processEvents (this=, flags=...) at kernel/qguieventdispatcher_glib.cpp:204 [Error: kernel/qguieventdispatcher_glib.cpp was not found in source tree] #28 0x00007f59e4f1338f in QEventLoop::processEvents (this=this@entry=0x7fffdf6df250, flags=...) at kernel/qeventloop.cpp:149 [Error: kernel/qeventloop.cpp was not found in source tree] #29 0x00007f59e4f13618 in QEventLoop::exec (this=0x7fffdf6df250, flags=...) at kernel/qeventloop.cpp:204 [Error: kernel/qeventloop.cpp was not found in source tree] #30 0x00007f59e4f18cf6 in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1218 [Error: kernel/qcoreapplication.cpp was not found in source tree] #31 0x000000000040d6b6 in main (argc=1, argv=) at main.cpp:99 94: inactivityTimer->watchObject(indicatorService); 95: QObject::connect(inactivityTimer, SIGNAL(timeout()), 96: &app, SLOT(quit())); 97: } 98: 99: int ret = app.exec(); 100: 101: connection.unregisterService(QLatin1String(WEBCREDENTIALS_BUS_NAME)); 102: connection.unregisterObject(QLatin1String(WEBCREDENTIALS_OBJECT_PATH)); 103: delete indicatorService; 104: