Hello,

When shutting down Web2py (trunk version on windows 7, python 2.7), I
get the following error:

starting browser...
Unhandled exception in thread started by <bound method
HttpServer.start of <gluo
n.main.HttpServer object at 0x0241F9B0>>
Traceback (most recent call last):
  File "C:\Users\Andre\Documents\web2py\gluon\main.py", line 751, in
start
    self.server.start()
  File "C:\Users\Andre\Documents\web2py\gluon\rocket.py", line 426, in
start
    return self.stop()
  File "C:\Users\Andre\Documents\web2py\gluon\rocket.py", line 438, in
stop
    self._threadpool.stop()
  File "C:\Users\Andre\Documents\web2py\gluon\rocket.py", line 673, in
stop
    self.bring_out_your_dead()
  File "C:\Users\Andre\Documents\web2py\gluon\rocket.py", line 678, in
bring_out
_your_dead
    dead_threads = [t for t in self.threads if not t.isAlive()]
RuntimeError: Set changed size during iteration

BR,
Andre

Reply via email to