ilastik / lazyflow

lazy parallel ondemand zero copy numpy array data flows with caching and dirty propagation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crash in OpUnblockedCache.freeBlock()

stuarteberg opened this issue · comments

@holstgr-kaust reports a crash in OpBlockedArrayCache caused by OpUnblockedCache.freeBlock():

ERROR 2015-08-16 13:20:16,129 log_exception 14423 140109909890816 Traceback (most recent call last):
  File "/home/holstgr/Development/ilastik/ilastik-conda/ilastik-meta/lazyflow/lazyflow/operators/cacheMemoryManager.py", line 252, in _cleanup
    cleanupFun()
  File "/home/holstgr/Development/ilastik/ilastik-conda/ilastik-meta/lazyflow/lazyflow/operators/opUnblockedArrayCache.py", line 182, in freeBlock
    block = self._block_data[key]
KeyError: ((0, 0, 1024, 0, 0), (1, 512, 1536, 512, 1))

ERROR 2015-08-16 13:20:21,791 log_exception 14423 140109909890816 Traceback (most recent call last):
  File "/home/holstgr/Development/ilastik/ilastik-conda/ilastik-meta/lazyflow/lazyflow/operators/cacheMemoryManager.py", line 252, in _cleanup
    cleanupFun()
  File "/home/holstgr/Development/ilastik/ilastik-conda/ilastik-meta/lazyflow/lazyflow/operators/opUnblockedArrayCache.py", line 182, in freeBlock
    block = self._block_data[key]
KeyError: ((0, 0, 1024, 0, 0), (1, 512, 1536, 512, 1))

ERROR 2015-08-16 13:20:26,816 log_exception 14423 140109909890816 Traceback (most recent call last):
  File "/home/holstgr/Development/ilastik/ilastik-conda/ilastik-meta/lazyflow/lazyflow/operators/cacheMemoryManager.py", line 252, in _cleanup
    cleanupFun()
  File "/home/holstgr/Development/ilastik/ilastik-conda/ilastik-meta/lazyflow/lazyflow/operators/opUnblockedArrayCache.py", line 182, in freeBlock
    block = self._block_data[key]
KeyError: ((0, 0, 1024, 0, 0), (1, 512, 1536, 512, 1))

ERROR 2015-08-16 13:20:32,007 log_exception 14423 140109909890816 Traceback (most recent call last):
  File "/home/holstgr/Development/ilastik/ilastik-conda/ilastik-meta/lazyflow/lazyflow/operators/cacheMemoryManager.py", line 252, in _cleanup
    cleanupFun()
  File "/home/holstgr/Development/ilastik/ilastik-conda/ilastik-meta/lazyflow/lazyflow/operators/opUnblockedArrayCache.py", line 182, in freeBlock
    block = self._block_data[key]
KeyError: ((0, 0, 1024, 0, 0), (1, 512, 1536, 512, 1))