Report the command line of a crashed process
Categories
(Toolkit :: Crash Reporting, enhancement)
Tracking
()
People
(Reporter: sfink, Assigned: sfink)
References
Details
Attachments
(1 file)
Comment 1•7 years ago
|
||
Assignee | ||
Comment 2•7 years ago
|
||
Comment 3•7 years ago
|
||
Assignee | ||
Comment 4•6 years ago
|
||
(Yoshi, Jon: I guess I already filed a bug for this one. CC'ing.)
Comment 5•6 years ago
|
||
To expound on my earlier answer: dumps written by Breakpad on Linux do contain the raw contents of /proc/self/cmdline
:
https://chromium.googlesource.com/breakpad/breakpad/+/6d0287851fabc21a90838ae068b11f2d777393d5/src/processor/minidump_dump.cc#192
Windows minidumps do apparently usually contain the commandline in the process environment block but you have to grovel around through poorly-documented structures to find it.
Comment 6•3 years ago
|
||
After bug 1487410 lands it should be rather easy to write out the PID into the stackwalker's JSON output and have mozcrash present it to the user
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 7•3 years ago
|
||
Comment 9•3 years ago
|
||
Backed out for causing python failures.
Backout link: https://hg.mozilla.org/integration/autoland/rev/c526b3d6a76d508e67fa61483669605b4ed89f4b
Failure log: https://treeherder.mozilla.org/logviewer?job_id=370333881&repo=autoland&lineNumber=1055
Comment 10•3 years ago
|
||
Backout merged to central: https://hg.mozilla.org/mozilla-central/rev/c526b3d6a76d
Updated•2 years ago
|
Comment 11•1 year ago
|
||
Changing the title here because we've been printing the PID of each crashed process in bug 1840651.
Description
•