> I think you should open a ticket for this. After some investigation, it seems that's a mod_python issue. Is it worth creating a ticket in Trac DB ?
I've upgraded the DB to the SQLite3 format, and replace pysqlite1 with pysqlite2 (2.0.5-1), no improvement. > In the meantime, here are some things you can try: > * check whether the crash can also be reproduced using tracd Actually it works fine with tracd. So looking at the backtrace there is a serious issue in mod_python. The trouble is that I'm using the very latest release available from Debian, which seems quite outdated. Are mod_python 3.2.x releases compatible with Trac and its dependencies (pysqlite...) ? (I tried to recompile mod_python 3.2.8, but the configure script fails.... No a good week ;-)) > * upgrade your sqlite library and sqlite bindings > (sqlite 3.2.8 or 3.3.4 and 2.0.7 are good choices) libsqlite: 3.2.8-1, pysqlite 2.0.5 Thanks for your help, Manu _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
