Summary: | ktp-text-ui 0.6_beta1 crashes when typing text | ||
---|---|---|---|
Product: | [Unmaintained] telepathy | Reporter: | Dennis Schridde <heri+kde> |
Component: | text-ui | Assignee: | Telepathy Bugs <kde-telepathy-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | coder.tux, kde, me, mklapetek |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | Future | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/telepathy-text-ui/c971c72970192ab6bd2df246fa53c44028ff0093 | Version Fixed In: | |
Sentry Crash Report: |
Description
Dennis Schridde
2013-03-10 18:56:32 UTC
Could you please install debug symbols for ktp-text-ui. Waiting on debug symbols, marking as Needsinfo *** Bug 316609 has been marked as a duplicate of this bug. *** We found out what's wrong, fix is no the go Found how to reproduce the bug, and the cuase. [15:00] <d_ed> jtalk: ok, imagine you have the setting "open tabs in a new window' [15:00] <d_ed> you open window 1 [15:00] <d_ed> it gets the right action, things are good [15:00] <d_ed> you open window 2 [15:00] <d_ed> you get the action for the first window [15:00] <d_ed> things still work [15:00] <d_ed> you close window 1 [15:00] <d_ed> that KAction* is now deleted [15:00] <d_ed> you type in window 2.. crash Git commit c971c72970192ab6bd2df246fa53c44028ff0093 by Roman Nazarenko. Committed on 13/03/2013 at 18:47. Pushed by romann into branch 'master'. Fixed crash on Send Message shortcut checking, when tab was detached and parent window was already destroyed. KAction pointer is replaced with KShortcut object inside every tab's Text Edit. REVIEW: 109466 M +23 -8 app/chat-window.cpp M +4 -0 app/chat-window.h M +8 -17 lib/chat-text-edit.cpp M +10 -1 lib/chat-text-edit.h M +5 -0 lib/chat-widget.cpp M +3 -0 lib/chat-widget.h http://commits.kde.org/telepathy-text-ui/c971c72970192ab6bd2df246fa53c44028ff0093 |