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

Fix startup assertion failure on <4GiB RAM machines #202

Merged
merged 1 commit into from
Jul 10, 2024

Conversation

bradlarsen
Copy link
Collaborator

The v0.18.0 release crashes upon startup when running in an environment with less that 4GiB of RAM. The crash is an assertion failure from the std::cmp::Ord::clamp function when it is called with invalid arguments (i.e., min > max).

This crashing behavior was introduced in #174.

@bradlarsen bradlarsen added bug Something isn't working ux Related to the user experience, invocation, or CLI labels Jul 10, 2024
@bradlarsen bradlarsen merged commit f464c08 into main Jul 10, 2024
12 checks passed
@bradlarsen bradlarsen deleted the fix-startup-crash branch July 10, 2024 22:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ux Related to the user experience, invocation, or CLI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant