Signal handler needs work
Brought to you by:
bagder
Parts of the signal handler uses non-reentrant system
calls which causes Dancer to loop inside the handler on
segfaults. Perhaps removing the gdb interaction is in
order.
This is also required before 4.17 can hit the street.
Logged In: YES
user_id=74847
The non-reentrant system calls are only used when
compiled with certain debug flags. For now, simply
highlight this fact when 'make debug' is called.
Lower bug priority.