Subject: | perl segfaults on $index->close() |
Hi!
Perl segfaults when closing an index. This reproduces the segfault:
use Senna::Index;
my $index = Senna::Index->create(path => "/tmp/test_index");
$index->insert(key => 5, value => "test");
$index->close();
Senna version: 1.0.9
Perl version: 5.8.8