Closed zombiezen closed 1 month ago
After auditing a bunch of code in zombiezen.com/go/sqlite
and coming up empty-handed, I'm suspecting this might be golang/go#69210 based on my heavy usage of unique.Handle
. Going to hold off until Go 1.23.2 to investigate further.
Upgraded to Go 1.23.2 and could no longer reproduce after 5-6 builds of simple_patch
, which was usually sufficient to reproduce the problem. Closing and will reopen if I see it again.
Every so often, I'm hitting a crash in
zb serve
due to a bad pointer. This is probably a bug in SQLite, but recording here so I can track down the issue.Crash log attached from 761ff7e32f11d909b2d87db559a69c46defbbb42 (with some local modifications while hacking on #41).
Crash log