Of course that doesn't guarantee you're executing the same code.

Only a static binary or a MD5Sum of all code in the libraries involved can
ensure that.

So the question is,  what's different?

Maybe if somebody could post a static binary for him to test that might help
narrow things down to see if it's his hardware or software setup.

I'm on RedHat but this is how to check what you're executing

ldd -v sqlite3
        linux-vdso.so.1 =>  (0x00007fffb7d3e000)
        libreadline.so.5 => /usr/lib64/libreadline.so.5 (0x0000003d2ca00000)
        libncurses.so.5 => /usr/lib64/libncurses.so.5 (0x0000003d3d400000)
        libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003d2ae00000)
        libdl.so.2 => /lib64/libdl.so.2 (0x0000003d2aa00000)
        libc.so.6 => /lib64/libc.so.6 (0x0000003d2a200000)
        /lib64/ld-linux-x86-64.so.2 (0x0000003d29e00000)


-----Original Message-----
From: sqlite-users-boun...@sqlite.org
[mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Richard Hipp
Sent: Friday, December 14, 2012 7:13 AM
To: General Discussion of SQLite Database
Subject: Re: [sqlite] malloc failures on ubuntu

On Fri, Dec 14, 2012 at 2:37 AM, bkk <brijeshk_...@yahoo.com> wrote:

> Below are the steps i followed in my Ubuntu PC:
>
> 1. From the site : http://www.sqlite.org/download.html
> 2. connected to http://www.sqlite.org/cgi/src (Dallas)
> 3. clicked      [52e755943f] Leaf ( which was on the top)
> 4. clicked ZIP archive
> 5. saved the file
> 6. copied the zip file(SQLite-52e755943f87354f.zip) and extracted
> 7. in the terminal navigated to the extracted directory
> 8. Commanded for ./configure and then maketest
>

I get "0 errors out of 119415 test" when I follow the steps above on my
Ubuntu desktop.


>
> Please correct, if something am doing wrong here.
>
>
>
> --
> View this message in context:
>
http://sqlite.1065341.n5.nabble.com/malloc-failures-on-ubuntu-tp65936p66136.
html
> Sent from the SQLite mailing list archive at Nabble.com.
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>



-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to