Re: [sqlite] Segmentation fault in syncJournal (pPager=0x102028) at src/pager.c:2417

2007-11-30 Thread drh
"Joseph Hsu" <[EMAIL PROTECTED]> wrote: > Sorry, I use SQLite 3.4.2, NOT SQLite 3.5.2. > The code in pager.c:2417 (SQLite 3.4.2) is > > for(pPg=pPager->pAll; pPg; pPg=pPg->pNextAll){ > pPg->needSync = 0;// <= line 2417 > } > Is there something wrong to pPg ? why ?? > We have not

Re: [sqlite] Segmentation fault in syncJournal (pPager=0x102028) at src/pager.c:2417

2007-11-29 Thread Joseph Hsu
007 10:48 PM Subject: Re: [sqlite] Segmentation fault in syncJournal (pPager=0x102028) at src/pager.c:2417 "Joseph Hsu" <[EMAIL PROTECTED]> wrote: Hello, I use SQLite 3.5.2 on ARM9 embedded system. ( Linux 2.4 ) My program sometimes meets segmentation fault ! ( randomly, maybe seve

Re: [sqlite] Segmentation fault in syncJournal (pPager=0x102028) at src/pager.c:2417

2007-11-29 Thread drh
"Joseph Hsu" <[EMAIL PROTECTED]> wrote: > Hello, > I use SQLite 3.5.2 on ARM9 embedded system. ( Linux 2.4 ) > My program sometimes meets segmentation fault ! ( randomly, maybe several > hours, maybe several days ! ) > Here is a clip from GDB: > -- snip -- > (gdb) backtrace > #0 syncJournal

[sqlite] Segmentation fault in syncJournal (pPager=0x102028) at src/pager.c:2417

2007-11-28 Thread Joseph Hsu
Hello, I use SQLite 3.5.2 on ARM9 embedded system. ( Linux 2.4 ) My program sometimes meets segmentation fault ! ( randomly, maybe several hours, maybe several days ! ) Here is a clip from GDB: -- snip -- (gdb) backtrace #0 syncJournal (pPager=0x102028) at src/pager.c:2417 #1 0x0007cbbc in