On Jan 30, 2009, at 8:42 AM, Mike Eggleston wrote:

> This box is fedora core 5 with sqlite3 3.3.3.

Version 3.3.3 will be three years old tomorrow.  From this I'm  
guessing you didn't compile SQLite yourself but are using whatever  
happen to come with fedora core 5.  And there is no telling how they  
compiled it.....

I'd suggest you download the latest sqlite3 command-line shell from 
http://www.sqlite.org/download.html 
  - precompiled and ready to run, and try again using that.

FWIW, SQLite does not use mmap(), at least not directly.  (Maybe the  
system malloc() is calling mmap().)  So I do not know what is causing  
all of those mremap() calls you are seeing in strace.

D. Richard Hipp
d...@hwaci.com



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

Reply via email to