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

Rejit - Switch to shared pointer and apply same behavior for initial call #3877

Merged
merged 3 commits into from
Dec 13, 2024

Conversation

Kielek
Copy link
Contributor

@Kielek Kielek commented Dec 10, 2024

Why

Fixes #3838
Follow up: #2472

Mimic: DataDog/dd-trace-dotnet@3639f54

What

Brings changes from #2472 also to our initialization calls.

Tests

CI

Checklist

  • [ ] CHANGELOG.md is updated.
  • [ ] Documentation is updated.
  • [ ] New features are covered by tests.

Notes

At the time of writing notes 3/3 consecutive runs are green + couple more with non-polished version of this PR.

@Kielek Kielek requested a review from a team as a code owner December 10, 2024 10:27
@Kielek Kielek marked this pull request as draft December 10, 2024 10:27
@Kielek Kielek force-pushed the test-modules-default branch 3 times, most recently from c063f79 to b6020c8 Compare December 11, 2024 18:21
@Kielek
Copy link
Contributor Author

Kielek commented Dec 12, 2024

Adding COR_PRF_HIGH_DISABLE_TIERED_COMPILATION to SetEventMask2 is not solving the issue.

@Kielek Kielek force-pushed the test-modules-default branch 6 times, most recently from 3ad23c0 to bceb673 Compare December 12, 2024 09:28
@Kielek Kielek force-pushed the test-modules-default branch from bceb673 to d87c78b Compare December 12, 2024 09:34
@Kielek Kielek changed the title Testing Module Default Rejit - Switch to shared pointer and apply same behavior for initial call Dec 12, 2024
@Kielek Kielek marked this pull request as ready for review December 12, 2024 10:05
Copy link
Contributor

@pjanotti pjanotti left a comment

Choose a reason for hiding this comment

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

This makes sense, good digging at find this issue!

@Kielek Kielek merged commit 9a4cd41 into open-telemetry:main Dec 13, 2024
37 checks passed
@Kielek Kielek deleted the test-modules-default branch December 13, 2024 05:26
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.

Rejit timeouts / failing apps with STATUS_ACCESS_VIOLATION
4 participants