Comment 1 for bug 524554

Revision history for this message
Roman Yepishev (rye) wrote :

Hello,

If this is reproducible, could you please look into ~/.cache/desktop-couch/ for the logs that might help us diagnose the problem. There may be some info in desktop-couchdb.log, as well as log/desktop-couch-replication.log.

It may also help to attach the gdb to the running process and see what routine the python interpreter is executing using bt command.

E.g.

gdb -p 12345
(gdb) bt
... backtrace ...
(gqb) q
A debugging session is active.

 Inferior 1 [process 12345] will be detached.

Quit anyway? (y or n) y