RE: [sqlite] Problems with sqlite 3.3.6 on ARM embedded platform

2006-08-14 Thread Barrass, Richard
nt: 14 August 2006 16:54 To: sqlite-users@sqlite.org Subject: Re: [sqlite] Problems with sqlite 3.3.6 on ARM embedded platform "Barrass, Richard" <[EMAIL PROTECTED]> wrote: > Thanks for the help. > > I took a little while to extract our standard out ( It's multiplex

Re: [sqlite] Problems with sqlite 3.3.6 on ARM embedded platform

2006-08-14 Thread drh
"Barrass, Richard" <[EMAIL PROTECTED]> wrote: > Thanks for the help. > > I took a little while to extract our standard out ( It's multiplexed > with the test harness results at current ). > > Here's the trace:- > > VDBE Execution Trace: > SQL: [PRAGMA vdbe_trace=ON] >0 Expire 1

RE: [sqlite] Problems with sqlite 3.3.6 on ARM embedded platform

2006-08-14 Thread Barrass, Richard
ailto:[EMAIL PROTECTED] Sent: 14 August 2006 15:32 To: sqlite-users@sqlite.org Subject: Re: [sqlite] Problems with sqlite 3.3.6 on ARM embedded platform "Barrass, Richard" <[EMAIL PROTECTED]> wrote: > > The breakpoint was hit twice during execution of this test ( once

Re: [sqlite] Problems with sqlite 3.3.6 on ARM embedded platform

2006-08-14 Thread drh
"Barrass, Richard" <[EMAIL PROTECTED]> wrote: > > The breakpoint was hit twice during execution of this test ( once from > the CREATE TABLE Players query, once from the SELECT * from > sqlite_master query ). > On both occasions, pMem->i appeared to be correctly assigned the value > 2. > The next

RE: [sqlite] Problems with sqlite 3.3.6 on ARM embedded platform

2006-08-14 Thread Barrass, Richard
Hello Thanks for responding so quickly. It's taken awhile for me to do these tests, as it took me a little time to double check how the compiler lays out it's 64 bit integers ( I've never quite trusted an emulator's watch window! ). I've simplified my tests to an in memory database with the foll

Re: [sqlite] Problems with sqlite 3.3.6 on ARM embedded platform

2006-08-14 Thread drh
"Barrass, Richard" <[EMAIL PROTECTED]> wrote: > > mingw-win32 compiler (GCC v3.4.2). Our test application works fine with > our small (~22k) test database. > > However, on our embedded platform (ARM 9) with the following > configuration > > Code-sourcey arm-none-eabi cross compiler (GCC v3.4.

RE: [sqlite] Problems with sqlite 3.3.6 on ARM embedded platform

2006-08-14 Thread Barrass, Richard
Hi all, Further information to the original post below is that: 1) The application is single user, single threaded. 2) I have retested using :memory:, rather than my test database file. For this test, I created a database 'on the fly'. Again, the PC host seems to have no problems, but the ARM dis