loky icon indicating copy to clipboard operation
loky copied to clipboard

BUG Random failures on Appveyor

Open tomMoral opened this issue 7 years ago • 3 comments

There are several random failures in appveyor. Let's try to report all of them here:

Exception in thread QueueManagerThread:
Traceback (most recent call last):
  File "C:\Python27-x64\Lib\threading.py", line 801, in __bootstrap_inner
    self.run()
  File "C:\Python27-x64\Lib\threading.py", line 754, in run
    self.__target(*self.__args, **self.__kwargs)
  File "C:\projects\loky\loky\process_executor.py", line 681, in _queue_management_worker
    p._worker_exit_lock.release()
WindowsError: [Error 6] The handle is invalid

tomMoral avatar Oct 04 '18 10:10 tomMoral

I'm not sure if its related, but there's Travis py34 is also failing see https://travis-ci.org/tomMoral/loky

image

massich avatar Oct 10 '18 10:10 massich

This failure is unrelated as it is linked to bug in cloudpickle which should be fixed with cloudpipe/cloudpickle#212

tomMoral avatar Oct 10 '18 15:10 tomMoral

Another of this kind: here

tomMoral avatar Oct 31 '18 17:10 tomMoral