Ticket Change Details
Not logged in
Overview

Artifact ID: 2b7a3b6afdb0dc8b9309304c199a18c58296c73e
Ticket: 195e50e93489c4997d698a1ec2634a1398d29975
out of memory error with fossil sqlite3 command
User & Date: anonymous 2010-12-01 23:22:35
Changes

  1. comment changed to:
    <pre>
    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.
    
    </pre>
    
  2. foundin changed to: "f105bc17a0"
  3. private_contact changed to: "24b67375dd2ec6c7381a5ad34cfcf006f0b9c260"
  4. severity changed to: "Important"
  5. status changed to: "Open"
  6. title changed to: "out of memory error with fossil sqlite3 command"
  7. type changed to: "Code_Defect"