Simon Glass 85f718f64d sandbox: Support signal handling only when requested
At present if sandbox crashes it prints a message and tries to exit. But
with the recently introduced signal handler, it often seems to get stuck
in a loop until the stack overflows:

Segmentation violation

Segmentation violation

Segmentation violation

Segmentation violation

Segmentation violation

Segmentation violation

Segmentation violation
...

The signal handler is only useful for a few tests, as I understand it.
Make it optional.

Signed-off-by: Simon Glass <sjg@chromium.org>
2021-07-06 10:38:03 -06:00
..
2020-04-16 14:36:28 +08:00
2020-05-18 17:33:31 -04:00
2020-04-30 17:16:12 +08:00
2016-10-19 09:01:53 +02:00
2018-09-23 21:55:30 +02:00
2021-01-30 14:25:41 -07:00
2020-11-05 09:11:30 -07:00