Fossil SCM
assertion fails when stashing deletes only
Fixed
3ce0ea97522581a…
· opened 14 years, 8 months ago
- Type
- Code_Defect
- Priority
- —
- Severity
- Important
- Resolution
- Fixed
- Subsystem
- —
- Created
- July 13, 2011 8:42 a.m.
fossil stash aborts when the changes are only deletions.
$ 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