[New Thread 0x7fffb9ffb700 (LWP 7828)]
Program received signal SIGPIPE, Broken pipe.
[Switching to Thread 0x7fffea57a700 (LWP 7713)]
0x00007ffff73b52cc in __libc_send (fd=<optimized out>, buf=<optimized out>,
n=<optimized out>, flags=<optimized out>)
and it happends when several (10) clients are connected at the same time and send some data
I guess tcpserver is trying to write to a broken pipe and receive a SIGPIPE signal which is not handle and then exit - so crashes pd
am I right ?
if so, is it possible to set the SIG_PIPE handler to SIG_IGN to avoid crash ?
I saw that here [1].
should I file a bug report ?
if so where ?
best regards
antoine