View Ticket
Not logged in
Ticket UUID: 195e50e93489c4997d698a1ec2634a1398d29975
Title: out of memory error with fossil sqlite3 command
Status: Fixed Type: Code_Defect
Severity: Important Priority:
Subsystem: Resolution: Fixed
Last Modified: 2010-12-03 23:49:23
Version Found In: f105bc17a0
Description & Comments:
With fresly rebuild repository this sequence crashes fossil:

c:\soft\msys\home\user\fossil>fossil ver This is fossil version [f105bc17a0] 2010-11-26 18:43:22 UTC

c:\soft\msys\home\user\fossil>fossil sqlite3 SQLite version 3.7.4 Enter ".help" for instructions Enter SQL statements terminated with a ";" sqlite> select * from blob where uuid='2e68abae2f7da03c7418cfe4eedc11c484fbee82' ; 9935|622|2886|2e68abae2f7da03c7418cfe4eedc11c484fbee82| sqlite> select content('2e68abae2f7da03c7418cfe4eedc11c484fbee82'); c:\soft\msys\home\user\fossil\fossil.exe: out of memory SELECT 0 FROM blob WHERE uuid='2e68abae2f7da03c7418cfe4eedc11c484fbee82'

If you have recently updated your fossil executable, you might need to run "fossil all rebuild" to bring the repository schemas up to date.