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

EventPipe failures in Native AOT #87505

Closed
agocke opened this issue Jun 13, 2023 · 3 comments
Closed

EventPipe failures in Native AOT #87505

agocke opened this issue Jun 13, 2023 · 3 comments

Comments

@agocke
Copy link
Member

agocke commented Jun 13, 2023

See https://github.com/dotnet/runtime/pull/83751/checks?check_run_id=14231197825 for example. Failures look like:

ld.lld(0,0): error : undefined symbol: EventPipeWriteEventGCAllocationTick_V3

@elinor-fung Is it possible this was caused by something cross-merging with #87465?

@ghost ghost added the untriaged New issue has not been triaged by the area owner label Jun 13, 2023
@ghost
Copy link

ghost commented Jun 13, 2023

Tagging subscribers to this area: @agocke, @MichalStrehovsky, @jkotas
See info in area-owners.md if you want to be subscribed.

Issue Details

See https://github.com/dotnet/runtime/pull/83751/checks?check_run_id=14231197825 for example. Failures look like:

ld.lld(0,0): error : undefined symbol: EventPipeWriteEventGCAllocationTick_V3

@elinor-fung Is it possible this was caused by something cross-merging with #87465?

Author: agocke
Assignees: -
Labels:

untriaged, area-NativeAOT-coreclr

Milestone: -

@agocke agocke added this to the 8.0.0 milestone Jun 13, 2023
@ghost ghost removed the untriaged New issue has not been triaged by the area owner label Jun 13, 2023
@elinor-fung
Copy link
Member

@elinor-fung Is it possible this was caused by something cross-merging with #87465?

Yep. #87509 should fix it.

@adamsitnik
Copy link
Member

Fixed by #87505, thank you for a quick fix @elinor-fung !

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants