Zhaoming Luo, le sam. 22 févr. 2025 20:03:12 +0800, a ecrit: > On Sat, Feb 22, 2025 at 12:47:16PM +0100, Samuel Thibault wrote: > > Zhaoming Luo, le sam. 22 févr. 2025 19:29:55 +0800, a ecrit: > > > lib533.c:96 select() failed, with errno 1073741828 (Interrupted system > > > call) > > > > This is expected if the test handles a signal. Does it indeed set up a > > signal handler and get a signal? > > > Eh 'handles a signal' is a bit out of my knowledge, how to confirm that? And > any recommendations reading about the 'signal handler' and 'signal'?
This is about unix signals. Usually gdb already shows their reception when you run the program. Samuel