Ticket #4104 (closed defect: fixed)

Opened 4 months ago

Last modified 4 months ago

TB + crash when idle (secret file password dialog ?)

Reported by: Jim++ Owned by:
Priority: highest Milestone: 0.12
Component: None Version: svn
Severity: critical Keywords:
Cc: OS: All

Description

When I'm idle for a long, time, when I come back I have the following TB. I also have a dialog "enter your secret file password" or something. Don't know why. And when I cancel this dialog, Segfault happen.

Traceback (most recent call last):
  File "/home/jim/gajim/gajim-svn/src/common/xmpp/idlequeue.py", line 132, in process_events
    obj.pollin()
  File "/home/jim/gajim/gajim-svn/src/common/xmpp/transports_nb.py", line 351, in pollin
    self._do_receive() 
  File "/home/jim/gajim/gajim-svn/src/common/xmpp/transports_nb.py", line 495, in _do_receive
    self.on_receive(received)
  File "/home/jim/gajim/gajim-svn/src/common/xmpp/dispatcher_nb.py", line 135, in ProcessNonBlocking
    self.Stream.Parse(data)
  File "/home/jim/gajim/gajim-svn/src/common/xmpp/simplexml.py", line 366, in endtag
    self.dispatch(self._mini_dom)
  File "/home/jim/gajim/gajim-svn/src/common/xmpp/dispatcher_nb.py", line 286, in dispatch
    name = stanza.getName()
AttributeError: 'NoneType' object has no attribute 'getName'

Had it 3 times already.

Attachments

Change History

Changed 4 months ago by js

  • status changed from new to closed
  • resolution set to fixed

Fixed by r9943 and r9946.

Add/Change #4104 (TB + crash when idle (secret file password dialog ?))

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.