Version: 0.7
Tracker id: 2907064
fixed by mercurial changeset: b24f9c458f7a

Problem:
    pyclewn: 0.7
    python 2.6.3

    The regression test suite hangs randomly when run with:
        python setup.py test --test=gdb --detail
    strace:
        futex(0x1d3bec0, FUTEX_WAIT_PRIVATE, 0, NULL^C <unfinished ...>

Solution:
   A logger object cannot be used from within a signal handler,
   as the logging standard library package uses threading locks.

Files:
    posix.py

------------------------------------------------------------------------------
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
_______________________________________________
Pyclewn-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pyclewn-general

Reply via email to