You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception ignored in atexit callback: <function _stop at 0x7fcf97f30000>
Traceback (most recent call last):
File "/usr/lib64/python3.12/site-packages/pytest_pystack/_monitor_process.py", line 73, in _stop
queue.put(None)
File "/usr/lib64/python3.12/multiprocessing/queues.py", line 94, in put
self._start_thread()
File "/usr/lib64/python3.12/multiprocessing/queues.py", line 177, in _start_thread
self._thread.start()
File "/usr/lib64/python3.12/threading.py", line 971, in start
_start_new_thread(self._bootstrap, ())
RuntimeError: can't create new thread at interpreter shutdown
Expected Behavior
No errors.
Steps To Reproduce
Run test suite with pytest-pystack==1.0.0 and pystack_args="--native --locals".
Pystack Version
1.3.0
Python Version
3.12
Linux distribution
Fedora
Anything else?
pytest 7.4.3 pytest-xdist 3.5.0
Can not really provide any project specific details, just tried to update to Python 3.12 and got the errors.
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Current Behavior
Expected Behavior
No errors.
Steps To Reproduce
Run test suite with
pytest-pystack==1.0.0
andpystack_args="--native --locals"
.Pystack Version
1.3.0
Python Version
3.12
Linux distribution
Fedora
Anything else?
pytest 7.4.3
pytest-xdist 3.5.0
Can not really provide any project specific details, just tried to update to Python 3.12 and got the errors.
The text was updated successfully, but these errors were encountered: