You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This has been narrowed down to a bug in V8 where the profiling processor thread is not stopped before the CpuProfiler object is deleted. This leads to problems when the thread accesses the freed object.
The issue only occurs during shutdown and can be avoided if the appmetrics API is being used by calling stop() on the base API object before exit.
Crashes with stacks like the following:
Example failure on Linux ppc64le:
Example failure on Linux x64:
The text was updated successfully, but these errors were encountered: