-
-
Notifications
You must be signed in to change notification settings - Fork 1.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
nix-env -e dumps core #715
Labels
Comments
I've just found that it does not abort if replace:
with just
|
It looks like nix-env does not handle well when it's stderr/stdout is abruptly closed (what's what |
I marked this as stale due to inactivity. → More info |
I closed this issue due to inactivity. → More info |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When nix-env -e is used in a script it will crash dump:
$ file core
core: ELF 64-bit LSB core file x86-64, version 1 (SYSV), SVR4-style, from '/home/gleber/.nix-profile/bin/nix-env -f -e nodejs-keybase
If I run it manually it works without issues. I have core at hand, but it seems that nix-env is stripped and
gdb
doesn't really show much.The text was updated successfully, but these errors were encountered: