karimjimo / google-breakpad

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

Avoid setting an alternative stack for signals if there is already one #464

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The software in which breakpad is hooked may well have already set an 
alternative stack for signals for separate reasons. Breakpad should use that 
alternative stack if it's large enough.

The attached patch implements this (and removes the unused signal_stack data 
member).

Original issue reported on code.google.com by gland...@gmail.com on 24 Jan 2012 at 3:56

Attachments:

GoogleCodeExporter commented 9 years ago
http://codereview.appspot.com/5573054

Original comment by gland...@gmail.com on 24 Jan 2012 at 4:03

GoogleCodeExporter commented 9 years ago
Fixed in r918.

Original comment by ted.mielczarek on 14 Feb 2012 at 3:51