-
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
Flaky assertion failure in profiler.cc:934 #25072
Comments
@sgmitrovic Is this a known issue? |
Got a backtrace in gdb: runtime/vm/profiler.cc:934: error: expected: os_thread != NULL Program received signal SIGABRT, Aborted. |
Looks like we're interrupted during OSThread::SetCurrent where the Thread::Current() has os_thread_ already set to NULL before SetCurrent is completed. |
proposed fix: https://codereview.chromium.org/1491283002/ |
Fixed in d9b1301 |
@a-siva
This occurred locally and on the builbot occasionally (http://build.chromium.org/p/client.dart/builders/pkg-linux-debug-be/builds/2794/steps/Build%20SDK/logs/stdio)
runtime/vm/profiler.cc:934: error: expected: os_thread != NULL
Aborted
make: *** [out/DebugIA32/obj/gen/dartfmt.dart.snapshot] Error 134
The text was updated successfully, but these errors were encountered: