-
Notifications
You must be signed in to change notification settings - Fork 284
cannot identify image file - current_task_preview #3245
Comments
This bug is caused because preview file is handled in two separate threads. /golem/task/taskserver.py", line 140, in sync_network and /golem/network/transport/tcpnetwork.py", line 366, in _interpret Preview file can be corupted this way, and PIL yields that it can not identify image file. In general removing tasks in Golem is very poorl handled because of python We can go that way further and just provide proper locking of this file, or make it right this time. |
hmm... maybe the more interesting question is: why does |
Because it's marking a subtask as timed out. Yeah, it's not something you wold expect in |
So, every |
We're fixing a bigger issue here: #3660 |
Encountered on:
Mac OS GOLEM Version: 0.17.0+dev99.g6d235f1
during computations of a task: helicopter.blend 400x400 10 frames 30 subtasks, 4 subtask had been left uncomputed
in
golem.log
from res folder:
The text was updated successfully, but these errors were encountered: