[Bug 725052] Re: [armel] sqlite3 rtree test fails (Error: No such node: -1094175624)

2011-12-19 Thread Dr. David Alan Gilbert
I can see the change to the snprintf in the sqlite3_3.7.7-2ubuntu2 source, and it seems to have gone in through the sqlite change here: http://www.sqlite.org/cgi/src/info/6d78a25ddce75f63581be60c34dbc75f34c243df So marking as fix-released. (Not retested!) Dave ** Changed in: sqlite3 (Ubuntu)

[Bug 725052] Re: [armel] sqlite3 rtree test fails (Error: No such node: -1094175624)

2011-03-01 Thread Dr. David Alan Gilbert
in ext/rtree/rtree.c there is a function rtreenode() that calls sqlite3_snprintf passing cell.iRowid, this is a 64bit value, but the snprintf is passed a %d format string. Changing this to %lld fixes this test. Dave -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 725052] Re: [armel] sqlite3 rtree test fails (Error: No such node: -1094175624)

2011-03-01 Thread Dr. David Alan Gilbert
** Changed in: sqlite3 (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/725052 Title: [armel] sqlite3 rtree test fails (Error: No such node: -1094175624) --

[Bug 725052] Re: [armel] sqlite3 rtree test fails (Error: No such node: -1094175624)

2011-02-28 Thread Dr. David Alan Gilbert
Compiling with -O0 the errors change to: rtree.rtree2-rtree_i32.1.3... Error: No such node: 0 rtree.rtree2-rtree_i32.1.5.90.2...Node 1: t1_rowid entry for cell 0 is Expected: [0] Got: [1] so it smells of a compiler error. Dave ** Changed in: sqlite3 (Ubuntu) Assignee: (unassigned)