Re: Re: [sqlite] met "ARM7TDMI raised an exception,data abort" when executing

2006-09-15 Thread xin.ye
Hi, Dennis,thank you very much for your advice. You are right. I do make some stupid mistake when I wrap the realloc() function for my os-less platform. But now a new problem has emerged. sqlite3_exec(db, "create table myt(age smallint)", NULL, NULL, NULL); during the parser parsing the above

Re: Re: Re: [sqlite] met "ARM7TDMI raised an exception,data abort" when executing sqlite3Parser() in ARM environment

2006-09-11 Thread xin.ye
I'm using CodeWarrior for compiling. In setting-->Debugger-->OPT tag, I have selected the least optimization(best debug), and I select optimize for time instead of for space. I have not found anywhere to thoroughly turn off the opt in CodeWarrior. Did I make some stupid mistake? ---

Re: Re: [sqlite] met "ARM7TDMI raised an exception,data abort" when executing sqlite3Parser() in ARM environment

2006-09-11 Thread xin.ye
I don't think NULL callback and error pointer will be the reason. Because I've seen this kind of usage in the list for several times. Anyway, I'll try later and report the result to the list. If it is a misaligned-pointer problem, what can I do? I don't make any change to the sqlite source cod

[sqlite] Why I can't connect CVS repository?

2006-08-28 Thread xin.ye
Hi, In order to download the sqlite3.3.5, I installed wincvs client and configure the preferences according to the instruction. But when logging in, after I input the passward(anonymous), connection failed and showed something like "the server refused connection actively"... What's wrong? Where