Hi, On 18.11.22 16:20, Tobias Girstmair wrote:
The signal handler for SIGINT/TERM/QUIT and, importantly, SIGPIPE tries to write an informational message to stderr. When however stderr is redirected to a closed pipe, this will cause (another) SIGPIPE, and in turn the signal handler will get called again, and again and again.Since we intend to exit rtl_fm anyways, we can just ignore this signal.
Thanks for the patch, I've merged it. I actually just exeperienced the same issue. Regards, Steve