Ticket #4104 (closed defect: fixed)
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
Note: See
TracTickets for help on using
tickets.
