Comment 2 for bug 392127

Revision history for this message
Vincent Ladeuil (vila) wrote : Re: bzr-1.16 error: can't start new thread

@pva: thanks for shepherding bzr on gentoo.

This is likely caused by our tests leaking threads and python failing to garbage collect them fast enough.
Can you try:

   bzr selftest --starting-with bt.test_http

then you can safely ignore the whole test suite failures.

The test suite hanging when a thread can't start may be related to bug #392402