Fossil SCM
Sqlite error on latest Fossil build
Fixed
4108dfd6b717f15…
· opened 14 years, 11 months ago
- Type
- Code_Defect
- Priority
- —
- Severity
- Minor
- Resolution
- Fixed
- Subsystem
- —
- Created
- April 27, 2011 5:58 p.m.
I'm getting the following error after rebuilding two repos (one of them being a clone of Fossil) and when running "fossil ui" on these rebuilt files:
D:\ARNEL\projs
$ fossil rebuild fsl.fsl
100.0% complete...
D:\ARNEL\sw\tools\cli\fossil.exe: SQLITE_IOERR: os_win.c:32109: (158) unlockReadLock(D:\ARNEL\projs\fsl.fsl) - The segment is already unlocked.
D:\ARNEL\sw\tools\cli\fossil.exe: SQLITE_IOERR: os_win.c:32109: (158) unlockReadLock() - The segment is already unlocked.
D:\ARNEL\projs
$ fossil ver
This is fossil version [989fc1f2b6] 2011-04-27 16:07:15 UTC
anonymous added on 2011-04-27 19:01:41 UTC: This appears to happen only on the Fossil version mentioned above. Going a step back to "[e3efeb6f29] 2011-04-27 14:36:45 UTC" produces no errors when rebuilding any repo.