> sql below (it's fairly long).  We're using FreeBSD
> 4.10 with gcc version
> 2.95.4 20020320 [FreeBSD].
>
http://www.openbsd.org/cgi-bin/cvsweb/~checkout~/src/lib/libc/stdlib/malloc.c?rev=1.70

> Adding the assertion that pCell is within the memory
> region allocated to
> apCell is correct is it not?  It should not be 4
> bytes before.  If
> that's wrong, I will go back to debugging this on my
> own.

That assertion wouldn't work. pCell can be less
than apCell if it points to a cell that was an
overflow
cell on entry to balance_nonroot().

I just checked in a fix to cvs. Can you check if this
resolves the problem on your platform? Thanks.

http://www.sqlite.org/cvstrac/chngview?cn=2180



        
                
__________________________________ 
Do you Yahoo!? 
Yahoo! Mail - You care about security. So do we. 
http://promotions.yahoo.com/new_mail

Reply via email to