selftest: thread.error: can't start new threadsts.test_put_file_non_atomic(RemoteTCPTransport,SmartTCPServer_for_testing)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Fix Released
|
Undecided
|
Vincent Ladeuil | ||
2.1 |
Fix Released
|
Undecided
|
Vincent Ladeuil | ||
Gentoo Linux |
Fix Released
|
Wishlist
|
Bug Description
I am not sure if this is related to 392127, so I report it anyway.
Running bzr selftest manually succeeds, but running the test suite from an ebuild yields the following traceback:
bzr: ERROR: thread.error: can't start new
threadsts.
Traceback (most recent call last):
File
"/var/tmp/
line 141, in serve
self.
File
"/var/tmp/
line 174, in serve_conn
connection_
File "/usr/lib/
_start_
error: can't start new thread
bzr 2.1.0 on python 2.6.4
(Linux-
arguments: ['bzr', '--no-plugins', 'selftest', '-x',
'(bzrlib.
encoding: 'ANSI_X3.4-1968', fsenc: 'ANSI_X3.4-1968', lang: 'de_DE.UTF8'
plugins:
*** Bazaar has encountered an internal error. This probably indicates a
bug in Bazaar. You can help us fix it by filing a bug report at
https:/
including this traceback and a description of the problem.
Exception in thread server-
Traceback (most recent call last):
File "/usr/lib/
self.run()
File "/usr/lib/
self.
File
"/var/tmp/
line 141, in serve
self.
File
"/var/tmp/
line 174, in serve_conn
connection_
File "/usr/lib/
_start_
error: can't start new thread
Traceback (most recent call
last):er_
File
"/var/tmp/
line 297, in run
threading.
File "/usr/lib/
_start_
thread.error: can't start new thread
Exception in thread Thread-2994:
Traceback (most recent call last):
File "/usr/lib/
self.run()
File
"/var/tmp/
line 306, in run
warning(
NameError: global name 'warning' is not defined
Related branches
- Vincent Ladeuil: Approve
-
Diff: 31 lines (+4/-4)2 files modifiedbzrlib/lazy_regex.py (+3/-3)
doc/en/release-notes/bzr-2.7.txt (+1/-1)
Changed in gentoo: | |
status: | Unknown → In Progress |
Changed in bzr: | |
status: | Confirmed → In Progress |
milestone: | none → 2.2.0b1 |
status: | In Progress → Confirmed |
status: | Confirmed → In Progress |
Changed in bzr: | |
status: | In Progress → Fix Released |
Changed in gentoo: | |
status: | In Progress → Fix Released |
Changed in gentoo: | |
importance: | Unknown → Wishlist |
It's indeed the same root cause as bug #392127 but the final error is different.
I'll fix this one as well as bug #526221 since they both are fallouts from a recent refactoring.
The "can't create new thread" one should still be #392127