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

detect linker error due to bus error and categorize it as spurious #759

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Skgland
Copy link
Contributor

@Skgland Skgland commented Dec 19, 2024

This should handle the linker errors as requested in #700 (comment)

@@ -16,6 +16,7 @@ impl ResultName for FailureReason {
FailureReason::OOM => "OOM".into(),
FailureReason::ICE => "ICE".into(),
FailureReason::NoSpace => "no space left on device".into(),
FailureReason::BusErrorWhileLinking => "bus error while linking".into(),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we instead categorize this failure as Failure::NoSpace? "bus error while linking" is not that helpful if you don't know what causes it.

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

Successfully merging this pull request may close these issues.

2 participants