Summary: | Text ui crashes when idle | ||
---|---|---|---|
Product: | [Unmaintained] telepathy | Reporter: | Daniele E. Domenichelli <ddomenichelli> |
Component: | text-ui | Assignee: | Telepathy Bugs <kde-telepathy-bugs> |
Status: | RESOLVED NOT A BUG | ||
Severity: | crash | CC: | ddomenichelli, kde |
Priority: | NOR | ||
Version: | 0.4.0 | ||
Target Milestone: | Future | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
Daniele E. Domenichelli
2012-07-09 17:00:58 UTC
I can't do anything with that backtrace. It's crashing inside Qt, called from an X11 event. I would need gdb attached...or something more. I'll run everything through valgrind see if that spots anything. Created attachment 74839 [details]
New crash information added by DrKonqi
ktp-text-ui (0.5.1) on KDE Platform 4.8.4 (4.8.4) using Qt 4.8.2
Got the same crash using latest filter branch. The backtrace is exactly the same (and useless, sorry)
Anyway perhaps it can be reproduced somehow...
-- Backtrace (Reduced):
#9 0x00007f15ca04ab76 in malloc_printerr (action=3, str=0x7f15ca11e7b7 "invalid fastbin entry (free)", ptr=<optimized out>) at malloc.c:6283
[...]
#11 0x00007f15cc2d4618 in QString::free (d=0x7f15a8013960) at tools/qstring.cpp:1235
#12 0x00007f15cbfbc989 in ~QString (this=0x7f15a802ad60, __in_chrg=<optimized out>) at ../../include/QtCore/../../src/corelib/tools/qstring.h:880
#13 QDBusMessagePrivate::~QDBusMessagePrivate (this=0x7f15a802ad40, __in_chrg=<optimized out>) at qdbusmessage.cpp:72
#14 0x00007f15cbfbca9f in QDBusMessage::~QDBusMessage (this=0x14d6, __in_chrg=<optimized out>) at qdbusmessage.cpp:537
[14:25] <d_ed> drdanz: have you seen https://bugs.kde.org/show_bug.cgi?id=303245 in the last 6 months? [14:26] <drdanz> d_ed: Not recently, I don't know if in the last 6 months though... [14:29] <d_ed> can I close it? [14:29] <d_ed> or not? I can't do anything to fix it atm [14:30] <d_ed> with the information there [14:43] <drdanz> d_ed: yes close it... Seems like this is a bug in Qt, which has possibly fixed itself. Either way it's not something I can fix. |