Summary: | Contact List and Settings do not open when accessed from system tray icon | ||
---|---|---|---|
Product: | [Unmaintained] telepathy | Reporter: | h.k.ghost |
Component: | contactlist | Assignee: | Telepathy Bugs <kde-telepathy-bugs-null> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | mklapetek |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | Future | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
h.k.ghost
2015-05-11 05:23:05 UTC
If I use GDB to launch ktp-contactlist, I get the output below. Note that the UI shows up and I then close it by pressing the X in the window frame. As soon as I press that to close the UI, the line "*** Error in `/usr/bin/ktp-contactlist': corrupted double-linked list: 0x0000000000ab2e60 ***" is displayed. ---------------------------- $ gdb ktp-contactlist GNU gdb (Ubuntu 7.9-1ubuntu1) 7.9 Copyright (C) 2015 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-linux-gnu". Type "show configuration" for configuration details. For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>. Find the GDB manual and other documentation resources online at: <http://www.gnu.org/software/gdb/documentation/>. For help, type "help". Type "apropos word" to search for commands related to "word"... Reading symbols from ktp-contactlist...(no debugging symbols found)...done. (gdb) run Starting program: /usr/bin/ktp-contactlist [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". QCoreApplication::arguments: Please instantiate the QApplication object first QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave. QCoreApplication::arguments: Please instantiate the QApplication object first QCoreApplication::arguments: Please instantiate the QApplication object first kf5.kiconthemes: "Theme tree: (Breeze)" ktp-models: invalid index data requested QModelIndex(-1,-1,0x0,QObject(0x0) ) ktp-models: Built with kpeople support, using kpeople model kf5.kservice.sycoca: Trying to open ksycoca from "/home/ray/.cache/ksycoca5" tp-qt 0.9.6 WARN: Error parsing config file for connection manager "haze" - introspecting tp-qt 0.9.6 WARN: Error parsing config file for connection manager "haze" - introspecting ktp-people: Account manager ready ktp-common-internals: Current presence changed ktp-common-internals: Current presence changed ktp-logger: loaded factory : TpLoggerPluginFactory(0xaabbc0) ktp-logger: loaded logger plugin : TpLoggerPlugin(0xaad3e0) Created Utils instance *** Error in `/usr/bin/ktp-contactlist': corrupted double-linked list: 0x0000000000ab2e60 *** Program received signal SIGABRT, Aborted. 0x00007ffff308b267 in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:55 55 ../sysdeps/unix/sysv/linux/raise.c: No such file or directory. Thanks for the report. Please install kde-telepathy-desktop-applets package and remove kde-telepathy-legacy-presence-applet package, then log out and back in. Additionally, read http://martys.typepad.com/blog/2015/03/plasma-5-with-kde-telepathy-09.html *** This bug has been marked as a duplicate of bug 347285 *** I see. I didn't see that bug report when I was searching prior to posting this one --maybe due to the terms I used :/ Your solution has solved the problem. Thanks a lot. |