#3372 NORM First D: White page in journal instead of item
Zarro Boogs per Child
bugtracker at laptop.org
Tue Oct 2 10:29:43 EDT 2007
#3372: White page in journal instead of item
------------------------+---------------------------------------------------
Reporter: philipmac | Owner: bcsaller
Type: defect | Status: new
Priority: normal | Milestone: First Deployment, V1.0
Component: datastore | Version:
Resolution: | Keywords:
Verified: 0 |
------------------------+---------------------------------------------------
Changes (by tomeu):
* owner: philipmac => bcsaller
* component: distro => datastore
Comment:
Looks like philipmac's xapian index is somehow corrupted.
This script:
{{{
import dbus
DS_DBUS_SERVICE = "org.laptop.sugar.DataStore"
DS_DBUS_INTERFACE = "org.laptop.sugar.DataStore"
DS_DBUS_PATH = "/org/laptop/sugar/DataStore"
_bus = dbus.SessionBus()
_data_store = dbus.Interface(_bus.get_object(DS_DBUS_SERVICE,
DS_DBUS_PATH), DS_DBUS_INTERFACE)
results, count = _data_store.find({}, [], timeout=1000)
print count
}}}
returns:
{{{
DocNotFoundError: Document 6 not found.
}}}
Running xapian-check on that index doesn't return any error, though.
--
Ticket URL: <https://dev.laptop.org/ticket/3372#comment:35>
One Laptop Per Child <https://dev.laptop.org>
OLPC bug tracking system
More information about the Bugs
mailing list