Comment 10 for bug 711225

Revision history for this message
Martin Pitt (pitti) wrote :

Ah, so you can reproduce it? This is a complete mystery to me, so can you download attached file into /tmp/, and then run these commands in a Terminal (please copy & paste to keep them exactly like that:)

  sudo killall jockey-backend

  sudo PYTHONPATH=/tmp/ /usr/share/jockey/jockey-backend --debug 2>&1 | tee /tmp/log

Then start Jockey from the menu as usual, and repeat the steps that lead to the crash. At some point, the jockey-backend program in the terminal should then crash with the TypeError. Once that happens, please attach /tmp/log here.

Thanks!