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 neologix
Recipients neologix, rosslagerwall, rpointel, vstinner
Date 2011-08-29.21:31:12
SpamBayes Score 0.0712343
Marked as misclassified No
Message-id <1314653472.91.0.659740731072.issue12852@psf.upfronthosting.co.za>
In-reply-to
Content
[Switching to process 21658, thread 0x20a519000]
_readdir_unlocked (dirp=0xafb0e80, result=0x7f7ffffd7ac0, skipdeleted=1)
    at /usr/src/lib/libc/gen/readdir.c:44
44                      if (dirp->dd_loc >= dirp->dd_size)


Looks like dirp points to an invali location in memory.
Could you try display it ("p *dirp")?

But this definitely looks like a kernel/libc bug...
History
Date User Action Args
2011-08-29 21:31:12neologixsetrecipients: + neologix, vstinner, rosslagerwall, rpointel
2011-08-29 21:31:12neologixsetmessageid: <1314653472.91.0.659740731072.issue12852@psf.upfronthosting.co.za>
2011-08-29 21:31:12neologixlinkissue12852 messages
2011-08-29 21:31:12neologixcreate