Segmentation fault
------------------
Key: LUCY-192
URL: https://issues.apache.org/jira/browse/LUCY-192
Project: Lucy
Issue Type: Bug
Components: Perl bindings
Affects Versions: 0.2.2 (incubating)
Reporter: Dan Markham
Priority: Trivial
I'm able to cause a Segfault with this script. This subclass of Searcher is not
playing nice but I'm sure you want to kill the segfault.
package ClusterNode;
BEGIN { our @ISA = qw( Lucy::Search::Searcher ) }
package main;
use Lucy;
use ClusterNode;
my $cn = ClusterNode->new();
my $hits = $cn->hits( query => "a" );
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira