Just a quick update:  killing the Pkg.update() by ^C caused a segment fault:

julia> Pkg.update()
INFO: Updating METADATA...
^CERROR: interrupt
 in wait at task.jl:40
 in sync_end at multi.jl:1229
 in update at pkg/entry.jl:1237
 in anonymous at pkg/dir.jl:25
 in cd at file.jl:22
 in cd at pkg/dir.jl:25
 in update at pkg.jl:41

julia> ERROR: interrupt
 in wait at task.jl:40
 in sync_end at multi.jl:1229
 in update at pkg/entry.jl:1237
 in anonymous at pkg/dir.jl:25
 in cd at file.jl:22
 in cd at pkg/dir.jl:25
 in update at pkg.jl:41

julia> Segmentation fault: 11





On 29 Jan 2014, at 5:00 pm, Sheehan Olver <[email protected]> wrote:

> Calling 
> 
> Pkg.update() 
> 
> seems to be broken on my Mac OS X 10.9.1 computer, julia Version 
> 0.3.0-prerelease+1296: it never returns, and julia-readline takes ~70% CPU, 
> occasionally stalling the terminal window.  Deleting the entire .julia 
> directory and reinstalling all packages works the first time, but then the 
> same issue comes up next time I call Pkg.update()
> 
> Is anyone else experiencing this issue?
> 

Reply via email to