Skip to content
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

bug: running fuel-core as a binary sensitive to env variables #842

Closed
segfault-magnet opened this issue Feb 16, 2023 · 0 comments · Fixed by #843
Closed

bug: running fuel-core as a binary sensitive to env variables #842

segfault-magnet opened this issue Feb 16, 2023 · 0 comments · Fixed by #843
Assignees
Labels
bug Something isn't working

Comments

@segfault-magnet
Copy link
Contributor

segfault-magnet commented Feb 16, 2023

The fuel-core started reading environment variables recently. This introduces potential issues for our users.

One example is they use a generic PERIOD env variable to set the poa-interval which causes problems. Zsh users which use zplug are going to have PERIOD set in their environment and then fuel-core is going to have issues with it.

The best approach might just be to either switch off the environment reading by the fuel-core or make the environment empty for the spawned fuel-core process.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant