| Ticket UUID: | 3ce0ea97522581ae090fe5f9fcf7f366138ebab2 | ||
| Title: | assertion fails when stashing deletes only | ||
| Status: | Fixed | Type: | Code_Defect |
| Severity: | Important | Priority: | |
| Subsystem: | Resolution: | Fixed | |
| Last Modified: | 2011-07-13 21:16:09 | ||
| Version Found In: | 7bbeb88205 | ||
| Description & Comments: | |||
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 | |||