bornintelligent / google-breakpad

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

RFE: ability to pass a crash to breakpad from within __try/__except #172

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The Mozilla issue is https://bugzilla.mozilla.org/show_bug.cgi?id=381049

Because COM's RPC mechanism wraps calls in __try/__except, it is hiding
crashes in our accessibility code on Windows. This leads to mysterious and
difficult-to-fix bugs.

If we could wrap our own COM calls in __try/__except and then pass the
crashes to breakpad, that would help us catch the actual bugs and increase
quality.

Original issue reported on code.google.com by aa...@moonset.net on 17 May 2007 at 3:55

GoogleCodeExporter commented 9 years ago

Original comment by ted.mielczarek on 17 May 2007 at 6:25

GoogleCodeExporter commented 9 years ago
This might be a dupe of issue 122 actually.  (But that one has a patch!)

Original comment by ted.mielczarek on 29 May 2007 at 10:21

GoogleCodeExporter commented 9 years ago
This is getting fixed in issue 192.  Yeah, we wound up with two dupes.

Original comment by ted.mielczarek on 30 Jun 2007 at 2:28