Summary: | [steps] Kate crashes when reloading two documents at the same time after a change [QListData::size, QList<KDirWatchPrivate::Client*>::count, KDirWatchPrivate::Entry::isValid] | ||
---|---|---|---|
Product: | [Unmaintained] kio | Reporter: | Dario Andres <andresbajotierra> |
Component: | general | Assignee: | David Faure <faure> |
Status: | RESOLVED FIXED | ||
Severity: | critical | CC: | arne_bab, kwrite-bugs-null, sputnikshock, xtekhne |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Dario Andres
2009-12-26 17:10:59 UTC
*** Bug 218665 has been marked as a duplicate of this bug. *** Bug 224758 has another steps-set *** Bug 224758 has been marked as a duplicate of this bug. *** *** Bug 225591 has been marked as a duplicate of this bug. *** Other steps to reproduce: - Create a dummy file "test" - Open Kate - Open the "test" file - Delete the file externally - On Kate prompt select "Overwrite" -> Crash or - On Kate prompt select "Reload.", accept the error message about the file not being found and select "Overwrite" again -> Crash could confirm, will have to try to fix it later today SVN commit 1088537 by dfaure: Fix crash in KDirWatch when using a messagebox in a slot connected to dirty(), and in that nested event loop, doing things like getting another notification and removing/adding watches. Fixed for: 4.4.1 BUG: 220153 M +5 -2 kio/kdirwatch.cpp M +90 -9 tests/kdirwatch_unittest.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1088537 |