Curt D.

Results 6 comments of Curt D.

Thanks for your reply. I ended up remedying this situation by not calling `pyjulia` from the main Python thread but instead only calling it from the worker processes. It's a...

Yes that's correct, the results computed by my function seem to be correct (in line with running them serially outside of `pool`). I also will occasionally receive a stacktrace like...

Unfortunately in `example_func_which_invokes_pyjulia`, there's an extensive python preamble and postamble surrounding the call to Julia, and the main driver program is written in python, which prevents me from porting everything...

Hmm unfortunately both of those changes still result in similar stacktrace dumps ``` signal (15): Terminated signal (15): Terminated in expression starting at no file:0 do_futex_wait.constprop.1 at /lib64/libpthread.so.0 (unknown line)...

I have tried the combination of https://github.com/JuliaPy/pyjulia/pull/216 and https://github.com/JuliaPy/PyCall.jl/pull/603 but unfortunately I'm still getting these segfaults. It's a headscratcher. I won't be able to followup on this further unfortunately as...