Comment 48 for bug 722762

Revision history for this message
Mikkel Kamstrup Erlandsen (kamstrup) wrote :

Thanks for confirming this. We need something to go on before we can proceed with this issue though. Here's what you can do to help:

First install the needed debugging packages:

  sudo apt-get install gdb python-dbg libxapian22-dbg

Then when you see the issue drop to a terminal:

  pgrep -f zeitgeist-daemon
  sudo gdb 2>&1 | tee zg-dump.txt
  attach THE_PID_FROM_THE_FIRST_COMMAND
  <hit ctrl-c>
  bt full
  quit

Then attach zg-dump.txt here