Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RuntimeError: Abort event was set. So someone died and we should end this madness. #91

Open
gjkaur opened this issue Oct 27, 2021 · 1 comment

Comments

@gjkaur
Copy link

gjkaur commented Oct 27, 2021

Exception in thread Thread-2:
Traceback (most recent call last):
File "/usr/lib/python3.6/threading.py", line 916, in _bootstrap_inner
self.run()
File "/usr/lib/python3.6/threading.py", line 864, in run
self._target(*self._args, **self._kwargs)
File "/home/user1/venv/lib/python3.6/site-packages/batchgenerators/dataloading/multi_threaded_augmenter.py", line 92, in results_loop
raise RuntimeError("Abort event was set. So someone died and we should end this madness. \nIMPORTANT: "
RuntimeError: Abort event was set. So someone died and we should end this madness.
IMPORTANT: This is not the actual error message! Look further up to see what caused the error. Please also check whether your RAM was full

Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib/python3.6/threading.py", line 916, in _bootstrap_inner
self.run()
File "/usr/lib/python3.6/threading.py", line 864, in run
self._target(*self._args, **self._kwargs)
File "/home/user1/venv/lib/python3.6/site-packages/batchgenerators/dataloading/multi_threaded_augmenter.py", line 92, in results_loop
raise RuntimeError("Abort event was set. So someone died and we should end this madness. \nIMPORTANT: "
RuntimeError: Abort event was set. So someone died and we should end this madness.
IMPORTANT: This is not the actual error message! Look further up to see what caused the error. Please also check whether your RAM was full

Exception ignored in: <bound method MultiThreadedAugmenter.del of <batchgenerators.dataloading.multi_threaded_augmenter.MultiThreadedAugmenter object at 0x7f1b4b0334a8>>
Traceback (most recent call last):
File "/home/user1/venv/lib/python3.6/site-packages/batchgenerators/dataloading/multi_threaded_augmenter.py", line 295, in del
File "/usr/lib/python3.6/logging/init.py", line 1912, in debug
File "/usr/lib/python3.6/logging/init.py", line 1296, in debug
File "/usr/lib/python3.6/logging/init.py", line 1444, in _log
File "/usr/lib/python3.6/logging/init.py", line 1454, in handle
File "/usr/lib/python3.6/logging/init.py", line 1516, in callHandlers
File "/usr/lib/python3.6/logging/init.py", line 865, in handle
File "/usr/lib/python3.6/logging/init.py", line 1071, in emit
File "/usr/lib/python3.6/logging/init.py", line 1061, in _open
NameError: name 'open' is not defined
Exception ignored in: <bound method MultiThreadedAugmenter.del of <batchgenerators.dataloading.multi_threaded_augmenter.MultiThreadedAugmenter object at 0x7f1b4b033780>>
Traceback (most recent call last):
File "/home/user1/venv/lib/python3.6/site-packages/batchgenerators/dataloading/multi_threaded_augmenter.py", line 295, in del
File "/usr/lib/python3.6/logging/init.py", line 1912, in debug
File "/usr/lib/python3.6/logging/init.py", line 1296, in debug
File "/usr/lib/python3.6/logging/init.py", line 1444, in _log
File "/usr/lib/python3.6/logging/init.py", line 1454, in handle
File "/usr/lib/python3.6/logging/init.py", line 1516, in callHandlers
File "/usr/lib/python3.6/logging/init.py", line 865, in handle
File "/usr/lib/python3.6/logging/init.py", line 1071, in emit
File "/usr/lib/python3.6/logging/init.py", line 1061, in _open
NameError: name 'open' is not defined

@FabianIsensee
Copy link
Member

IMPORTANT: This is not the actual error message! Look further up to see what caused the error.

the actual error is not visible in your snipped. It is further up in the text output

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants