Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e94c3e1

Browse files
committedJul 24, 2024·
fixup! Sch: Switch from state.cache to thunk.cache_ref
1 parent 6905e47 commit e94c3e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/sch/fault-handler.jl

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ function handle_fault(ctx, state, deadproc)
2121

2222
# Evict cache entries that were stored on the worker
2323
for t in values(state.thunk_dict)
24+
t = unwrap_weak_checked(t)
2425
has_result(state, t) || continue
2526
v = load_result(state, t)
2627
if v isa Chunk && v.handle isa DRef && v.handle.owner == deadproc.pid

0 commit comments

Comments
 (0)
Please sign in to comment.