Ticket UUID: | d0a7fc67e94f697d0b554277f1e645f4c2b93354 | ||
Title: | fossil crashes with assert() if non-existant sha identifier picked for checkout | ||
Status: | Fixed | Type: | Code_Defect |
Severity: | Important | Priority: | |
Subsystem: | Resolution: | Open | |
Last Modified: | 2008-10-26 16:00:09 | ||
Version Found In: | 1e82c4 and previous | ||
Description & Comments: | |||
$ fossil info repository: /home/bch/fossil_2/fossil.fsl local-root: /home/bch/fossil_2/ project-code: CE59BB9F186226D80E49D1FA2DB29F935CCA0333 server-code: d88c5ddc09c25be88a931b3f85fa44b1630bf715 checkout: 1e82c4aa850e1b39add61dd40e99d2383404e153 parent: e44d7a4b5af0b66bf493ae55f0c8b71dc6ad46ed $ fossil leaves | head === 2008-10-25 === 19:35:04 [1e82c4aa85] *CURRENT* Fix the "number of tickets" counter on the "stats" webpage. (by drh) === 2008-02-22 === 22:37:54 [383c10f004] *MERGE* Merged bugfix [b3d61d7829] into this semi- abandoned branch just in case we will work on it again. Do it now instead of forgetting it later. (by aku) === 2008-02-19 === 13:58:14 [8c4b530084] tclfossil: added schema command (by mjanssen) === 2007-10-13 === $ fossil checkout 383c11 assertion "(pBlob)->xRealloc==blobReallocMalloc || (pBlob)->xRealloc==blobReallocStatic" failed: file "blob_.c", line 146, function "blob_reset" [1] Abort trap (core dumped) fossil checkout 383c11 $ NOTE: All files now seem to be deleted... |