Attachment 'HelpContents_20061011.html'
DownloadOSError
[Errno 18] Invalid cross-device link
If you want to report a bug, please save this page and attach it to your bug report.
Traceback
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
/usr/lib/python2.4/site-packages/MoinMoin/request.py in run (self=<MoinMoin.request.RequestTwisted object>)
- 1157 from MoinMoin.wikiaction import getHandler
- 1158 handler = getHandler(self, action)
- 1159 handler(self.page.page_name, self)
- 1160
- 1161 # generate page footer (actions that do not want this footer use
- handler = <function do_show>
- self = <MoinMoin.request.RequestTwisted object>
- self.page = <MoinMoin.Page.Page instance>
- self.page.page_name = u'HelpContents'
/usr/lib/python2.4/site-packages/MoinMoin/wikiaction.py in do_show (pagename=u'HelpContents', request=<MoinMoin.request.RequestTwisted object>)
- 466 else:
- 467 request.cacheable = 1
- 468 Page(request, pagename).send_page(request, count_hit=1)
- 469
- 470
- global Page = <class MoinMoin.Page.Page>
- request = <MoinMoin.request.RequestTwisted object>
- pagename = u'HelpContents'
- ).send_page undefined
- count_hit undefined
/usr/lib/python2.4/site-packages/MoinMoin/Page.py in send_page (self=<MoinMoin.Page.Page instance>, request=<MoinMoin.request.RequestTwisted object>, msg='', **keywords={'count_hit': 1})
- 1233 format_args=pi_formatargs,
- 1234 do_cache=do_cache,
- 1235 start_line=pi_lines)
- 1236
- 1237 # check for pending footnotes
- start_line undefined
- pi_lines = 7
/usr/lib/python2.4/site-packages/MoinMoin/Page.py in send_page_content (self=<MoinMoin.Page.Page instance>, request=<MoinMoin.request.RequestTwisted object>, Parser=<class MoinMoin.parser.wiki.Parser>, body=u"\nHere is a tour of the most important help pages...t on the mailing list or Moin''''''Moin wiki.]''\n", format_args=u'', do_cache=1, **kw={'start_line': 7})
- 1321 raise
- 1322 try:
- 1323 code = self.makeCache(request, parser)
- 1324 self.execute(request, parser, code)
- 1325 except Exception, e:
- code = <code object ? at 0xb6c40260, file "HelpContents", line 2>
- self = <MoinMoin.Page.Page instance>
- self.makeCache = <bound method Page.makeCache of <MoinMoin.Page.Page instance>>
- request = <MoinMoin.request.RequestTwisted object>
- parser = <MoinMoin.parser.wiki.Parser instance>
/usr/lib/python2.4/site-packages/MoinMoin/Page.py in makeCache (self=<MoinMoin.Page.Page instance>, request=<MoinMoin.request.RequestTwisted object>, parser=<MoinMoin.parser.wiki.Parser instance>)
- 1387 self.page_name.encode(config.charset), 'exec')
- 1388 cache = caching.CacheEntry(request, self, self.getFormatterName())
- 1389 cache.update(marshal.dumps(code))
- 1390 self.cache_mtime = cache.mtime()
- 1391 return code
- cache = <MoinMoin.caching.CacheEntry instance>
- cache.update = <bound method CacheEntry.update of <MoinMoin.caching.CacheEntry instance>>
- marshal = <module 'marshal' (built-in)>
- marshal.dumps = <built-in function dumps>
- code = <code object ? at 0xb6c40820, file "HelpContents", line 2>
/usr/lib/python2.4/site-packages/MoinMoin/caching.py in update (self=<MoinMoin.caching.CacheEntry instance>, content='c\x00\x00\x00\x00\x00\x00\x00\x00\t\x00\x00\x00@\x00\x00\x00s\xcd\x08\x00\x00e\x00\x00e\x01\x00i\x02\x00i\x03\x00e\x01\x00i\x02\x00i\x04\x00e\x05\x00\x83\x01...\x01\r\x01=\x01\r\x01\x1f\x01\r\x01=\x01\r\x01\x1f\x01\r\x01=\x01\r\x01\x1f\x01\r\x01=\x01\r\x01\x1f\x01\r\x01=\x01\r\x01\x1f\x01\r\x01=\x01\r\x01\x1f\x01', encode=False)
- 103 f.close()
- 104 # this is either atomic or happening with real locks set:
- 105 filesys.rename(tmpfname, fname)
- 106 finally:
- 107 self.wlock.release()
- global filesys = <module 'MoinMoin.util.filesys' from '/usr/lib/python2.4/site-packages/MoinMoin/util/filesys.pyc'>
- filesys.rename = <function rename>
- tmpfname = '/tmp/text_WjQ0dV'
- fname = './underlay/pages/HelpContents/cache/text_html'
/usr/lib/python2.4/site-packages/MoinMoin/util/filesys.py in rename (oldname='/tmp/text_WjQ0dV', newname='./underlay/pages/HelpContents/cache/text_html')
- 78 except OSError, er:
- 79 pass # let os.rename give us the error (if any)
- 80 os.rename(oldname, newname)
- 81
- 82
- global os = <module 'os' from '/usr/lib/python2.4/os.pyc'>
- os.rename = <built-in function rename>
- oldname = '/tmp/text_WjQ0dV'
- newname = './underlay/pages/HelpContents/cache/text_html'
OSError
[Errno 18] Invalid cross-device link
- args = (18, 'Invalid cross-device link')
- errno = 18
- filename = None
- strerror = 'Invalid cross-device link'
System Details
- Date: Wed, 11 Oct 2006 16:56:02 +0000
- Platform: Linux humpyham 2.6.16.21-0.13-default #1 Mon Jul 17 17:22:44 UTC 2006 i686
- Python: Python 2.4.2 (/usr/bin/python)
- MoinMoin: Release 1.5.5a (release)
Attached Files
To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.You are not allowed to attach a file to this page.