Skip to content
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

fatal error when loading a file using "-L" when the "-p 2" option is also used #19675

Closed
ahalwright opened this issue Dec 22, 2016 · 3 comments
Closed
Labels
parallelism Parallel or distributed computation

Comments

@ahalwright
Copy link

The file "fails.jl" (attached as fails.jl.txt) causes a fatal error when I attempt to load into Julia using the following command: "julia -p 2 -L fails.jl".

The problem is in the interaction of "-p 2", "-L" and "using".

The full error messages under julia and julia-debug are also attached. The error message is the same in julia v5.0 (Linux or Windows) and in the latest build of julia v6.0 (Linux).

fails.jl.txt
fails_error_message.txt
fails_julia-debug_error_message.txt

@yuyichao
Copy link
Contributor

Likely dup of #15766

@amitmurthy amitmurthy added the parallelism Parallel or distributed computation label Dec 22, 2016
@amitmurthy
Copy link
Contributor

When completed #19073 and #19594 should help fix this.

@laborg
Copy link
Contributor

laborg commented Feb 7, 2022

Closing this as it doesn'fail anymore and dups have been closed too (#21704) :

~/code/julia (master*) » ./julia -p 2 -L fails.jl                                                                                                 
               _
   _       _ _(_)_     |  Documentation: https://docs.julialang.org
  (_)     | (_) (_)    |
   _ _   _| |_  __ _   |  Type "?" for help, "]?" for Pkg help.
  | | | | | | |/ _` |  |
  | | |_| | | | (_| |  |  Version 1.8.0-DEV.1440 (2022-02-02)
 _/ |\__'_|_|_|\__'_|  |  Commit e3b681c687 (5 days old master)
|__/                   |

julia> 

@laborg laborg closed this as completed Feb 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
parallelism Parallel or distributed computation
Projects
None yet
Development

No branches or pull requests

4 participants