Patches item #1118941, was opened at 2005-02-08 17:25 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=304866&aid=1118941&group_id=4866
Category: WebKit Group: None Status: Open Resolution: None Priority: 5 Submitted By: Ken Lalonde (kenlalonde) Assigned to: Nobody/Anonymous (nobody) Summary: Avoid exception on server termination Initial Comment: When the ThreadedAppServer is terminated by signal SIGINT, the select.select() call raises the exception: error: (9, 'Bad file descriptor') likely because the associated file descriptor has been closed. The patch below simply ends the select loop in this case, avoiding a spurious traceback. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=304866&aid=1118941&group_id=4866 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Webware-devel mailing list Webware-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/webware-devel