I have a CherryPy webapp that used to work nicely on Ubuntu Lucid (Python 2.6.5) but now on Ubuntu Precise (Python 2.7.3) it quits on startup with the following:
Listening for SIGHUP.
Listening for SIGTERM.
Listening for SIGUSR1.
Bus STARTING
Started monitor thread '_TimeoutMonitor'.
Fatal Python error: Couldn't create autoTLSkey mapping
Aborted (core dumped)
The weird thing is that this does work on another machine with Ubuntu Precise, so I'm guessing it's a configuration issue. It looks like this has something to do with threads but I can't figure out what I'm missing.