Re: [sqlite] sqlite3_analyzer failing for large files

2012-05-23 Thread Dan Kennedy

On 05/23/2012 05:06 PM, Demper Delic wrote:



When trying to analyze a 3.5 GB database file (which passes PRAGMA
integrity_check) using the Windows analyzer provided in the download
page, it fails immediately with an "Empty or malformed database:
db.sqlite" error message. It works on some smaller databases I've
tested. My guess is that this is caused by a 32-bit signed integer
overflow on line 42 of tool/spaceanal.tcl


Thanks for reporting this. It is as you say.

Please try the new build up now, which uses Tcl 8.5.11 instead of
8.5.9. Make sure you really do get the new one, sha1 should be:

  11294bec98274d6f0bc99c75f537e6c1b94ad71c

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


[sqlite] sqlite3_analyzer failing for large files

2012-05-23 Thread Demper Delic


When trying to analyze a 3.5 GB database file (which passes PRAGMA 
integrity_check) using the Windows analyzer provided in the download page, it 
fails immediately with an "Empty or malformed database: db.sqlite" error 
message. It works on some smaller databases I've tested. My guess is that this 
is caused by a 32-bit signed integer overflow on line 42 of tool/spaceanal.tcl
  
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users