Closed GoogleCodeExporter closed 9 years ago
Hi, Justin,
Thank you for the feedback and the patch. But I think the stack trace is useful
to know that the program is stopped at the expected place.
Original comment by yuzo@chromium.org
on 9 May 2011 at 1:39
Yes, it's not always useful since it usually just shows stack to select.select
in SocketServer. But as far as it's not harmful, I'd like to keep it for when
the server gets stuck for some reason. Is it so annoying?
Original comment by tyoshino@chromium.org
on 9 May 2011 at 11:48
> Is it so annoying?
Do you mean to a normal person, or an obsessive-compulsive programmer type? :)
What would you think about putting a try/except/exit around the select.select
call?
Original comment by justin.l...@gmail.com
on 9 May 2011 at 8:25
I managed to hack around this using a wrapper process, so I'm happy leaving it
wontfix. :)
Original comment by justin.l...@gmail.com
on 13 May 2011 at 8:46
Original issue reported on code.google.com by
justin.l...@gmail.com
on 6 May 2011 at 6:16