yowcow / goromdb

Yet another single process KVS server implemented over file-based database
The Unlicense
12 stars 5 forks source link

fix bdb seg fault #61

Closed yowcow closed 6 years ago

yowcow commented 6 years ago

Fixes #57

Avoid db.Get() operation while iteration is in progress changing db switching operation order.

yowcow commented 6 years ago

confirmed the problem resolved.