This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients neologix, pitrou
Date 2011-03-06.00:22:09
SpamBayes Score 0.0003437025
Marked as misclassified No
Message-id <1299370930.8.0.218299193868.issue11391@psf.upfronthosting.co.za>
In-reply-to
Content
Following error on the OpenIndiana buildbot:

test test_mmap failed -- Traceback (most recent call last):
  File "/export/home/buildbot/32bits/3.1.cea-indiana-x86/build/Lib/test/test_mmap.py", line 242, in test_access_parameter
    m = mmap.mmap(f.fileno(), mapsize, prot=~mmap.PROT_WRITE)
mmap.error: [Errno 13] Permission denied
History
Date User Action Args
2011-03-06 00:22:10pitrousetrecipients: + pitrou, neologix
2011-03-06 00:22:10pitrousetmessageid: <1299370930.8.0.218299193868.issue11391@psf.upfronthosting.co.za>
2011-03-06 00:22:10pitroulinkissue11391 messages
2011-03-06 00:22:09pitroucreate