[New-bugs-announce] [issue5570] Bus error when calling .poll() on a closed Connection from multiprocessing.Pipe()
Allister MacLeod
report at bugs.python.org
Thu Mar 26 20:08:51 CET 2009
New submission from Allister MacLeod <allister.macleod at gmail.com>:
Python 2.6.1 (r261:67515, Mar 26 2009, 14:44:39)
[GCC 4.2.4 (Ubuntu 4.2.4-1ubuntu3)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from multiprocessing import Pipe
>>> a, b = Pipe()
>>> a.close()
>>> a.poll()
Bus error
amacleod at cthulhu:~$ uname -a
Linux cthulhu 2.6.24-23-generic #1 SMP Mon Jan 26 01:04:16 UTC 2009
x86_64 GNU/Linux
I'm running Ubuntu 8.04 LTS, and just installed Python 2.6.1, compiling
from source.
----------
components: Library (Lib)
messages: 84197
nosy: amacleod
severity: normal
status: open
title: Bus error when calling .poll() on a closed Connection from multiprocessing.Pipe()
versions: Python 2.6
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5570>
_______________________________________
More information about the New-bugs-announce
mailing list