Changes

Jump to: navigation, search

Breakpad

606 bytes removed, 17:43, 17 April 2020
update this insanely old page
Breakpad is a set of libraries for client-side crash reporting. This page talks about integrating breakpad with Mozilla products. [http://groups.google.com/group/google-breakpad-discuss/browse_thread/thread/4f40867980fe7452 Breakpad was formerly called airbag]. The libraries are being developed as a [http://groups.google.com/group/google-breakpad-discuss/browse_thread/thread/2a082e9c8636031c narrowly scoped] Google code project. The breakpad libraries do not provide any crash-reporting UI, nor do they provide a server.
Our implementation has three multiple parts:* crash reporter: Client integration to handle crash reporting so a central server can aggregate crash data to help improve our products.* A server crash ingestion pipeline:** collector (Antenna) that collects and incoming crash reports** processor (Socorro) that processes collected crash data and uses a symbol server to convert raw dumps into readable reports including walking the stack traces. The processor can insert in the resulting data into a database.minidump and symbolicating it* crash analysis tools* A web interface * Crash Stats webapp (Socorro) for searching, viewing , and parsing investigating crash reports, called [https://github.com/mozilla/socorro Socorro].** myriad of other tools based that use the Crash Stats API and Telemetry tools
More information, source code, and mailing lists for breakpad library development can be found at the
[http://code.google.com/p/google-breakpad/ Breakpad Project Site].
= Pages =See [[Socorro]] for more information on Crash Stats, the crash ingestion pipeline, and Socorro.
Most current development on the full platform is on the [[Socorro|Socorro page]]. Information on this page refers only to the crash reporter.
 
* [[Breakpad/Updating_to_latest_Breakpad_from_SVN|How to update the Breakpad snapshot in mozilla-central to the latest Breakpad code in SVN]]
* [[Breakpad/Design]] (Design and planning information)
* [[Breakpad/Status Meetings|Status Meetings]] (Agendas/Minutes)
* [[Breakpad:Current Implementation|Current Implementation]] -- The status of what has been implemented so far.
* [[Breakpad:Feature_List|Feature List]] -- What do we want our Breakpad web interface to do?
* [[Breakpad/SkipList | SkipList]] -- How to file a SkipList bug
= Integration Team =
Contact the team at socorro-dev@mozilla.com or the on #breakpad channel on irc.mozilla.org There is a public mailing list at https://lists.mozillaMatrix.org/listinfo/tools-socorro
Confirm
537
edits

Navigation menu