Summary: | kopete crash with icq | ||
---|---|---|---|
Product: | [Unmaintained] kopete | Reporter: | Pavel Volkovitskiy <olfway> |
Component: | ICQ and AIM Plugins | Assignee: | Kopete Developers <kopete-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | atomo64 |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Pavel Volkovitskiy
2008-04-04 13:33:34 UTC
Can you give more information about how to reproduce? kopete was just running in background, i did nothing so i don't know how to reproduce *** Bug 165458 has been marked as a duplicate of this bug. *** SVN commit 871882 by rjarosz: Fix crash on login. Set d->stage to StageTwo after stage one is finished and not on new connection because somehow d->stage could have been set to StageTwo while we were in StageOne stage. Clear oscar client before connecting to server because we could start it more than once. BUG: 160359 M +18 -4 client.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=871882 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 |