[sqlite] Crashes in sqlite3RunParser

2011-10-01 Thread Matthew Wild
Hi, We support SQLite for data storage in Prosody, an XMPP server. Recently someone reported a number of crashes happening in SQLite on their server: http://prosody.im/bugs/269 The first 2 crashes both happen on the same line: pParse-pZombieTab = p-pNextZombie; The code that assigns

Re: [sqlite] Crashes in sqlite3RunParser

2011-10-01 Thread Dan Kennedy
On 10/01/2011 07:20 PM, Matthew Wild wrote: Hi, We support SQLite for data storage in Prosody, an XMPP server. Recently someone reported a number of crashes happening in SQLite on their server: http://prosody.im/bugs/269 The first 2 crashes both happen on the same line: pParse-pZombieTab