https://bugs.gpodder.org/show_bug.cgi?id=1377
--- Comment #5 from Thomas Perl <[email protected]> 2011-07-14 19:23:30 BST --- (In reply to comment #4) > [...] > File "/usr/lib/pymodules/python2.6/gpodder/minidb.py", line 107, in save > with self.lock: > File "/usr/lib/python2.6/threading.py", line 123, in acquire > rc = self.__block.acquire(blocking) > KeyboardInterrupt > > Could this be the cause for my inital problems? Hmm, strange - shouldn't really matter. Also, minidb is using threading.RLock, so even if the lock is acquired multiple times in the same thread, it would still work. Related bug report with a possible workaround: http://trac.gajim.org/ticket/3761 -- Configure bugmail: https://bugs.gpodder.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. _______________________________________________ gPodder-Bugs mailing list [email protected] https://lists.berlios.de/mailman/listinfo/gpodder-bugs
