Comment 2 for bug 416629

Revision history for this message
Thomas Herve (therve) wrote :

I've found the problem: it's a bug in sqlite itself (either the bindings or sqlite). See the attached script: running "rm /tmp/1; python 1.py & python 1.py &" a couple of times should reproduce the bug quite easily (the first select fails in one of the process). Uncommenting the previous select solves the bug.