Add pid of processes for Content process log lines
Categories
(Core :: DOM: Content Processes, enhancement, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox112 | --- | fixed |
People
(Reporter: whimboo, Assigned: whimboo)
References
Details
(Whiteboard: [webdriver:m6] [webdriver:external])
Attachments
(1 file, 1 obsolete file)
Over on bug 1769821 we are trying to figure out a shutdown hang of Firefox and I can see the following line in the logs:
[Parent 10340, Main Thread] WARNING: ContentParent: id=2f3ea321c00 - ShutDownProcess: Shutdown already pending.: file Z:/task_166175583971947/build/src/dom/ipc/ContentParent.cpp:1824
Sadly this makes it hard to easily find this process via the task manager. It would be great if log entries like these could also include the PID of the related content process.
Assignee | ||
Comment 1•3 years ago
|
||
The pid should be add in MaybeLogBlockShutdownDiagnostics. The Pid
will be available.
Assignee | ||
Comment 2•3 years ago
|
||
Updated•3 years ago
|
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Comment 4•3 years ago
|
||
bugherder |
Comment 5•3 years ago
|
||
Backed out as requested by Henrik.
Backout link: https://hg.mozilla.org/integration/autoland/rev/972d0006abb1b5160fa87e1754f2f1d23975c3d9
Assignee | ||
Comment 6•3 years ago
|
||
Landing of the patch on this bug is actually blocked on bug 1763625 now.
Assignee | ||
Updated•3 years ago
|
Updated•3 years ago
|
Comment 7•3 years ago
|
||
Backout merged to central: https://hg.mozilla.org/mozilla-central/rev/972d0006abb1b5160fa87e1754f2f1d23975c3d9
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 8•2 years ago
|
||
Updated•2 years ago
|
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Comment 10•2 years ago
|
||
bugherder |
Description
•