panic_action and GDB/LLDB

Sam Hartman hartmans at mit.edu
Wed Nov 5 15:02:23 CET 2014


Why do the signal handlers get in the way?
I'd expect the debugger to get the signal before freeradius does.

If you want to resume the program without passing along the signal use
the signal 0 command.
If you want to mask the signals in the debugger so that the program
never sees them do something like
handle 11 nopass


I don't understand the use case for this change and it seems kind of
complex.


More information about the Freeradius-Devel mailing list