Summary: | KTelepathy crashes after settings dialog closes | ||
---|---|---|---|
Product: | [Unmaintained] telepathy | Reporter: | Lê Hoàng Phương <lehoangphuongbg> |
Component: | contactlist | Assignee: | Telepathy Bugs <kde-telepathy-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | cfeck, mklapetek, popmysoul, tsujan2000 |
Priority: | NOR | ||
Version: | 0.5.2 | ||
Target Milestone: | Future | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/telepathy-accounts-kcm/0518aa05a2e8f9811cc323757e1f6fcacc759d41 | Version Fixed In: | |
Sentry Crash Report: |
Description
Lê Hoàng Phương
2013-02-04 04:06:51 UTC
This looks like KDE/Qt-wide problem, not much we can do... :/ *** This bug has been marked as a duplicate of bug 305931 *** Not a duplicate. This backtrace shows no mention of KAboutDialog. Git commit 0518aa05a2e8f9811cc323757e1f6fcacc759d41 by Sven Brauch. Committed on 02/05/2013 at 19:06. Pushed by brauch into branch 'master'. Avoid warning messages when closing the settings dialog KWidgetItemDelegate doesn't like it if its view is deleted before the delegate itself. This happens though if the delegate is parented to the dialog itself, since the dialog will delete the UI in its destructor (thus deleting the view), but the delegate is only deleted by ~QObject's deleteChildren() call (which happens later). Parenting the delegates to the dialog's main layout instead prevents the problem. This might fix crash bug 314400, but it's not clear if it will. M +4 -2 src/kcm-telepathy-accounts.cpp http://commits.kde.org/telepathy-accounts-kcm/0518aa05a2e8f9811cc323757e1f6fcacc759d41 I encountered the same problem with ktp-accounts-kcm-0.6.3 and confirm that the above diff fixes the crash. Thanks! *** Bug 325720 has been marked as a duplicate of this bug. *** |