Summary: | Marble crashes when sending multiple queries too fast (QMutex::lock, QThreadPrivate::finish) | ||
---|---|---|---|
Product: | [Applications] marble | Reporter: | Oliver Putz <Regnaron> |
Component: | general | Assignee: | marble-bugs |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | nienhueser, ripsix |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | 0.10 (KDE 4.5) | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Oliver Putz
2009-09-06 20:36:24 UTC
SVN commit 1045679 by nienhueser: Clear orphane search results from the model so that they do not appear as empty entries at the end of the search result list after several searches. Guard access to the model to prevent crashes when modifying it concurrently. Cannot be done in the model itself easily since it doesn't encapsulate its data storage. CCBUG: 206534 M +6 -0 MarbleRunnerManager.cpp M +2 -1 MarbleRunnerManager.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1045679 *** Bug 221541 has been marked as a duplicate of this bug. *** We think that the problem has been dealt with. If this is not the case please feel free to reopen the bug report if necessary. |