You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucy.apache.org by "Dan Markham (Resolved) (JIRA)" <ji...@apache.org> on 2011/11/26 20:55:40 UTC

[lucy-issues] [jira] [Resolved] (LUCY-192) Segmentation fault

     [ https://issues.apache.org/jira/browse/LUCY-192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dan Markham resolved LUCY-192.
------------------------------

    Resolution: Invalid
    
> 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
>         Attachments: log.out
>
>
> 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