The responsible code looks like
if((retval=select(sock+1,&rfds,NULL,NULL,&tv))==-1)
throw ReceiverSelectException(errno);Then on the command line: terminate called after throwing an instance of 'ReceiverSelectException' We need to check errno for EINTR before dying. -- g-cups-mgr crashes when adding lpr printer w/ custom driver https://launchpad.net/bugs/21003 -- desktop-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
