| MemoryError | Please include this information in your bug reports!: Python Python 2.2.3+: /usr/bin/python2.2 Linux malt 2.6.24.2-grsec-p4-peon-1.1.2-grsec #1 SMP Wed Feb 20 15:30:29 PST 2008 i686 MoinMoin Release 1.2.3 [Revision 1.186] Thu Aug 21 12:18:25 2008 |
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
| /home/xdiorg/lib/python/MoinMoin/request.py in run(self=<MoinMoin.request.RequestCGI instance>) |
| 454 else: |
| 455 try: |
| 456 cgitb.Hook(file=self).handle(saved_exc) |
| 457 # was: cgitb.handler() |
| 458 except: |
| cgitb = <module 'MoinMoin.support.cgitb' from '/home/xdiorg/lib/python/MoinMoin/support/cgitb.pyc'>, cgitb.Hook = <class MoinMoin.support.cgitb.Hook>, file undefined, self = <MoinMoin.request.RequestCGI instance>, ).handle undefined, saved_exc = (<class exceptions.MemoryError>, <exceptions.MemoryError instance>, <traceback object>) |
| /home/xdiorg/lib/python/MoinMoin/Page.py in send_page(self=<MoinMoin.Page.Page instance>, request=<MoinMoin.request.RequestCGI instance>, msg='', **keywords={'count_hit': 1}) |
| 609 else: |
| 610 # parse the text and send the page content |
| 611 self.send_page_content(request, Parser, body) |
| 612 |
| 613 # check for pending footnotes |
| self = <MoinMoin.Page.Page instance>, self.send_page_content = <bound method Page.send_page_content of <MoinMoin.Page.Page instance>>, request = <MoinMoin.request.RequestCGI instance>, Parser = <class MoinMoin.parser.wiki.Parser>, body = '\n= Cross-References =\n\n[[TableOfContents]]\n\n\n== ...er Resolution \x96 GssPolicies/InumberResolution.\n\n\n' |
| /home/xdiorg/lib/python/MoinMoin/Page.py in send_page_content(self=<MoinMoin.Page.Page instance>, request=<MoinMoin.request.RequestCGI instance>, Parser=<class MoinMoin.parser.wiki.Parser>, body='\n= Cross-References =\n\n[[TableOfContents]]\n\n\n== ...er Resolution \x96 GssPolicies/InumberResolution.\n\n\n', needsupdate=0) |
| 680 try: |
| 681 import marshal |
| 682 code = marshal.loads(cache.content()) |
| 683 except ValueError: #bad marshal data |
| 684 needsupdate = 1 |
| code = None, marshal = <module 'marshal' (built-in)>, marshal.loads = <built-in function loads>, cache = <MoinMoin.caching.CacheEntry instance>, cache.content = <bound method CacheEntry.content of <MoinMoin.caching.CacheEntry instance>> |
MemoryError:
__doc__ =
'Out of memory.'
__getitem__ =
<bound method MemoryError.__getitem__ of <exceptions.MemoryError instance>>
__init__ =
<bound method MemoryError.__init__ of <exceptions.MemoryError instance>>
__module__ =
'exceptions'
__str__ =
<bound method MemoryError.__str__ of <exceptions.MemoryError instance>>
args =
()
