LSM1 Crash on lsm_close() Due to Invalid Forward Pointers in Merged Levels
Issue Overview: LSM1 Crash on lsm_close() with Assertion assert(iBlk!=0) and Invalid Forward Pointers The core issue revolves around a crash in the LSM1 storage engine when calling lsm_close(). The crash is triggered by an assertion failure assert(iBlk!=0) in the LSM1 codebase, specifically during the cleanup and resource release phase of the database connection. The crash…