-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unrelated module wrapped in closure with --inline=no only #15766
Labels
bug
Indicates an unexpected problem or unintended behavior
needs tests
Unit tests are required for this change
regression
Regression in behavior compared to a previous version
Comments
andreasnoack
added
bug
Indicates an unexpected problem or unintended behavior
regression
Regression in behavior compared to a previous version
labels
Apr 5, 2016
andreasnoack
added a commit
to JuliaParallel/DistributedArrays.jl
that referenced
this issue
Apr 5, 2016
andreasnoack
added a commit
to JuliaParallel/DistributedArrays.jl
that referenced
this issue
Apr 5, 2016
I've bisected this to f6e9f8d. |
This popped up again in https://travis-ci.org/JuliaParallel/DistributedArrays.jl/builds/125829660 and it can be reproduced consistently with |
Ah, this is the issue. Close #15996 as a dup of this. I think this is caused by serialization of the lambdainfo/method. |
Same as #15451 ? |
fixed on master, by #16692?
|
I think so |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Indicates an unexpected problem or unintended behavior
needs tests
Unit tests are required for this change
regression
Regression in behavior compared to a previous version
The following code snippet fails when julia is launched
--inline=no
but works fine in normal mode. This causes theDistributedArrays.jl
tests to fail.Notice that
FactCheck
is not used for anything ing
but the worker fails withI've tried to reduce it but this is as small as I could make it. E.g. if either
Int
is used directly or removed from thef
then the error goes away. If one of themapreduce
lines is commented out or if the order is reversed the error also goes away.I've tried with a few other packages instead of
FactCheck
and they don't fail. However, since this has different behavior with and without inlining, I think the bug report is appropriate here.My system is
The text was updated successfully, but these errors were encountered: