Fossil SCM
Crash on STASH DIFF command
a56db5592475a06…
· opened 12 years, 1 month ago
- Type
- Code_Defect
- Priority
- —
- Severity
- Severe
- Resolution
- Fixed
- Subsystem
- —
- Created
- Feb. 18, 2014 11:17 a.m.
I'm using the pre-compiled Windows version on a Win7 machine.
Here's the error message I got while doing a FOSSIL STASH DIFF command:
"Assertion failed: (pBlob)->xRealloc==blobReallocMalloc || (pBlob)->xRealloc==blo bReallocStatic, file src/blob.c, line 187
This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information."
And the contents of the stash as seen by the STASH LIST command:
C:\temp>f stas l
3: [69109aec500908] on 2014-02-18 10:55:49
xxxxxx whatever xxxxxxx
Comments (2)
I'm using the pre-compiled Windows version on a Win7 machine.
Here's the error message I got while doing a FOSSIL STASH DIFF command:
"Assertion failed: (pBlob)->xRealloc==blobReallocMalloc || (pBlob)->xRealloc==blo bReallocStatic, file src/blob.c, line 187
This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information."
And the contents of the stash as seen by the STASH LIST command:
C:\temp>f stas l
3: [69109aec500908] on 2014-02-18 10:55:49
xxxxxx whatever xxxxxxx
Fixed in [1c39f113d1]. Thanks!