Attachment 'EXDEVErrorTrace.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.
/home/user/MyDocs/.documents/moin-desktop/MoinMoin/request.py in run (self=<MoinMoin.request.RequestStandAlone object at 0x4053a8d0>)
- 1149 from MoinMoin.wikiaction import getHandler
- 1150 handler = getHandler(self, action)
- 1151 handler(self.page.page_name, self)
- 1152
- 1153 # generate page footer (actions that do not want this footer use
- handler = <function do_show at 0x405daf70>
- self = <MoinMoin.request.RequestStandAlone object at 0x4053a8d0>
- self.page = <MoinMoin.Page.Page instance at 0x405ca5a8>
- self.page.page_name = u'FrontPage'
/home/user/MyDocs/.documents/moin-desktop/MoinMoin/wikiaction.py in do_show (pagename=u'FrontPage', request=<MoinMoin.request.RequestStandAlone object at 0x4053a8d0>)
- 466 else:
- 467 request.cacheable = 1
- 468 Page(request, pagename).send_page(request, count_hit=1)
- 469
- 470
- global Page = <class MoinMoin.Page.Page at 0x40547fc0>
- request = <MoinMoin.request.RequestStandAlone object at 0x4053a8d0>
- pagename = u'FrontPage'
- ).send_page undefined
- count_hit undefined
/home/user/MyDocs/.documents/moin-desktop/MoinMoin/Page.py in send_page (self=<MoinMoin.Page.Page instance at 0x40654d00>, request=<MoinMoin.request.RequestStandAlone object at 0x4053a8d0>, msg='', **keywords={'count_hit': 1})
- 1251 format_args=pi_formatargs,
- 1252 do_cache=do_cache,
- 1253 start_line=pi_lines)
- 1254
- 1255 # check for pending footnotes
- start_line undefined
- pi_lines = 6
/home/user/MyDocs/.documents/moin-desktop/MoinMoin/Page.py in send_page_content (self=<MoinMoin.Page.Page instance at 0x40654d00>, request=<MoinMoin.request.RequestStandAlone object at 0x4053a8d0>, Parser=<class MoinMoin.parser.wiki.Parser at 0x406970c0>, body=u'= WikiName Wiki =\n\nWhat is this wiki about?\n\nInt...iWikiWebFaq. \n\nThis wiki is powered by MoinMoin.\n', format_args=u'', do_cache=1, **kw={'start_line': 6})
- 1347 raise
- 1348 try:
- 1349 code = self.makeCache(request, parser)
- 1350 self.execute(request, parser, code)
- 1351 except Exception, e:
- code = <code object ? at 0x40692f98, file "FrontPage", line 2>
- self = <MoinMoin.Page.Page instance at 0x40654d00>
- self.makeCache = <bound method Page.makeCache of <MoinMoin.Page.Page instance at 0x40654d00>>
- request = <MoinMoin.request.RequestStandAlone object at 0x4053a8d0>
- parser = <MoinMoin.parser.wiki.Parser instance at 0x4067a030>
/home/user/MyDocs/.documents/moin-desktop/MoinMoin/Page.py in makeCache (self=<MoinMoin.Page.Page instance at 0x40654d00>, request=<MoinMoin.request.RequestStandAlone object at 0x4053a8d0>, parser=<MoinMoin.parser.wiki.Parser instance at 0x4067a030>)
- 1413 self.page_name.encode(config.charset), 'exec')
- 1414 cache = caching.CacheEntry(request, self, self.getFormatterName())
- 1415 cache.update(marshal.dumps(code))
- 1416 self.cache_mtime = cache.mtime()
- 1417 return code
- cache = <MoinMoin.caching.CacheEntry instance at 0x40483af8>
- cache.update = <bound method CacheEntry.update of <MoinMoin.caching.CacheEntry instance at 0x40483af8>>
- marshal = <module 'marshal' (built-in)>
- marshal.dumps = <built-in function dumps>
- code = <code object <module> at 0x406d8f08, file "FrontPage", line 2>
/home/user/MyDocs/.documents/moin-desktop/MoinMoin/caching.py in update (self=<MoinMoin.caching.CacheEntry instance at 0x40483af8>, content='c\x00\x00\x00\x00\x00\x00\x00\x00\t\x00\x00\x00@\x00\x00\x00s\xbc\x05\x00\x00e\x00\x00e\x01\x00i\x02\x00i\x03\x00e\x01\x00i\x02\x00i\x04\x00e\x05\x00\x83\x01...\x01\r\x01\t\x01\x1c\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', 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 '/home/user...documents/moin-desktop/MoinMoin/util/filesys.py'>
- filesys.rename = <function rename at 0x4045c770>
- tmpfname = '/var/tmp/text_10Wf6C'
- fname = '/media/mmc1/moin-desktop/wiki/data/pages/FrontPage/cache/text_html'
/home/user/MyDocs/.documents/moin-desktop/MoinMoin/util/filesys.py in rename (oldname='/var/tmp/text_10Wf6C', newname='/media/mmc1/moin-desktop/wiki/data/pages/FrontPage/cache/text_html')
- 78 except OSError, er:
- 79 pass # let os.rename give us the error (if any)
- 80 os.rename(oldname, newname)
- 81 # shutil.move(oldname, newname)
- 82
- global os = <module 'os' from '/usr/lib/python2.5/os.pyo'>
- os.rename = <built-in function rename>
- oldname = '/var/tmp/text_10Wf6C'
- newname = '/media/mmc1/moin-desktop/wiki/data/pages/FrontPage/cache/text_html'
OSError
[Errno 18] Invalid cross-device link
- args = (18, 'Invalid cross-device link')
- errno = 18
- filename = None
- message = ''
- strerror = 'Invalid cross-device link'
System Details
- Date: Thu, 19 Apr 2007 16:10:13 +0000
- Platform: Linux Nokia-N800-10 2.6.18-omap1 #2 Wed Mar 7 15:36:09 EET 2007 armv6l
- Python: Python 2.5 (/usr/bin/python)
- MoinMoin: Release 1.5.5a (97bf3d768af3 tip; DesktopEdition Release 1.5.5a-1)
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.