Re: [PATCH v2] Fix signal handler from getting stuck in an endless loop

2022-12-18 Thread Tobias Girstmair
On Sat, Dec 17, 2022 at 09:23:38PM +0100, Steve Markgraf wrote: Thanks for the patch, I've merged it. I actually just exeperienced the same issue. Hi Steve, Thanks for accepting it, and for your work on rtl-sdr in general! Would you mind cutting a new release, please? In the four years since

Re: [PATCH v2] Fix signal handler from getting stuck in an endless loop

2022-12-18 Thread Steve Markgraf
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 calle