openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #08299
Re: Memory leaks from greenthreads
On Mon, Mar 05, 2012, Pádraig Brady <P@xxxxxxxxxxxxxx> wrote:
> File "/usr/lib64/python2.7/threading.py", line 446, in __init__
> self.__daemonic = self._set_daemon()
> File "/usr/lib64/python2.7/threading.py", line 470, in _set_daemon
> return current_thread().daemon
> AttributeError: '_GreenThread' object has no attribute 'daemon'
> 2012-03-05 15:09:10 CRITICAL nova [-] '_GreenThread' object has no attribute 'daemon'
That was fixed a couple of days ago. Can you confirm you have the latest
patch from the pull request?
JE
Follow ups
References