[Python-apps-team] Bug#581626: trac crash seems likely to be due to sqlite or python, not trac directly
Daniel Kahn Gillmor
dkg at fifthhorseman.net
Tue Dec 6 04:17:08 UTC 2011
The report at http://bugs.debian.org/581626 looks like it's a crash in
the python interpreter due to something gone awry in sqlite.
the PyFormatCursor referenced in the initial bug report inherits from
pysqlite2.dbapi2.Cursor:
http://www.edgewall.org/docs/tags-trac-0.11.7/epydoc/trac.db.sqlite_backend.PyFormatCursor-class.html
And the crash in internal C code appears to be within PyTuple_SetItem
(perhaps invoked during pysqlite2.dbapi2.Cursor.fetchall()):
http://www.etsimo.uniovi.es/python/dev/src/c/html/tupleobject_8c.html#a14
At any rate, i suspect this bug should be reassigned to either python2.5
or to python-pysqlite2.
Are you still able to reproduce this error?
--dkg
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 965 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/python-apps-team/attachments/20111205/87cbc1c7/attachment-0001.pgp>
More information about the Python-apps-team
mailing list