[Xapian-tickets] [Xapian] #614: PHP-Bindings & garbage collector

Xapian nobody at xapian.org
Fri Feb 15 11:55:15 GMT 2013


#614: PHP-Bindings & garbage collector
-------------------------+--------------------------------------------------
 Reporter:  Sadrak       |       Owner:  olly  
     Type:  defect       |      Status:  new   
 Priority:  normal       |   Milestone:        
Component:  QueryParser  |     Version:  1.2.13
 Severity:  critical     |    Keywords:        
Blockedby:               |    Platform:  All   
 Blocking:               |  
-------------------------+--------------------------------------------------

Comment(by Sadrak):

 With the perl-Bindings, i can only reproduce this segfault, when i active
 destroy the $price_range_proc.

 {{{
 #!perl
 ...
 sub add_processor {
     my $nvrp = Search::Xapian::NumberValueRangeProcessor->new(2, '€', 0);
     $_[0]->add_valuerangeprocessor($nvrp);
     # undef $nvrp; # add a segfault to the script
 }
 ...
 }}}

-- 
Ticket URL: <http://trac.xapian.org/ticket/614#comment:1>
Xapian <http://xapian.org/>
Xapian



More information about the Xapian-tickets mailing list