Summary: | Kopete crashes on incoming iChat-Message [Kopete::Contact::account , BonjourContactConnection::readMessage, BonjourContactConnection::readData] | ||
---|---|---|---|
Product: | [Unmaintained] kopete | Reporter: | Benjamin Kleiner <bizzl> |
Component: | Bonjour Plugin | Assignee: | Kopete Developers <kopete-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | bizzl, tejasdinkar |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Another Backtrace |
Description
Benjamin Kleiner
2009-12-05 11:04:08 UTC
I will look into why you cannot receive messages. It is possible that you cannot see any contacts because your firewall is preventing avahi broadcasting. You will need to open 5353/UDP in your firewall. Please paste the output of "avahi-browse -at" here. Created attachment 38952 [details]
Another Backtrace
Problem solved "itself". Yes, my firewall had all necessary ports open. It was the fact my notebook is hooked to two subnets: one for the whole family, except my Desktop Computer, and one between my notebook and said PC. Whenever 192.168.0.0 is down, I can see everyone, both in Kopete and avahi-browse. However, the crash remains, but now it occurs as soon as the opposite site leaves the chat. Also happens between two instances of kopete, but only on one site (the one that hadn't left). Added a second backtrace of one of those instances, though it looks almost the same as the first one. The crash in Comment #2 is fixed (will be in KDE SC 4.4.1), the first backtrace is different SVN commit 1086537 by rjarosz: Don't crash if we get message for connection without contact. Could happen if incoming port is blocked. TODO: Create contact and don't discard the message. BUG: 217423 M +6 -0 bonjourcontactconnection.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1086537 SVN commit 1086538 by rjarosz: Backport commit 1086537. Don't crash if we get message for connection without contact. Could happen if incoming port is blocked. TODO: Create contact and don't discard the message. CCBUG: 217423 M +6 -0 bonjourcontactconnection.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1086538 |