Charles-François Natali <neolo...@free.fr> added the comment:

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

----------
nosy: +neologix

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12852>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to