Summary: | #5 QMutex::lock (this=0x2529fe2f221efe75) at thread/qmutex.cpp:153 | ||
---|---|---|---|
Product: | [Unmaintained] kopete | Reporter: | Dan <dan76> |
Component: | general | Assignee: | Kopete Developers <kopete-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Dan
2008-10-17 00:15:19 UTC
*** Bug 173013 has been marked as a duplicate of this bug. *** SVN commit 872433 by rjarosz: Fix crash caused by my commit 871882, sorry! The StageOne/Two tasks are already deleted when connection is closed. Delete StageTwoTask right after the task has finished, so we don't leave it in memory till we close connection. BUG: 172997 CCBUG: 160359 M +55 -62 client.cpp M +0 -5 client.h WebSVN link: http://websvn.kde.org/?view=rev&revision=872433 SVN commit 872809 by rjarosz: Backport commits 871882 and 872433 Fix crash on login. BUG: 172997 M +61 -54 client.cpp M +0 -5 client.h WebSVN link: http://websvn.kde.org/?view=rev&revision=872809 |