xen-troops / displ_be

GNU General Public License v2.0
2 stars 8 forks source link

Fix generating core dump on segmentation fault #74

Closed al1img closed 6 years ago

al1img commented 6 years ago

Due to default seg fault handler is overriden to generate stack trace, core dump is not generated. The fix is to restore default handler and send SIGSEGV to itself.

Signed-off-by: Oleksandr Grytsov oleksandr_grytsov@epam.com

andr2000 commented 6 years ago

pls fix dum -> dump

andr2000 commented 6 years ago

Reviewed-by: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>