Ticket #3369 (closed defect: fixed)
traceback when detecting os
| Reported by: | misc | Owned by: | asterix |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.12 |
| Component: | None | Version: | svn |
| Severity: | normal | Keywords: | |
| Cc: | OS: | Unix |
Description
For some unknow reason, i have this error in the logs :
Traceback (most recent call last):
File "/home/misc/checkout/svn/gajim/src/common/xmpp/idlequeue.py", line 132, in process_events
obj.pollin()
File "/home/misc/checkout/svn/gajim/src/common/xmpp/transports_nb.py", line 361, in pollin
self._do_receive()
File "/home/misc/checkout/svn/gajim/src/common/xmpp/transports_nb.py", line 500, in _do_receive
self.on_receive(received)
File "/home/misc/checkout/svn/gajim/src/common/xmpp/dispatcher_nb.py", line 355, in dispatch
handler['func'](session,stanza)
File "/home/misc/checkout/svn/gajim/src/common/connection_handlers.py", line 1315, in _VersionCB
qp.setTagData('os', helpers.get_os_info())
File "/home/misc/checkout/svn/gajim/src/common/helpers.py", line 729, in get_os_info
os.wait()
OSError: [Errno 10] Aucun processus enfant
yet, the executable work :
$ lsb_release --id --codename --release --short MandrivaLinux 2008.0 Cooker
Maybe it is running too fast ?
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
