Fossil

View Ticket
Login

View Ticket

2010-12-03
23:49 Fixed ticket [195e50e934]: out of memory error with fossil sqlite3 command plus 1 other change ... (artifact: 733fa96cb3 user: drh)
23:49
Fix a bug in the new content() function added to the "sql" command. Ticket [195e50e93489c4997d]. ... (check-in: 63e6cb4e58 user: drh tags: trunk)
2010-12-02
20:46 Tested ticket [195e50e934]: out of memory error with fossil sqlite3 command plus 1 other change ... (artifact: 69c890c8ba user: anonymous)
2010-12-01
23:22 New ticket [195e50e934]. ... (artifact: 2b7a3b6afd user: anonymous)

Ticket Hash: 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:
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.