On Jan 11, 2013, at 6:10 PM, Kah-Chan Low <[email protected]> wrote:
> Hi > I have been getting random failures in get_getsockopt() due to EINTR. What > could have had happened? Thanks! You are accessing a socket after someone/something has generated a signal to exit the program. Add a signal handler. cr
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
