Python-error with multiprocessing in the log

I have lots of errors with multiprocessing from Python in my logs:

2021-10-21 13:25:06.353 T:25178   ERROR <general>: Exception ignored in: 
2021-10-21 13:25:06.353 T:25178   ERROR <general>: <Finalize object, dead>
2021-10-21 13:25:06.353 T:25178   ERROR <general>: 
                                                   
2021-10-21 13:25:06.353 T:25178   ERROR <general>: Traceback (most recent call last):
                                                   
2021-10-21 13:25:06.353 T:25178   ERROR <general>:   File "/usr/lib/python3.8/multiprocessing/util.py", line 224, in __call__
                                                   
2021-10-21 13:25:06.354 T:25178   ERROR <general>:   File "/usr/lib/python3.8/multiprocessing/pool.py", line 692, in _terminate_pool
                                                   
2021-10-21 13:25:06.355 T:25178   ERROR <general>:   File "/usr/lib/python3.8/multiprocessing/pool.py", line 945, in _help_stuff_finish
                                                   
2021-10-21 13:25:06.356 T:25178   ERROR <general>: _queue
2021-10-21 13:25:06.356 T:25178   ERROR <general>: .
2021-10-21 13:25:06.356 T:25178   ERROR <general>: Empty
2021-10-21 13:25:06.356 T:25178   ERROR <general>: : 
2021-10-21 13:25:06.356 T:25178   ERROR <general>: 
2021-10-21 13:25:06.356 T:25178   ERROR <general>:

what is causing this?
Here it is mentioned, but I can’t see any answer.
Thx in advance

PS: if this is the wrong forum, please move it to the correct place

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.