Ticket Change Details
Not logged in
Overview

Artifact ID: cb98da787fb8f48a900d33408e96b6e61e960370
Ticket: 3ce0ea97522581ae090fe5f9fcf7f366138ebab2
assertion fails when stashing deletes only
User & Date: ben 2011-07-13 08:42:55
Changes

  1. comment changed to:
    fossil stash aborts when the changes are only deletions.
    
    <verbatim>
    $ fossil open ../test.fossil 
    ...
    t.txt
    ...
    $ fossil rm t.txt
    DELETED t.txt
    $ fossil stash
    Assertion failed: ((pBlob)->xRealloc==blobReallocMalloc || (pBlob)->xRealloc==blobReallocStatic), function blob_reset, file ./bld/blob_.c, line 184.
    Abort trap
    </verbatim>
    
  2. foundin changed to: "7bbeb88205"
  3. private_contact changed to: "50da7412b8b802b1c9f7ddc204270d069d3c2e2b"
  4. severity changed to: "Important"
  5. status changed to: "Open"
  6. title changed to: "assertion fails when stashing deletes only"
  7. type changed to: "Code_Defect"