-
Notifications
You must be signed in to change notification settings - Fork 335
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
Mixing package sources caues segfaults when running cli tools with python's subprocess.run #1469
Comments
I tried debugging this a bit and seems like the segfault happens in:
|
If i add |
|
Thank you @domenkozar. Yes, this solves it. But I don't really understand why... |
mhmm.. actually no. Looks like i am still seeing this issue when I am trying to run a cli in a test with pytest. Let my try to derive a new minimal failing example. |
ok.. i was struggling quite a bit trying to reproduce this in a minimal example. But I could easily reproduce this issue in my project. I tried copying over all lock files and making my minimal example very similar to my project. Turns out after I |
Describe the bug
When mixing package sources (devenv pkgs and nixpkgs-stable) the following test fails:
To reproduce
For the configuration below, run
devenv test
.devenv.nix
:devenv.yml
devenv.lock
Make sure to include full logs and what you expected to happen.
Version
devenv 1.1.0 (x86_64-linux)
The text was updated successfully, but these errors were encountered: