Breakpad: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(server reqs page sucks)
(update this insanely old page)
 
(20 intermediate revisions by 13 users not shown)
Line 3: Line 3:
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.
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 parts:
Our implementation has multiple parts:
* Client integration to handle crash reporting so a central server can aggregate crash data to help improve our products.
* crash reporter: Client integration to handle crash reporting so a central server can aggregate crash data to help improve our products.
* A digester that processes collected crash data and uses a symbol server to convert raw dumps into readable stack traces.  The digister then can insert the resulting data into a database.
* crash ingestion pipeline:
* A web interface for viewing and parsing crash reports, called [http://code.google.com/p/socorro/ Socorro].
** collector (Antenna) that collects incoming crash reports
** processor (Socorro) that processes crash reports including walking the stack in the minidump and symbolicating it
* crash analysis tools
** Crash Stats webapp (Socorro) for searching, viewing, and investigating crash reports
** 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
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].
[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.


* [[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?


= Integration Team =
= Integration Team =


The following people are actively working on airbag integration:
Contact the team on #breakpad channel on Matrix.
 
* luser (client and build systems)
* morgamic (server)
* aravind (IT)
* sayrer (server)
* dcamp (client)
* jay (QA requirements and data collection)
* bsmedberg (planning and pinch-hitting)
 
Other help is always appreciated! If you don't know where to start, talk to [[MDC:User:Benjamin Smedberg|bsmedberg]].
 
= See Also =
 
* [http://zenit.senecac.on.ca/wiki/index.php/Airbag_development_and_server_operation Seneca College Airbag Page] -- Read about Seneca's work with Breakpad.
* http://benjamin.smedbergs.us/blog/2006-09-12/deploying-the-airbag/

Latest revision as of 17:43, 17 April 2020

Breakpad Integration into Mozilla

Breakpad is a set of libraries for client-side crash reporting. This page talks about integrating breakpad with Mozilla products. Breakpad was formerly called airbag. The libraries are being developed as a narrowly scoped Google code project. The breakpad libraries do not provide any crash-reporting UI, nor do they provide a server.

Our implementation has multiple parts:

  • crash reporter: Client integration to handle crash reporting so a central server can aggregate crash data to help improve our products.
  • crash ingestion pipeline:
    • collector (Antenna) that collects incoming crash reports
    • processor (Socorro) that processes crash reports including walking the stack in the minidump and symbolicating it
  • crash analysis tools
    • Crash Stats webapp (Socorro) for searching, viewing, and investigating crash reports
    • 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 Breakpad Project Site.

See Socorro for more information on Crash Stats, the crash ingestion pipeline, and Socorro.


Integration Team

Contact the team on #breakpad channel on Matrix.