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

Presence of unrelated large file causes nimble to hang #1340

Open
geotre opened this issue Jan 24, 2025 · 0 comments
Open

Presence of unrelated large file causes nimble to hang #1340

geotre opened this issue Jan 24, 2025 · 0 comments

Comments

@geotre
Copy link

geotre commented Jan 24, 2025

I haven't been able to investigate the cause of this yet.

Reproducing is simple:

# make a new empty project
> mkdir newproject

> cd newproject

> nimble init  # leave all options as default

> nimble setup  # this works
     Info:  "nimble.paths" is generated.
     Info:  "config.nims" is set up.

# generate large 10GB file
> dd if=/dev/urandom of=random.dat bs=1M count=10240

> nimble setup  # this no longer works, it hangs

This doesn't just apply to nimble setup, it's also nimble deps, nimble install, etc.

Is nimble reading and attempting to parse this file?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant