Bug 953243
| Summary: | Gajim IndexError: list index out of range | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Pavel Alexeev <pahan> |
| Component: | gajim | Assignee: | Michal Schmidt <mschmidt> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 18 | CC: | mschmidt |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-05-03 01:56:00 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
Could you try if applying this one line patch fixes it?: https://trac.gajim.org/changeset/17df4ebe8da8 Yes it works! Please incorporate it into update. gajim-0.15.3-3.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/gajim-0.15.3-3.fc19 gajim-0.15.3-3.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/gajim-0.15.3-3.fc18 gajim-0.15.3-3.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/gajim-0.15.3-3.fc17 Package gajim-0.15.3-3.fc18: * should fix your issue, * was pushed to the Fedora 18 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing gajim-0.15.3-3.fc18' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-6304/gajim-0.15.3-3.fc18 then log in and leave karma (feedback). gajim-0.15.3-3.fc18 has been pushed to the Fedora 18 stable repository. If problems still persist, please make note of it in this bug report. gajim-0.15.3-3.fc17 has been pushed to the Fedora 17 stable repository. If problems still persist, please make note of it in this bug report. gajim-0.15.3-3.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: (gajim:27658): GLib-GObject-CRITICAL **: g_object_set_qdata: assertion `G_IS_OBJECT (object)' failed (gajim:27658): GLib-GObject-CRITICAL **: g_object_set_qdata: assertion `G_IS_OBJECT (object)' failed (gajim:27658): GLib-GObject-CRITICAL **: g_object_set_qdata: assertion `G_IS_OBJECT (object)' failed (gajim:27658): GLib-GObject-CRITICAL **: g_object_set_qdata: assertion `G_IS_OBJECT (object)' failed Traceback (most recent call last): File "/usr/share/gajim/src/common/xmpp/idlequeue.py", line 533, in _process_events return IdleQueue._process_events(self, fd, flags) File "/usr/share/gajim/src/common/xmpp/idlequeue.py", line 394, in _process_events obj.pollin() File "/usr/share/gajim/src/common/xmpp/transports_nb.py", line 420, in pollin self._do_receive() File "/usr/share/gajim/src/common/xmpp/transports_nb.py", line 606, in _do_receive self._on_receive(received) File "/usr/share/gajim/src/common/xmpp/transports_nb.py", line 620, in _on_receive self.on_receive(data) File "/usr/share/gajim/src/common/xmpp/client_nb.py", line 320, in <lambda> self.onreceive(lambda _data:self._xmpp_connect_machine(mode, _data)) File "/usr/share/gajim/src/common/xmpp/client_nb.py", line 375, in _xmpp_connect_machine self._xmpp_connect_machine(mode='STREAM_STARTED') File "/usr/share/gajim/src/common/xmpp/client_nb.py", line 378, in _xmpp_connect_machine self._on_stream_start() File "/usr/share/gajim/src/common/xmpp/client_nb.py", line 394, in _on_stream_start self._on_connect() File "/usr/share/gajim/src/common/xmpp/client_nb.py", line 451, in _on_connect self.on_connect(self, self.connected) File "/usr/share/gajim/src/common/connection.py", line 1287, in _connect_success return self.connection_accepted(con, con_type) File "/usr/share/gajim/src/common/connection.py", line 1349, in connection_accepted con.Connection.ssl_fingerprint_sha1[-1]) IndexError: list index out of range And gajim then did not connect to server (my domain hubbitus.info). Version-Release number of selected component (if applicable): $ rpm -q gajim gajim-0.15.3-1.fc18.noarch How reproducible: Always