Firefox Core Engineering/Crash machinery roadmap
From MozillaWiki
Crash machinery should be reliable, fast, and informative for both Mozilla and ultimately the user.
This effort began with Get More Data Faster, which is still in progress. The goal is to speed up crash telemetry receipt and provide a basis for near-realtime crash monitoring and trend analysis.
Major Milestones
The major milestones overall have been achieved:
-
introduce client-side stackwalking -
create crash ping -
land content crash ping -
create PingSender -
add support for CFI-based stackwalking
Minor Milestones
Along the way, a variety of related bugs have cropped up. They are this project's backlog and they are tracked here.
10 Total; 10 Open (100%); 0 Resolved (0%); 0 Verified (0%);
Future planning
- https://bugzilla.mozilla.org/show_bug.cgi?id=1296274 (symbolicate on client, then signature on client, then show user the problems on (say) about:support ): Evalute symbolicating stack traces when doing client-side stack walking
- replace BreakPad
- rewrite minidump analyzer in Rust
- rewrite CrashReporter in Rust