[Bug 21003] Re: g-cups-mgr crashes when adding lpr printer w/ custom driver

Gary Coady garycoady at ubuntu.com
Sat May 20 02:16:40 UTC 2006


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




More information about the desktop-bugs mailing list