Open
Bug 1395299
Opened 9 years ago
Updated 3 years ago
Consider using PssCaptureSnapshot for async minidump generation
Categories
(Toolkit :: Crash Reporting, enhancement)
Tracking
()
NEW
People
(Reporter: bugzilla, Unassigned)
References
Details
PssCaptureSnapshot is only supported starting with Windows 8.1. There is another undocumented way to do this on Windows 7 and Windows 8 (RtlCreateProcessReflection), but we could start with this.
Essentially the Windows kernel forks a dormant clone off of the target process, which then allows you to obtain your minidump from the clone while the target process continues to execute.
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•