[issue6059] ctypes/uuid-related segmentation fault

STINNER Victor report at bugs.python.org
Wed May 18 00:40:42 CEST 2011


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

> It's probably a libc bug

The bug looks to be specific to the GNU libc. It exists in glibc-2.11.3 and glibc-2.12.2. I suppose that all versions of the GNU libc are affected. The bug has been fixed:
http://sourceware.org/git/?p=glibc.git;a=commitdiff;h=d26dfc60edc8

I don't know which versions will include the fix.

I don't think that Python can workaround the bug, and so the issue should be fixed.

----------
nosy: +haypo

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6059>
_______________________________________


More information about the Python-bugs-list mailing list