~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/apport.txt

  • Committer: Martin Pool
  • Date: 2009-08-12 09:35:19 UTC
  • mto: This revision was merged to the branch mainline in revision 4632.
  • Revision ID: mbp@sourcefrog.net-20090812093519-im0e0okry92z7klk
Note on interaction of our handler with system-wide apport

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
   report.
46
46
 
47
47
This won't be active for bugs that cause the whole Python interpreter to
48
 
crash.  This can be handled at the OS level.
 
48
crash.  This can be handled at the OS level.  The nice thing is that if
 
49
apport is active system-wide, it will catch either exceptions in our
 
50
in-process apport handler, or errors that crash the intrepreter.
49
51
 
50
52
 
51
53
Future ideas