New issue
Advanced search Search tips

Issue 828132 link

Starred by 2 users

Issue metadata

Status: Assigned
Owner:
Cc:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

crashpad_handler processes sometimes hang around after browser_tests

Project Member Reported by ellyjo...@chromium.org, Apr 2 2018

Issue description

Details from  issue 828031 :

$ ps aux | grep crashpad_handler | grep -v grep | awk '{print $2}' | xargs -n 1 sudo out/rel/exception_port_tool --show-task --show-bootstrap=com.apple.ReportCrash --pid
service com.apple.ReportCrash 0x1303
task exception port 0, mask 0x3800 (RESOURCE|GUARD|CORPSE_NOTIFY), port 0x1303, behavior 0x80000003 (STATE_IDENTITY|MACH), flavor 7 (THREAD)
service com.apple.ReportCrash 0xc03
task exception port 0, mask 0x1c00 (CRASH|RESOURCE|GUARD), port 0x1203, behavior 0x80000003 (STATE_IDENTITY|MACH), flavor 7 (THREAD)
task exception port 1, mask 0x2000 (CORPSE_NOTIFY), port 0xc03, behavior 0x80000003 (STATE_IDENTITY|MACH), flavor 7 (THREAD)
service com.apple.ReportCrash 0xb03
task exception port 0, mask 0x3800 (RESOURCE|GUARD|CORPSE_NOTIFY), port 0xb03, behavior 0x80000003 (STATE_IDENTITY|MACH), flavor 7 (THREAD)
service com.apple.ReportCrash 0xb03
task exception port 0, mask 0x1c00 (CRASH|RESOURCE|GUARD), port 0x1103, behavior 0x80000003 (STATE_IDENTITY|MACH), flavor 7 (THREAD)
task exception port 1, mask 0x2000 (CORPSE_NOTIFY), port 0xb03, behavior 0x80000003 (STATE_IDENTITY|MACH), flavor 7 (THREAD)

No specific browser test seems to trigger this, but running a lot of browser tests seems to sometimes leave them hanging around.
 

Comment 1 by mark@chromium.org, Apr 2 2018

I looked with Elly and we found the four crashpad_handlers running from her out directory: two were --monitor-self, and the other two were their monitor-ers. There wasn’t anything else running from her out directory, so it appeared that they shouldn’t have had any remaining clients, and should have exited.
Bug 868675 too

Sign in to add a comment