bornintelligent / google-breakpad

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

Processor can attempt processing all threads even when interrupted #177

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Even when a stackwalker interrupts processing (at the request of a symbol
supplier), the processor can still continue and attempt to process other
threads.  If a dynamic fetcher is in use, this can allow it to get its
input more quickly, and reduce overall processing time.

Original issue reported on code.google.com by mmento...@gmail.com on 22 May 2007 at 7:13

GoogleCodeExporter commented 9 years ago

Original comment by mmento...@gmail.com on 22 May 2007 at 7:15

Attachments:

GoogleCodeExporter commented 9 years ago
Checked in, [178].

Original comment by mmento...@gmail.com on 25 May 2007 at 7:11