wukenaihe / google-breakpad

Automatically exported from code.google.com/p/google-breakpad
0 stars 0 forks source link

mac exception-handler should not reset exception port until after writing crash report #203

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There are rare cases, where an initial crash comes in, and the exception 
handling port
is set back to CrashReporter, then a 2nd crash on a different thread comes in 
before
a report is generated for the 1st crash.  CrashReporter then terminates the 
task before
breakpad has done anything.

Solution is to not reset the exception handling port until after generating the 
report...

Original issue reported on code.google.com by ladderbr...@gmail.com on 29 Aug 2007 at 7:30

GoogleCodeExporter commented 9 years ago

Original comment by ladderbr...@gmail.com on 29 Aug 2007 at 7:31

Attachments:

GoogleCodeExporter commented 9 years ago
This was fixed in r206.

Original comment by ted.mielczarek on 1 Nov 2007 at 8:50