-
Notifications
You must be signed in to change notification settings - Fork 5.8k
8297657: name demangling intermittently fails #13883
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
Conversation
👋 Welcome back fbredber! A progress list of the required criteria for merging this PR into |
Webrevs
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like this bug could have been prevented if AbstractDecoder had a constructor that initialized _decoder_status with the value passed down from the sub-class. Maybe this RFE could be an opportunity to improve this?
@fbredber This change now passes all automated pre-integration checks. ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details. After integration, the commit message for the final commit will be:
You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been 234 new commits pushed to the
As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid this automatic rebasing, please check the documentation for the /integrate command for further details. As you do not have Committer status in this project an existing Committer must agree to sponsor your change. Possible candidates are the reviewers of this PR (@stefank, @coleenp) but any other Committer may sponsor as well. ➡️ To flag this PR as ready for integration with the above commit message, type |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes this looks good. I didn't see the not_available initialization so passing the initial status is right.
Thanks for the review and comments. Can any of you give me a helping hand (and sponsor) the integration? |
/integrate |
/sponsor |
Going to push as commit 2bf7ac5.
Your commit was automatically rebased without conflicts. |
Fixes an intermittent name demangling problem (due to the uninitialized AbstractDecoder::_decoder_status field).
The problem affected hs-err stack traces on macosx-aarch64 and macosx-amd64.
I've done manual testing to verify the problem and the solution.
Also run tier1-5 after the fix without seeing any new problems.
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/13883/head:pull/13883
$ git checkout pull/13883
Update a local copy of the PR:
$ git checkout pull/13883
$ git pull https://git.openjdk.org/jdk.git pull/13883/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 13883
View PR using the GUI difftool:
$ git pr show -t 13883
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/13883.diff
Webrev
Link to Webrev Comment