fickle segmentation fault or bus error when using pmap #13806
Labels
parallelism
Parallel or distributed computation
regression
Regression in behavior compared to a previous version
I ran into some problems with julia crashing during calls to pmap. I put together the smallest example that I could come up with to reproduce the bug, but it isn't all that small. This issue seems pretty fickle. First, a module is required (I call it in
M.jl
in the directory where the test code will be run):These functions need to be in a module, or the bug does not appear. Here's the code to reproduce the bug. It needs to be run in parallel for the bug to appear (e.g.,
julia -p 2
):If I run it on Mac OS X 10.10.5 with julia 0.4.0, I get
If I run it on Ubuntu 14.04 with julia 0.4.0, I get
The text was updated successfully, but these errors were encountered: