Summary: | Konqueror crashes on close tab (KonqMainWindow::slotPartActivated, KonqViewManager::doSetActivePart) | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | David Palacio <dpalacio> |
Component: | general | Assignee: | Konqueror Developers <konq-bugs> |
Status: | CLOSED FIXED | ||
Severity: | crash | CC: | amantia, andresbajotierra, asiunka_89, damon, dglent, estellnb, gatoso, hunter, jensmh, jian1505, johann-nikolaus, klaus.layer+kde, knurz, maksim, michal.vyskocil, nekkar, paul.f.fee, roman_naumann, sheep77, snowhg, t.kijas, thomas.gastine, variosinftk, w.richert |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
David Palacio
2009-09-12 13:47:27 UTC
Bug 194850 seems to be related to this too. Thanks I can confirm it, I saw two times in the past two days. *** Bug 208374 has been marked as a duplicate of this bug. *** *** Bug 208466 has been marked as a duplicate of this bug. *** SVN commit 1028036 by dfaure: Hide the whole widget, not just the view and the viewport. Otherwise the findbar stays around, receives focus, and this makes the partmanager activate the part that we're currently deleting... BUG: 207173 M +1 -2 khtml_part.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1028036 *** Bug 209717 has been marked as a duplicate of this bug. *** *** Bug 209869 has been marked as a duplicate of this bug. *** SVN commit 1032787 by dfaure: Backport fix for 207173/209876: Hide the whole widget, not just the view and the viewport. Otherwise the findbar stays around, receives focus, and this makes the partmanager activate the part that we're currently deleting... Forgot to do this before 4.3.2, so the fix will be in 4.3.3 :( CCBUG: 207173 M +1 -2 khtml_part.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1032787 *** Bug 209876 has been marked as a duplicate of this bug. *** *** Bug 209911 has been marked as a duplicate of this bug. *** *** Bug 209963 has been marked as a duplicate of this bug. *** *** Bug 209976 has been marked as a duplicate of this bug. *** *** Bug 209992 has been marked as a duplicate of this bug. *** *** Bug 210022 has been marked as a duplicate of this bug. *** *** Bug 210039 has been marked as a duplicate of this bug. *** *** Bug 210160 has been marked as a duplicate of this bug. *** *** Bug 210412 has been marked as a duplicate of this bug. *** *** Bug 210563 has been marked as a duplicate of this bug. *** *** Bug 210770 has been marked as a duplicate of this bug. *** *** Bug 210728 has been marked as a duplicate of this bug. *** *** Bug 210929 has been marked as a duplicate of this bug. *** *** Bug 211239 has been marked as a duplicate of this bug. *** *** Bug 211315 has been marked as a duplicate of this bug. *** *** Bug 212213 has been marked as a duplicate of this bug. *** *** Bug 214183 has been marked as a duplicate of this bug. *** *** Bug 217490 has been marked as a duplicate of this bug. *** *** Bug 218017 has been marked as a duplicate of this bug. *** *** Bug 219950 has been marked as a duplicate of this bug. *** *** Bug 222025 has been marked as a duplicate of this bug. *** SVN commit 1104129 by dfaure: Move up the fix for 207173 (crash when closing khtml tab with focus in findbar) from khtml to konqueror, so that it also fixes 213876 (crash when closing okularpart tab with focus in sidebar) : unregister part from partmanager before deleting it. CCBUG: 207173 BUG: 213876 Fixed for: 4.4.2 M +3 -0 kdebase/apps/konqueror/src/konqview.cpp M +1 -8 kdelibs/khtml/khtml_part.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1104129 |