[Bug 1184376] Re: REST server crashes on "reopen"

Aurélien Bompard aurelien at bompard.org
Mon Jun 3 09:19:51 CEST 2013


OK, now I know why you added this flag. Removing it does not work, the
REST server still exits on reopen (I don't know how I missed this, it
used to work). But it's an exit, not a crash. In the logs I get "REST
server exiting", because the server gets an interrupted system call
error. This is very probably linked to http://bugs.python.org/issue7978.

In python upstream they suggested to simply restart the select call, so I'll prepare a patch to restart the serve_forever() call.
Can you think of a reason where we would really want the REST server to exit on an interrupted system call ?

** Bug watch added: Python Roundup #7978
   http://bugs.python.org/issue7978

** Changed in: mailman
       Status: Fix Committed => In Progress

-- 
You received this bug notification because you are a member of Mailman
Coders, which is subscribed to GNU Mailman.
https://bugs.launchpad.net/bugs/1184376

Title:
  REST server crashes on "reopen"

To manage notifications about this bug go to:
https://bugs.launchpad.net/mailman/+bug/1184376/+subscriptions


More information about the Mailman-coders mailing list