https://bugs.gpodder.org/show_bug.cgi?id=1377

PO <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|FIXED                       |

--- Comment #4 from PO <[email protected]> 2011-07-14 09:34:46 BST ---
Maybe I've found the reason for the DB-damage.

Launching from console works fine - after I closed gpodder the process seems to
work and can only be interrupted by ctrl-c, which gives the following output:

$ gpodder
/usr/lib/pymodules/python2.6/gpodder/gtkui/interface/progress.py:64:
DeprecationWarning: use set_markup() instead
  self.dialog.label.set_selectable(False)

^CError in atexit._run_exitfuncs:
Traceback (most recent call last):
  File "/usr/lib/python2.6/atexit.py", line 24, in _run_exitfuncs
    func(*targs, **kargs)
  File "/usr/lib/pymodules/python2.6/gpodder/my.py", line 326, in _at_exit
    self._worker_proc(forced=True)
  File "/usr/lib/pymodules/python2.6/gpodder/my.py", line 366, in _worker_proc
    if self.synchronize_episodes(actions):
  File "/usr/lib/pymodules/python2.6/gpodder/my.py", line 444, in
synchronize_episodes
    self._store.save(received_actions)
  File "/usr/lib/pymodules/python2.6/gpodder/minidb.py", line 104, in save
    self.save(child)
  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
Error in sys.exitfunc:
Traceback (most recent call last):
  File "/usr/lib/python2.6/atexit.py", line 24, in _run_exitfuncs
    func(*targs, **kargs)
  File "/usr/lib/pymodules/python2.6/gpodder/my.py", line 326, in _at_exit
    self._worker_proc(forced=True)
  File "/usr/lib/pymodules/python2.6/gpodder/my.py", line 366, in _worker_proc
    if self.synchronize_episodes(actions):
  File "/usr/lib/pymodules/python2.6/gpodder/my.py", line 444, in
synchronize_episodes
    self._store.save(received_actions)
  File "/usr/lib/pymodules/python2.6/gpodder/minidb.py", line 104, in save
    self.save(child)
  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?

-- 
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

Reply via email to