Patches item #1118941, was opened at 2005-02-08 17:25
Message generated for change (Comment added) made by kenlalonde
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=304866&aid=1118941&group_id=4866

Category: WebKit
Group: None
>Status: Closed
>Resolution: Accepted
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.


----------------------------------------------------------------------

>Comment By: Ken Lalonde (kenlalonde)
Date: 2005-02-11 00:29

Message:
Logged In: YES 
user_id=203927

Patch applied.

----------------------------------------------------------------------

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

Reply via email to