[issue8714] Delayed signals in the REPL on OpenBSD (possibly libpthread related)

Charles-François Natali report at bugs.python.org
Sat Jul 23 13:08:23 CEST 2011


Charles-François Natali <neologix at free.fr> added the comment:

> This behavior was introduced (exposed by?) r68460.

After a quick look, I don't see anything wrong with r68460, but it might very well have exposed this problem which was lurking before.

> When Python is compiled without threads, the behavior is normal.

We've already had some problems - especially on *BSD - when mixing signals and threads (and it might be even worse on OpenBSD, since pthreads are implemented in user-space). However, IIUC, in this case you only have a single thread, right?

Could you post the output of an strace (well, ktrace on OpenBSD)?
Is Python compiled with readline support?

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

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


More information about the Python-bugs-list mailing list