-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
cargo emits error when run in sandboxie #4985
Comments
As there hasn't been any activity here in over 6 months I've marked this as stale and if no further activity happens for 7 days I will close it. I'm a bot so this may be in error! If this issue should remain open, could someone (the author, a team member, or any interested party) please comment to that effect? The team would be especially grateful if such a comment included details such as:
Thank you for contributing! (The cargo team is currently evaluating the use of Stale bot, and using #6035 as the tracking issue to gather feedback.) If you're reading this comment from the distant future, fear not if this was closed automatically. If you believe it's still an issue please leave a comment and a team member can reopen this issue. Opening a new issue is also acceptable! |
It's much worse now, because now cargo refuses to work outright!
|
Thanks to the stale bot for reminding me that this exists. Sorry that it has not been addressed already. I am a contributor to cargo and a windows based lifeform, but I have know idea how to get started on addressing this. I had not heard on |
With a bit of further testing, the refusing to work outright isn't cargo's fault, but rather rustc's fault, so I'll have to open another issue for that, and it only applies when creating rlibs, not binaries. As for the spurious assertion in cargo itself... after updating my nightly it appears that #5887 fixed it. |
Closing in favor of rust-lang/rust#54297 given the issue in cargo itself was fixed and instead there is now an issue in rustc. |
After nearly any command completes:
It still builds or runs whatever I ask, but it always emits that error when its done.
For those who don't know, sandboxie is a sandboxing thing for Windows, which is really important when building random untrusted projects off the internet which could execute arbitrary build scripts and pwn your computer.
The text was updated successfully, but these errors were encountered: