| Summary: | Quickly closing a new Dolphin window crashes all the others Dolphin windows | ||
|---|---|---|---|
| Product: | [Applications] dolphin | Reporter: | Dario Andres <andresbajotierra> |
| Component: | general | Assignee: | Peter Penz <peter.penz19> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | ||
| Priority: | NOR | ||
| Version First Reported In: | 16.12.2 | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Dario Andres
2008-07-20 01:07:09 UTC
In compiler I meant GCC 4.3 Thanks Dario, the backtraces and your information are very useful. I'll try to reproduce this issue tomorrow... SVN commit 835169 by ppenz: fix crash in Folder Panel (= treeview) when Dolphin gets closed before the panel got polished BUG: 167044 M +21 -7 ktreeview.cpp M +3 -0 ktreeview.h M +3 -0 ktreeview_p.h WebSVN link: http://websvn.kde.org/?view=rev&revision=835169 SVN commit 835171 by ppenz: Backport of 835169: fix crash in Folder Panel (= treeview) when Dolphin gets closed before the panel got polished CCBUG: 167044 M +21 -7 ktreeview.cpp M +3 -0 ktreeview.h M +3 -0 ktreeview_p.h WebSVN link: http://websvn.kde.org/?view=rev&revision=835171 SVN commit 835179 by ppenz: revert fix for bug 167044 - although the crash is fixed the autoscroll does not work as expected anymore... CCBUG: 167044 M +1 -15 ktreeview.cpp M +0 -3 ktreeview.h M +0 -3 ktreeview_p.h WebSVN link: http://websvn.kde.org/?view=rev&revision=835179 Ah - committed the fix too fast... -> reopening SVN commit 835185 by ppenz: This time doing it the correct way: just stop the timers when the widget gets hidden BUG: 167044 M +7 -0 ktreeview.cpp M +3 -0 ktreeview.h WebSVN link: http://websvn.kde.org/?view=rev&revision=835185 SVN commit 835186 by ppenz: Backport of 835185: This time doing it the correct way - just stop the timers when the widget gets hidden CCBUG: 167044 M +7 -0 ktreeview.cpp M +3 -0 ktreeview.h WebSVN link: http://websvn.kde.org/?view=rev&revision=835186 |