Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Use Markdown for this comment
Set severity, which reflects how much the issue affects the use of the product
Change issue status back to 'Assigned'
Remove item
Pending code changes (auto-populated)
Select items in the list
[ID: 1239839]
Labels not explicitly mapped to hotlists, priority or type from Monorail [ID: 1241047]
Used by rvos Flake Fetcher - Please do not modify [ID: 1215775]
Maintained by go/gitwatcher - Please do not modify manually [ID: 1246691]
Maintained by go/gitwatcher - Please do not modify manually [ID: 1246569]
Set the version(s) of the product affected by this issue (comma-separated list)
Set the version(s) of the product in which the issue should be fixed (comma-separated list)
Set the version(s) of the product in which the issue fix was verified (comma-separated list)
Set if this issue occurs in production
Set Reporter
Set Type
Set priority, which reflects how soon the issue should be fixed
Set Status
Set Assignee
Set Verifier
View or edit staffing
View issue level access limits(Press Alt + Right arrow for more information)
Description
#1From mseasborn@:
When profiling the root job,
The profiler sometimes works, but more often fails with this error:
I found that "fx log" shows errors like these from the profiler service:
I debugged this and found that GetProcessModules() is failing. gmtr@ confirmed that this is not expected to work: The profiler does not work on processes that exit before profiling is stopped, because the profiler will be unable to get information about loaded modules for those processes. Furthermore, when this happens, it stops the profiler from producing a profile.
Intercepting processes before they exit is hard, but at the minimum, if we miss one, it shouldn't stop us from producing a profile, even if it does have missing symbolization info.