-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Revert "[rbrowser] Make fCleanupHandle a pointer to TObject" #15749
base: master
Are you sure you want to change the base?
Conversation
This reverts commit 980c757.
Test Results 18 files 18 suites 4d 6h 39m 2s ⏱️ For more details on these failures, see this check. Results for commit 4a1a56c. ♻️ This comment has been updated with latest results. |
One should test with |
Indeed, it's what I wrote in the PR description. I hoped that we had at least one build with that option. This means that currently there is no build with |
I tried |
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.
Looks fine
@linev No it's not unfortunately. As you can see from the
So this PR #13900 was not enough to fix the issue. In fact, judging from the discussion at #15733, we would need at least to wait until #16202 is merged. Maybe then both the issue in this PR and in #15733 will be fixed. |
I'd like to start testing again the case highlighted by #13361
Note at the beginning: the issue arose with
runtime_cxxmodules=OFF
and I'm not sure we have that in the CI so we might not see errors right away