-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Nested profiler signal handler #52765
Comments
TEST=ci Bug: #52765 Change-Id: I14301d67ad245d3df96624155b383cb5f4c7f981 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/310975 Reviewed-by: Siva Annamalai <asiva@google.com> Commit-Queue: Ryan Macnak <rmacnak@google.com> Reviewed-by: Ben Konyi <bkonyi@google.com>
The mentioned test is now failing consistently instead of flakily:
|
I've managed to produce a similar stack trace using
|
@bkonyi The sigprof handler apparently does not block nested signals. This might be the underlying cause of the flaky crashes like #52213
The text was updated successfully, but these errors were encountered: