-
Notifications
You must be signed in to change notification settings - Fork 485
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 develop segmentation fault evaluating derivation for devShells.x86_64-linux.default #4932
Comments
Is it |
executes successfully edit: and thank you so much for the prompt reply |
oh dead, super weird that one would work and not the other... |
running about 10 times with no change, will keep trying intermittently over the course of the evening but as I can reproduce across different projects and different machines I am not super optimistic unfortunately thanks again |
You mean this? https://github.com/input-output-hk/plutus-apps/tree/v1.0.0-alpha1 What other projects are you having problems with? |
yes that tag of plutus-apps but I don't get the same printed error as shown above, see screenshot and see segv error on right side of command prompt
Actually no I just tried it and nix-shell on plutus-apps master succeeds
it crashes in a more severe way than plutus or plutus-apps in that it kills my whole user session. it crashes whether I use nix-shell or nix develop in plutip |
Ok. I've had nix segfaults disappear before by upgrading nixpkgs. I'll try that. Which is more urgent to you now, plutus or plutus-apps? |
plutus-apps please and thank you |
Wait but you need plutus-apps |
sorry you are right, as long as master is stable enough to work on I am fine to use that for now. |
Thank you, I'll look into fixing plutus master then |
Are you sure you are running the latest nix? version 2.11.1? |
I am not in the slack but would love to join if I am able! I am in the iog technical discord. also I fetched latest plutus master and ran nix develop just now with no other changes and it worked.........sooooo did you do anything or it just fixed itself like you suspected it might? |
A few commits have been merged today, but nothing to address your problem specifically. |
Is the slack public? I will happily join if so just in case it helps the following chain of events just occurred: I ran nix-store --gc to free up some space I am good to go on my side for now though, thank you for the help. |
@rbmdotdev do you still experience this issue? |
(sorry about the labels and the (deleted) comment noise, I stupidly confused this ticket with another one) |
This ticket is really old, it talks about |
Summary
@zeme-iohk pinging you as per the request in the nix-shell deprecation message
I checked out pltuus:master and ran nix-shell, saw the deprecation message and switched to nix develop and got the following error:
nix-shell seems to work fine however I think this relates to an issue I was experiencing this morning when trying to spin up plutip:
mlabs-haskell/plutip#147
with plutip my shell / session just seemed to crash. it doesn't crash when running in this repo
I also had the same problem today with the pluts-apps repo and the latest 1.0.0-alpha tag when running nix-shell which caused my session to crash. if I checkout the 0.1.0 tag in that project nix-shell works fine
I am running Arch Linux in Windows Subsystem for linux and nix 2.11 however I can reproduce in debian running on bare metal also so I do not think it is specific to my Arch and WSL setup
If you need anymore info let me know and I would love a workaround to get unblocked if it is not a quick fix
thanks
Steps to reproduce the behavior
checkout master
run nix develop from shell
Actual Result
Expected Result
nix develop to complete successfully
Describe the approach you would take to fix this
no idea
System info
I am running Arch Linux in Windows Subsystem for linux and nix 2.11 however I can reproduce in debian running on bare metal also so I do not think it is specific to my Arch and WSL setup
The text was updated successfully, but these errors were encountered: