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 jeroen.dobbelaere
Recipients brian.curtin, jeroen.dobbelaere
Date 2011-01-11.18:12:58
SpamBayes Score 0.00012099444
Marked as misclassified No
Message-id <1294769581.88.0.0818988977974.issue10888@psf.upfronthosting.co.za>
In-reply-to
Content
Some more background:
The actual issue was initially detected when observing that the 'tarfile' package produced a tar containing different permissions, depending on the script being executed by 'cygwin python' or 'native python'.

When using native python to do the 'untar', I did not observe any issue (as it seems to automatically add 'read and execute' for all files).
But, when I used 'cygwin tar', the .dll did not get its 'read and execute' permission (as it was not specified in the tar file), which then resulted in program that crashed (with a very unhelpful message). Allowing 'read and execute' manually resolved the crash.

So, although this permission should not mean anything, it does seem to have some influence :(
History
Date User Action Args
2011-01-11 18:13:01jeroen.dobbelaeresetrecipients: + jeroen.dobbelaere, brian.curtin
2011-01-11 18:13:01jeroen.dobbelaeresetmessageid: <1294769581.88.0.0818988977974.issue10888@psf.upfronthosting.co.za>
2011-01-11 18:12:58jeroen.dobbelaerelinkissue10888 messages
2011-01-11 18:12:58jeroen.dobbelaerecreate