Re: [sqlite] heap corruption?

2009-05-14 Thread Tom Broadbent
: [sqlite] heap corruption? On Apr 7, 2009, at 10:45 AM, Tom Broadbent wrote: > hello - > > i'm using SQLite in an embedded application (WinCE) and i'm running > into what appears to a heap corruption issue. the access violation > happens at the following line (in pcache1Fetch)

Re: [sqlite] heap corruption?

2009-04-08 Thread Tom Broadbent
PM To: General Discussion of SQLite Database Subject: Re: [sqlite] heap corruption? On Apr 7, 2009, at 10:45 AM, Tom Broadbent wrote: > hello - > > i'm using SQLite in an embedded application (WinCE) and i'm running > into what appears to a heap corruption issue. the access violati

Re: [sqlite] heap corruption?

2009-04-06 Thread Dan
On Apr 7, 2009, at 10:45 AM, Tom Broadbent wrote: > hello - > > i'm using SQLite in an embedded application (WinCE) and i'm running > into what appears to a heap corruption issue. the access violation > happens at the following line (in pcache1Fetch): > > for(pPage=pCache->apHash[h];

[sqlite] heap corruption?

2009-04-06 Thread Tom Broadbent
hello - i'm using SQLite in an embedded application (WinCE) and i'm running into what appears to a heap corruption issue. the access violation happens at the following line (in pcache1Fetch): for(pPage=pCache->apHash[h]; pPage&>iKey!=iKey; pPage=pPage->pNext); mostly i'm curious what others