Description

I got a traceback on a page after I have commented out all content.

Exception RuntimeError: 'maximum recursion depth exceeded in __subclasscheck__' in <type 'exceptions.AttributeError'> ignored
Exception RuntimeError: 'maximum recursion depth exceeded in __subclasscheck__' in <type 'exceptions.RuntimeError'> ignored
Exception in thread Thread-85:
Traceback (most recent call last):
  File "/usr/lib/python2.6/threading.py", line 525, in __bootstrap_inner
    self.run()
  File "/usr/lib/python2.6/threading.py", line 477, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/home/user/workspace/moin-1.9/MoinMoin/search/builtin.py", line 280, in func
    return f(*args, **kwargs)
  File "/home/user/workspace/moin-1.9/MoinMoin/search/Xapian/indexing.py", line 180, in _do_queued_updates
    self._index_page(request, connection, name, mode='update')
  File "/home/user/workspace/moin-1.9/MoinMoin/search/Xapian/indexing.py", line 344, in _index_page
    self._index_attachments(request, connection, pagename, mode)
  File "/home/user/workspace/moin-1.9/MoinMoin/search/Xapian/indexing.py", line 379, in _index_attachments
    self._add_fields_to_document(request, doc, fields, multivalued_fields)
  File "/home/user/workspace/moin-1.9/MoinMoin/search/Xapian/indexing.py", line 222, in _add_fields_to_document
    document.fields.append(xappy.Field(field, value))
AttributeError: 'ProcessedDocument' object has no attribute 'fields'

Component selection

Details

MoinMoin Version

1.9 5056:c0b78af148e7

OS and Version

Python Version

Server Setup

Server Details

Language you are using the wiki in (set in the browser/UserPreferences)

Workaround

Discussion

/!\ Missing description about how to reproduce.

hmm

I added a ## to the only existing line of the page and saved. Then I got the error on the standalone server terminal.

Also I see it often while doing examples for twikidraw.

I also see that error in the indexing run logfile. -- ThomasWaldmann 2009-10-03 23:48:21

Reopen if it occures again (vanishing bug?). Currently it looks to me that we have fixed it.

Plan


CategoryMoinMoinBugFixed

MoinMoin: MoinMoinBugs/1.9XapianEmptyPage (last edited 2009-10-04 16:19:24 by ReimarBauer)