Summary: | Kopete crashes when receives response to Jabber disco request to contact, using Bombus mobile jabber client | ||
---|---|---|---|
Product: | [Unmaintained] kopete | Reporter: | Serhiy Kachanuk <serzholino> |
Component: | Jabber Plugin | Assignee: | Kopete Developers <kopete-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | maxposedon |
Priority: | NOR | ||
Version First Reported In: | 0.50.0 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
Backtrace
log from bugreport in separate text file proposed patch to fix |
Description
Serhiy Kachanuk
2007-10-25 17:26:33 UTC
Created attachment 22872 [details]
Backtrace
Here is backtrace of mentioned crash
Created attachment 22873 [details]
log from bugreport in separate text file
Created attachment 22890 [details]
proposed patch to fix
Proposed fix. Looking at returned node string from Bombus client, it has more
tan 2 section, separated by "#" so maybe ASSERT in line 450 isn't correct? This
patch removes this assert and now kopete doesn't crash anymore
Sorry, assert in line 450 of protocols/jabber/jabbercapabilitiesmanager.cpp:
>Q_ASSERT(tokens.count() == 2);
Can you tell if your patch has other effects if the assert is removed? I use kopete trunk in daily basis, haven't found any other effects since patching. Fixed in r798338 Thanks for your patch anyway. *** Bug 156493 has been marked as a duplicate of this bug. *** |