Skip Menu |

This queue is for tickets about the Senna CPAN distribution.

Report information
The Basics
Id: 31754
Status: new
Priority: 0/
Queue: Senna

People
Owner: Nobody in particular
Requestors: dagurval [...] pvv.ntnu.no
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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