bornintelligent / google-breakpad

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

MinidumpProcessor uses the wrong context for non-crash threads #62

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
MinidumpProcessor uses the exception context for each thread.  This is
wrong.  The exception context is only correct for the crashed thread. 
Other threads should use their own context.

Original issue reported on code.google.com by mmento...@gmail.com on 26 Oct 2006 at 10:16

Attachments:

GoogleCodeExporter commented 9 years ago
Checked in, revision [52].

Original comment by mmento...@gmail.com on 26 Oct 2006 at 11:09

GoogleCodeExporter commented 9 years ago

Original comment by mmento...@gmail.com on 26 Oct 2006 at 11:09