[sqlite] Crash in Rtree

2010-02-16 Thread Dair Grant
Hi, I think I have run into a crashing bug in the Rtree module, triggered by changing the database page size. The summary is that I create a database with an Rtree, populate it with data, change the page size, and then crash when querying the Rtree. The sequence is: - Database is created, p

Re: [sqlite] Crash in Rtree

2010-02-16 Thread Dan Kennedy
On Feb 16, 2010, at 4:30 PM, Dair Grant wrote: > > Hi, > > I think I have run into a crashing bug in the Rtree module, > triggered by > changing the database page size. Thanks for working this out. A new version of rtree.c with the fix included is here: http://www.sqlite.org/src/raw/ext/rt