basho / eleveldb

Erlang LevelDB API
262 stars 177 forks source link

Mv aae segfault #187

Closed matthewvon closed 8 years ago

matthewvon commented 8 years ago

eleveldb prefetch logic for iterator move operations failed to disable prefetch upon reaching the end of key space. This lead to two symptoms, deadlock and bad return values, that sometimes resulted in a segfault.

Detail discussion found here: https://github.com/basho/leveldb/wiki/mv-aae-segfault

paulplace commented 8 years ago

+1 2b1de14