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 --bug-report=rr #51750

Merged
merged 3 commits into from
Oct 19, 2023
Merged

fix --bug-report=rr #51750

merged 3 commits into from
Oct 19, 2023

Conversation

simeonschaub
Copy link
Member

This option is currently broken on nightly due to world age errors

This option is currently broken on nightly due to world age errors
@simeonschaub simeonschaub added the bugfix This change fixes an existing bug label Oct 17, 2023
Copy link
Sponsor Member

@vtjnash vtjnash left a comment

Choose a reason for hiding this comment

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

(I assume this test might need to be x86+linux only though?)

@simeonschaub
Copy link
Member Author

Ah, true!

@simeonschaub simeonschaub removed the request for review from Keno October 17, 2023 23:03
@simeonschaub simeonschaub added the merge me PR is reviewed. Merge when all tests are passing label Oct 17, 2023
@vtjnash vtjnash removed the merge me PR is reviewed. Merge when all tests are passing label Oct 18, 2023
@vtjnash
Copy link
Sponsor Member

vtjnash commented Oct 18, 2023

CI failed

@@ -246,7 +246,7 @@ function exec_options(opts)
# If we're doing a bug report, don't load anything else. We will
# spawn a child in which to execute these options.
let InteractiveUtils = load_InteractiveUtils()
InteractiveUtils.report_bug(arg)
invokelatest(InteractiveUtils.report_bug, arg)
Copy link
Member

Choose a reason for hiding this comment

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

@invokelatest is a bit cleaner

Copy link
Member Author

Choose a reason for hiding this comment

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

I tried to copy the style that was used in the Distributed case just below. I don't feel like this makes a huge difference in terms of readability in the single-arg case

@simeonschaub
Copy link
Member Author

@Keno Any ideas why this would fail on our CI environment? It worked for me locally even without the selinux shenanigans. Can you think of a better way to do a simple rr smokescreen test?

@simeonschaub
Copy link
Member Author

I skipped the test for now so we can at least merge this fix

@simeonschaub simeonschaub merged commit cd82984 into master Oct 19, 2023
4 of 6 checks passed
@simeonschaub simeonschaub deleted the sds/fix_bug_report branch October 19, 2023 15:12
simeonschaub added a commit that referenced this pull request Oct 19, 2023
follow-up PR to #51750 to figure out how to properly test this
simeonschaub added a commit that referenced this pull request Oct 20, 2023
follow-up PR to #51750 since BugReporting was broken at the time
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix This change fixes an existing bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants