-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Segmentation fault in nixos-rebuild with flakes #4670
Comments
Sounds similar to #4178. What if you try with |
Yes, no more segfault, if I invoke it with |
Happens to me too. Here's my valgrind trace: https://gist.github.com/MarcoPolo/b8525d7967bd5d7ae053859ef59e76bb |
+1 I git the same error output on flake, Also the GC_DONT_GC=1 workaround works for me. |
I have a similar backtrace from a reproducible crash with
More info in dfinity/motoko#2912 (comment) |
Describe the bug
The last few lines from the output:
Backtrace:
Steps To Reproduce
nixos-rebuild switch -vvv --flake '/etc/nixos#'
Expected behavior
A clear and concise description of what you expected to happen.
nix-env --version
outputAdditional context
flake.nix
:After removing references to
NUR
overlay from the configuration, it seems to be working nowThe text was updated successfully, but these errors were encountered: