Summary: | using emoticons in kopete crashes other MSN clients like amsn or kmess | ||
---|---|---|---|
Product: | [Unmaintained] kopete | Reporter: | Rinse De Vries <rinse> |
Component: | MSN Plugin | Assignee: | Kopete Developers <kopete-bugs-null> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 0.12.3 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Rinse De Vries
2007-02-15 02:06:33 UTC
Something I can add, in KMess we just fixed this. It appears Kopete sends another \t at the end of the list, making the clients think there is another emoticon. So Kopete is sending malformed messages.
The crash happened in KMess because we used a Qt STL-style iterator;
> for( it = list.begin(); it != list.end(); ++it )
with another "++it" to jump 2 steps in the list at the time.
Can you produce a backtrace of the crash please? Please read http://techbase.kde.org/Development/Tutorials/Debugging/How_to_create_useful_crash_reports for more info. Well, it is not kopete that is crashing, but the competition, like kmess and amsn. As Diederik pointed out, the other clients crash because kopete is sending malformed messages. No problem between kde4 (0.50.1) and a recent amsn, and KMess is also reported to be fixed. Can be closed. Working in KDE 4.0 (and I'm assuming KDE 4.1) |