On 7/6/15, Brian Soby <sobyone at gmail.com> wrote: > Related to this bug: https://code.djangoproject.com/ticket/24080 > > I can reliably duplicate on Ubuntu 14.04 (package details at bottom) but I > can't seem to create a stripped codebase to repro the issue. GDB stacktrace > and package details are below. This only appears to happen for in-memory > databases during a call to read the journal. >
There's been a lot of water under the bridge since SQLite 3.8.2. (A diff of the "sqlite3.c" file for 3.8.2 against the current trunk is 91,966 lines long.) Have you tried against a more recent version of SQLite? -- D. Richard Hipp drh at sqlite.org