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 trent
Recipients larry, trent, vstinner
Date 2012-09-01.11:09:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346497790.95.0.662060496326.issue15748@psf.upfronthosting.co.za>
In-reply-to
Content
Not really... the problem is that the chmod 0007 actually corrupts the ZFS metadata regarding the symlink by always setting the length to 24.

Andriy did some debugging here: http://lists.freebsd.org/pipermail/freebsd-fs/2012-August/015005.html

So, the link basically becomes invalid once the bug hits.

Here's another option I just thought of: change the tests to use something other than 0007, then add another test specifically for this issue.
History
Date User Action Args
2012-09-01 11:09:51trentsetrecipients: + trent, vstinner, larry
2012-09-01 11:09:50trentsetmessageid: <1346497790.95.0.662060496326.issue15748@psf.upfronthosting.co.za>
2012-09-01 11:09:50trentlinkissue15748 messages
2012-09-01 11:09:50trentcreate