I hope I nailed this thing.
The common theme was that the crashes are somehow tied to sqlobject;
and one place where TG has global sqlobject data autoconnection hub.
So...
Add the following to the end of the stopTurboGears() function at
startup.py:163::
from turbogears.database import hub_registry
for hub in hub_registry:
hub.end()
At least, I no longer got the crashes (XP SP2, MySQL)
Soni and others - can you please try it out report whether it works for
you.
I a bit reluctant to submit this as a patch before hearing from others.
Regards,
Max.