New submission from Dirk Haage <ha...@net.in.tum.de>:

a simple import uuid will always result in a zombie sh process:

$ python3
Python 3.1.1 (r311:74480, Aug 19 2009, 16:23:08) 
[GCC 4.4.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import uuid
>>> 

13528 pts/5    Ss     0:01  \_ bash
18349 pts/5    S+     0:00  |   \_ python3
18352 pts/5    Z+     0:00  |       \_ [sh] <defunct>

confirmed on ubuntu and gentoo with various python3.0 - 3.1.1 builds

----------
messages: 92507
nosy: dhg
severity: normal
status: open
title: uuid creates zombies
versions: Python 3.0, Python 3.1

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

Reply via email to