houssamham / plcrashreporter

Automatically exported from code.google.com/p/plcrashreporter
Other
1 stars 0 forks source link

Add support for writing reports for alternative threads #58

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
plcrash_log_writer_write() currently only supports writing a crash log in which 
the current thread is the crashed thread, executing on a signal handler.

To support Mach exception handlers, as well as generating a 'live' report for 
any thread, we should update this function to support writing out -any- Mach 
thread as the 'crashed' thread. This will require that the user specify a 
ucontext_t for the *current* thread, rather than the crashed thread.

Original issue reported on code.google.com by landon.j.fuller@gmail.com on 5 Jan 2013 at 2:53

GoogleCodeExporter commented 9 years ago
Work tracked on branch landonf-58-alternative-thread

Original comment by landon.j.fuller@gmail.com on 5 Jan 2013 at 2:55

GoogleCodeExporter commented 9 years ago

Original comment by landon.j.fuller@gmail.com on 13 Feb 2013 at 6:52