Attachment 'EXDEVErrorTrace.html'

Download

--> -->

OSError

[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.

  1. /home/user/MyDocs/.documents/moin-desktop/MoinMoin/request.py in run (self=<MoinMoin.request.RequestStandAlone object at 0x4053a8d0>)

    1. 1149 from MoinMoin.wikiaction import getHandler
    2. 1150 handler = getHandler(self, action)
    3. 1151 handler(self.page.page_name, self)
    4. 1152
    5. 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'
  2. /home/user/MyDocs/.documents/moin-desktop/MoinMoin/wikiaction.py in do_show (pagename=u'FrontPage', request=<MoinMoin.request.RequestStandAlone object at 0x4053a8d0>)

    1. 466 else:
    2. 467 request.cacheable = 1
    3. 468 Page(request, pagename).send_page(request, count_hit=1)
    4. 469
    5. 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
  3. /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})

    1. 1251 format_args=pi_formatargs,
    2. 1252 do_cache=do_cache,
    3. 1253 start_line=pi_lines)
    4. 1254
    5. 1255 # check for pending footnotes
    • start_line undefined
    • pi_lines = 6
  4. /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})

    1. 1347 raise
    2. 1348 try:
    3. 1349 code = self.makeCache(request, parser)
    4. 1350 self.execute(request, parser, code)
    5. 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>
  5. /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>)

    1. 1413 self.page_name.encode(config.charset), 'exec')
    2. 1414 cache = caching.CacheEntry(request, self, self.getFormatterName())
    3. 1415 cache.update(marshal.dumps(code))
    4. 1416 self.cache_mtime = cache.mtime()
    5. 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>
  6. /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)

    1. 103 f.close()
    2. 104 # this is either atomic or happening with real locks set:
    3. 105 filesys.rename(tmpfname, fname)
    4. 106 finally:
    5. 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'
  7. /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')

    1. 78 except OSError, er:
    2. 79 pass # let os.rename give us the error (if any)
    3. 80 os.rename(oldname, newname)
    4. 81 # shutil.move(oldname, newname)
    5. 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.
  • [get | view] (2007-04-19 16:18:46, 19.4 KB) [[attachment:EXDEVErrorTrace.html]]
 All files | Selected Files: delete move to page copy to page

You are not allowed to attach a file to this page.