Cannot serialize a Thunk
when processing an error with Distributed
#430
Labels
Cannot serialize a Thunk
when processing an error with Distributed
#430
I get the error mentioned in the title with the following example. See also #431 and JuliaParallel/DTables.jl#52, which may be related. I'm submitting this issue here because I'm guessing it's not specific to just DTables.jl (but I could be wrong).
Contents of
mwe.jl
:Results:
Note that if I change line 543 in
src/sch/Sch.jl
fromthunk_failed = true
tothrow(res)
I can see the actual error. (See JuliaParallel/DTables.jl#52 for the actual error.)Let me know if I'm missing anything or if I'm doing something wrong.
The text was updated successfully, but these errors were encountered: