theshell icon indicating copy to clipboard operation
theshell copied to clipboard

TheShell recevice a SIGABRT when starting

Open llde opened this issue 7 years ago • 3 comments

When I try to log into theShell, I receive an error message with the following backtrace:

Signal Received: SIGABRT (Aborted)

0x55c06d73abf2: main ??:0 0x7f56f69838f0: killpg ??:0 0x7f56f698386b: gsignal ??:0 0x7f56f696e40e: abort ??:0 0x7f56f5b8d557: _dbus_abort ??:0 0x7f56f5b83a33: _dbus_warn_check_failed ??:0 0x7f56f5b7312a: dbus_message_new_method_call ??:0 0x7f56f832a17b: QDBusMessage::errorMessage() const ??:0 0x7f56f8324ff3: qDBusAddSpyHook(void ()(QDBusMessage const&)) ??:0 0x7f56f8326022: qDBusAddSpyHook(void ()(QDBusMessage const&)) ??:0 0x7f56f8326770: qDBusAddSpyHook(void ()(QDBusMessage const&)) ??:0 0x7f56f8331d3e: QDBusInterface::~QDBusInterface() ??:0 0x7f56f8331ea6: QDBusInterface::QDBusInterface(QString const&, QString const&, QString const&, QDBusConnection const&, QObject) ??:0 0x55c06d813a20: QMap<QString, QString>::~QMap() ??:0 0x55c06d8179e6: QMap<QString, QString>::~QMap() ??:0 0x55c06d7b220e: QtMetaTypePrivate::QMetaTypeFunctionHelper<QDBusObjectPath, true>::Destruct(void*) ??:0 0x55c06d7a1b35: QtMetaTypePrivate::QMetaTypeFunctionHelper<QDBusObjectPath, true>::Destruct(void*) ??:0 0x55c06d74a3f5: QMapNode<QString, QVariant>::copy(QMapData<QString, QVariant>*) const ??:0 0x55c06d737c0d: main ??:0 0x7f56f697006b: __libc_start_main ??:0 0x55c06d73832a: main ??:0

I'm on archLinux x64. I have dbus installed and working, as Enlightenment and KDE can use it.

llde avatar May 26 '18 11:05 llde

Is NetworkManager installed and enabled on your computer? :)

vicr123 avatar May 26 '18 12:05 vicr123

Installed but not active as I use connman for daily usage with Enlightenment.

(I see now that it's marked as dependacy, but I would expect no connection instead of SIGABRT)

llde avatar May 26 '18 14:05 llde

Ahh yeah, I suspect that might be the reason as I haven't actually put in code that checks if NetworkManager is running hahaha

I'll fix this in the near future :P

vicr123 avatar May 27 '18 13:05 vicr123