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

segfault when aborting Pkg2.add() #3991

Closed
kmsquire opened this issue Aug 8, 2013 · 3 comments
Closed

segfault when aborting Pkg2.add() #3991

kmsquire opened this issue Aug 8, 2013 · 3 comments

Comments

@kmsquire
Copy link
Member

kmsquire commented Aug 8, 2013

This happened twice to me (when pressing ^C)

julia> for a in Pkg2.available(); Pkg2.add(a); end
...
INFO: Installing Gadfly v0.1.7
INFO: Installing JSON v0.2.0
INFO: SUCCESS!
INFO: REQUIRE updated.
^CSegmentation fault
$
@StefanKarpinski
Copy link
Member

This isn't really Pkg2-specific since pressing ctrl-C isn't supposed to segfault ever. This looks like it was already mostly done – was it hanging? Or is this because you were adding one package after another?

@kmsquire
Copy link
Member Author

kmsquire commented Aug 8, 2013

Adding all available packages, and just decided to interrupt it for some
reason. There are probably similar issues around, but I thought they had
been resolved. I'll look when I have the chance.

On Thu, Aug 8, 2013 at 12:41 PM, Stefan Karpinski
[email protected]:

This isn't really Pkg2-specific since pressing ctrl-C isn't supposed to
segfault ever. This looks like it was already mostly done – was it hanging?
Or is this because you were adding one package after another?


Reply to this email directly or view it on GitHubhttps://github.com//issues/3991#issuecomment-22349784
.

@kmsquire
Copy link
Member Author

Dup of #2622.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants