For the bftpd sample, the server is terminated with a SIGINT, which right now triggers crash detection. There needs to be a expect_signal configuration that accepts a signal number or name that, when provided, DIFFER verifies that the process exited because of the signal.
For the bftpd sample, the server is terminated with a
SIGINT
, which right now triggers crash detection. There needs to be aexpect_signal
configuration that accepts a signal number or name that, when provided, DIFFER verifies that the process exited because of the signal.