You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
eb9ec26622
Found on Python 2.4, where import happens immediately following connect. - Main thread executes import statement, triggers request to parent - Broker thread attempts to deliver request via Router - Router discovers parent has disconnected, prepares a dead message - .dead() calls unicode.encode() to format reason string - .encode() attemptsto import a codec module - deadlock ---- (gdb) pystack /usr/local/python2.4.6/lib/python2.4/encodings/__init__.py (69): search_function <stdin> (733): dead <stdin> (2717): _maybe_send_dead <stdin> (2724): _invoke <stdin> (2749): _async_route <stdin> (1635): _receive_one <stdin> (1603): _internal_receive <stdin> (1613): on_receive <stdin> (2931): _call <stdin> (2942): _loop_once <stdin> (2988): _do_broker_main <stdin> (545): _profile_hook <stdin> (3007): _broker_main /usr/local/python2.4.6/lib/python2.4/threading.py (420): run /usr/local/python2.4.6/lib/python2.4/threading.py (424): __bootstrap |
6 years ago | |
---|---|---|
.ci | 6 years ago | |
.github | 6 years ago | |
ansible_mitogen | 6 years ago | |
docs | 6 years ago | |
examples | 6 years ago | |
mitogen | 6 years ago | |
scripts | 6 years ago | |
tests | 6 years ago | |
.gitignore | 6 years ago | |
.lgtm.yml | 7 years ago | |
.travis.yml | 6 years ago | |
LICENSE | 6 years ago | |
MANIFEST.in | 6 years ago | |
README.md | 6 years ago | |
dev_requirements.txt | 6 years ago | |
preamble_size.py | 6 years ago | |
run_tests | 6 years ago | |
setup.cfg | 7 years ago | |
setup.py | 6 years ago | |
tox.ini | 6 years ago |