Comment 4 for bug 971864

Revision history for this message
Gordon Mckeown (thefluffyone) wrote :

Checking through the "bad" file, the line that caused the problem for me was in this section:

sS'gobi-loader:i386'
p27470
F1381297656/941432

For some reason, there was a forward slash instead of a decimal point. In case it helps someone else, the following code was used to find the bad value:

#!/usr/bin/env python
import pickle
myFile = open("var/lib/apt-xapian-index/cataloged_times.p", "r+")
pc = pickle.load(myFile)