-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Regression causing new Apple Silicon failures #48233
Comments
Tagging subscribers to this area: @tommcdon Issue DetailsThere are a 109 new tests failing on a recent tip. The tests pass if
/cc @dotnet/dotnet-diag
|
Stack traces from baseservices/threading/monitor/enter/monitorenter/monitorenter.dll
|
@sywhang Has suggested that I see it is enabled if #if defined(FEATURE_EVENT_TRACE) || defined(FEATURE_EVENTSOURCE_XPLAT)
|
The issue was likely introduced by #47829 |
I think this needs to be unset for macOS. FEATURE_EVENTSOURCE_XPLAT adds sink for LTTng uprobes and macOS doesn't support that. I'll follow up with a PR to unset them in macOS builds. |
There are a 109 new tests failing on a recent tip.
The tests pass if
COMPlus_EnableEventLog
is not set, but the flag is set by default by the test run scripts. (It can be disabled with--disableEventLogging
)/cc @dotnet/dotnet-diag
The text was updated successfully, but these errors were encountered: