On 4/14/15, Ron Aaron <ron at aaron-tech.com> wrote:
> Something is very wrong, then.  The file I downloaded from the
> sqlite.org site, and unzipped, has these:

Yes.  My previous email had the wrong version of sqlite3..  Version
3.8.9 states:

Size:  5507061 bytes
Lines:  154633
MD5: a99b92d9e510a8107999c474dca017d7
SHA1: 49f1c3ae347e1327b5aaa6c7f76126bdf09c6f42

So apparently you have the right sqlite3.c.  And yet line 26091 of
that file is a blank line that is in between two procedures.  It is
not a part of the findInodeInfo() procedure.  The findInodeInfo()
function is 528 lines further down in the file.

Do you have any idea why the line numbers on your stack track do not
align with line numbers in the source file?  Are you sure you used the
correct source code file in your build?

>
>
> ~/src/sqlite-amalgamation-3080900$ ls -l
> total 11856
> -rw-r--r--@ 1 ron  staff   147581 Apr  8 17:38 shell.c
> -rw-r--r--@ 1 ron  staff  5507061 Apr  8 17:38 sqlite3.c
> -rw-r--r--@ 1 ron  staff   376915 Apr  8 17:38 sqlite3.h
> -rw-r--r--@ 1 ron  staff    27763 Apr  8 17:38 sqlite3ext.h
>
>
> ~/src/sqlite-amalgamation-3080900$ md5 sqlite3.c
> MD5 (sqlite3.c) = a99b92d9e510a8107999c474dca017d7
>
>
> On 4/14/15 20:41, Richard Hipp wrote:
>> On 4/14/15, Ron Aaron <ron at aaron-tech.com> wrote:
>>>
>>> On 4/14/15 18:13, Dan Kennedy wrote:
>>>> On 04/14/2015 10:00 PM, Ron Aaron wrote:
>>>>> Just updated with the version from sqlite.org and have the same
>>>>> problem:
>>>> The line numbers still don't match the 3.8.9 amalgamation on the
>>>> website. Are you running [make sqlite3.c] yourself or downloading
>>>> sqlite-amalgamation-3080900.zip or sqlite3-autoconf-3080900.tar.gz?
>>> sqlite-amalgamation-3080900.zip
>> The sqlite3.c file in that ZIP archive should be 5516034 bytes in
>> size, 154880 lines long, and have an MD5 hash of
>> bef3e840d1e44e0e453a165f5b468ad7 and a SHA1 hash of
>> 5ac3fb37f936c0748e1834ac633ce422870ea274.  Please verify that you are
>> using the correct sqlite3.c source file.
>>
>> D. Richard Hipp
>> drh at sqlite.org
>> _______________________________________________
>> sqlite-users mailing list
>> sqlite-users at mailinglists.sqlite.org
>> http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
>
> --
> Ron Aaron, CTO
> Aaron High-Tech, Ltd.
> +972.52.652.5543
> <http://8th-dev.com>
> _______________________________________________
> sqlite-users mailing list
> sqlite-users at mailinglists.sqlite.org
> http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
>


-- 
D. Richard Hipp
drh at sqlite.org

Reply via email to