Open Bug 1368019 Opened 7 years ago Updated 2 years ago

Thread safety issue in generating minidumps on Windows

Categories

(Toolkit :: Crash Reporting, enhancement)

enhancement

Tracking

()

People

(Reporter: cyu, Unassigned)

References

Details

This bug is forked from https://bugzilla.mozilla.org/show_bug.cgi?id=1360308#c6

We generate minidumps using dbghelp.dll!MinidumpWriteDump() on Windows, but the function is not thread-safe and could have unexpected behavior if multiple threads request minidump concurrently.

To fix that, we may need to synchronize threads calling the function.
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.