Bug 953243 - Gajim IndexError: list index out of range
Summary: Gajim IndexError: list index out of range
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: gajim
Version: 18
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Michal Schmidt
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-04-17 18:08 UTC by Pavel Alexeev
Modified: 2013-05-03 02:47 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-05-03 01:56:00 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Pavel Alexeev 2013-04-17 18:08:23 UTC
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

Comment 1 Michal Schmidt 2013-04-18 12:56:49 UTC
Could you try if applying this one line patch fixes it?:
https://trac.gajim.org/changeset/17df4ebe8da8

Comment 2 Pavel Alexeev 2013-04-21 18:30:41 UTC
Yes it works!
Please incorporate it into update.

Comment 3 Fedora Update System 2013-04-22 09:47:00 UTC
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

Comment 4 Fedora Update System 2013-04-22 09:48:32 UTC
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

Comment 5 Fedora Update System 2013-04-22 09:50:11 UTC
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

Comment 6 Fedora Update System 2013-04-23 00:26:55 UTC
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).

Comment 7 Fedora Update System 2013-05-03 01:56:02 UTC
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.

Comment 8 Fedora Update System 2013-05-03 02:02:26 UTC
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.

Comment 9 Fedora Update System 2013-05-03 02:47:18 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.