Re: [sqlite] Error 11 after doing a lot of simple insert/update operations!

2014-01-02 Thread Woody Wu
Hi, List To make it easy to review, I've make the test code as an single c file and removed some unrelated code from the previous version. Could you so kind to point out potential problems in it, or tell me what else things I could get to check in the code or in my environment.

Re: [sqlite] Error 11 after doing a lot of simple insert/update operations!

2014-01-02 Thread Yuriy Kaminskiy
Woody Wu wrote: > Hi, Simon > > I upload the source code onto my dropbox: > https://www.dropbox.com/s/9shhshi0wn3e717/downloadfile.c Please have a > look at it. > > The same test program run without a problem on my pc Linux after complied > natively. But I think I should not dout my

Re: [sqlite] Error 11 after doing a lot of simple insert/update operations!

2014-01-01 Thread Woody Wu
Does anyone have a clue? BTW, happy new year :) On Tuesday, 31 December 2013, Woody Wu wrote: > Hi, Simon > > I upload the source code onto my dropbox: > https://www.dropbox.com/s/9shhshi0wn3e717/downloadfile.c Please have a > look at it. > > The same test program run without a problem on my

Re: [sqlite] Error 11 after doing a lot of simple insert/update operations!

2013-12-31 Thread Woody Wu
Hi, Simon I upload the source code onto my dropbox: https://www.dropbox.com/s/9shhshi0wn3e717/downloadfile.c Please have a look at it. The same test program run without a problem on my pc Linux after complied natively. But I think I should not dout my cross-compiler, which is CodeBench ARM

Re: [sqlite] Error 11 after doing a lot of simple insert/update operations!

2013-12-31 Thread Simon Slavin
On 31 Dec 2013, at 8:41am, Woody Wu wrote: > Attached is the test program writting in C. Sorry, but attachments don't work here. If your program is short, please post it as text. If not, please put it on a web site somewhere. > Anyway, all above errors looks so

[sqlite] Error 11 after doing a lot of simple insert/update operations!

2013-12-31 Thread Woody Wu
Hi, I found sqlite (3.8.2 as well as 3.7.17) cannot stand reliably with some simple insert/update operations on a single table with primary key. I found this problem on ARM platform with varities of filesystems including UBIFS, Yafss on NAND, and Ext4 on SDCARD. Attached is the test program