Summary: | plasma crash when clicking on ktp plasmoid | ||
---|---|---|---|
Product: | [Frameworks and Libraries] kpeople | Reporter: | Alin M Elena <alinm.elena> |
Component: | general | Assignee: | Martin Klapetek <mklapetek> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | aleixpol, lbeltrame |
Priority: | NOR | Keywords: | drkonqi |
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Alin M Elena
2014-12-21 22:48:41 UTC
+1 I've had that problem as well, I have no idea where it comes from though. In fact, I was looking into getting a proper backtrace and didn't manage. Could it be fixed now? with the latest kpeople seem to have been fixed. Alin Without Questions there are no Answers! ______________________________________________________________________ Dr. Alin Marin ELENA http://alin.elenaworld.net/ ______________________________________________________________________ On 22 December 2014 at 12:24, Aleix Pol <aleixpol@kde.org> wrote: > https://bugs.kde.org/show_bug.cgi?id=342100 > > --- Comment #2 from Aleix Pol <aleixpol@kde.org> --- > In fact, I was looking into getting a proper backtrace and didn't manage. Could > it be fixed now? > > -- > You are receiving this mail because: > You reported the bug. Crash still occurs. Removing the kpeople database and then running ktp-contactlist causes this error to be printed on stderr: ktp-contactlist 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 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/einar/.cache/ksycoca5" *** Error in `ktp-contactlist': free(): invalid pointer: 0x00007ffb04efe800 *** Ad the BT: #0 0x00007ffff26ea0f7 in raise () at /lib64/libc.so.6 #1 0x00007ffff26eb4ca in abort () at /lib64/libc.so.6 #2 0x00007ffff2727844 in () at /lib64/libc.so.6 #3 0x00007ffff272cc1e in malloc_printerr () at /lib64/libc.so.6 #4 0x00007ffff272d946 in _int_free () at /lib64/libc.so.6 #5 0x00007ffff5f7e84a in KPeople::PersonsModel::onContactsFetched() () at /usr/lib64/libKPeople.so.5 #6 0x00007ffff5f7f5a9 in KPeople::PersonsModel::PersonsModel(QObject*) () at /usr/lib64/libKPeople.so.5 #7 0x00007ffff7552f2c in KTp::ContactsModel::ContactsModel(QObject*) () at /usr/lib64/libKTpModels.so.9 #8 0x0000000000436a90 in ContactListWidget::ContactListWidget(QWidget*) () #9 0x000000000045146d in MainWidget::MainWidget(QWidget*) () #10 0x000000000042e65a in main () Actually there were a few issues with kpeople building, so I wasn't up to date yet. Rebuilding with an updated kpeople indeed solves the crash. |