Groonga 16.1.0 - 2026-08-28
Fixes Fixed a crash bug when allocation of a new segment fails This issue may occur when updating the index in an environment with insufficient memory or when the limit on the number of memory mappings has been reached. Groonga outputs an error message when it cannot allocate memory while updating the index. However, the error message refers to an uninitialized value when it is generated. This err…