← Back to team overview

indiv-screenlets-dev team mailing list archive

[Bug 712952] Re: [MailCheck] Exits with X error after updating couple of times

 

It seems to be a threading issue. Line 341 of MailCheckScreenlet.py
creates problems. First redraw_canvas is called and then
self.window.window.process_updates(True) in __init__.py crashes. It
seems something used is not thread safe, but I don't know how to fix
that. I have no deeper knowledge of threading in Python. If somebody
could help...

-- 
You received this bug notification because you are a member of
Individual Screenlets Developers, which is subscribed to Individual
Screenlets.
https://bugs.launchpad.net/bugs/712952

Title:
  [MailCheck] Exits with X error after updating couple of times

Status in Screenlets — individual widgets development:
  New

Bug description:
  Screenlet is not usable. On console it provides following error
  message:

  IMAPBackend: Connecting to IMAP-server ... please wait.
  UNREAD_MAIL
  handle_check_finished(); status = 100, mailbox_status = 2
  MailCheckScreenlet.py: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.0.

  Tested on Ubuntu 10.10, Mailcheck 0.3.2, Screenlets
  0.1.3~bzr606+20110201043547~maverick1