[issue27287] SIGSEGV when calling os.forkpty()

2016-06-19 Thread Ned Deily
Ned Deily added the comment: >From a quick search of the issue tracker, I didn't find any previous reports >of this. We do have a couple of gentoo buildbots but probably not >gentoo-hardened. So I don't think this issue is going to go anywhere here and >I'm going to close it. If anyone does

[issue27287] SIGSEGV when calling os.forkpty()

2016-06-10 Thread Alexander Haensch
New submission from Alexander Haensch: I recieve a segmentation fault if i call os.forkpty(). It does not happen with os.openpty(). Moreover os.fork() works fine. The basesystem is gentoo-hardened. It does only happens if threading is enabled, which is the standard. Tested python versions: 2.