Ticket #69 (closed defect: fixed)

Opened 3 years ago

Last modified 6 months ago

Segfault

Reported by: Sergei Serdyuk sergei@… Owned by: somebody
Priority: critical Milestone:
Component: component1 Version:
Keywords: Cc:

Description

If am getting seg faults every other time with this code:

def self.internal_field_values(fieldname)

term_enum = @@reader.terms_from(Ferret::Index::Term.new(fieldname, "")); out = [] if term_enum.term

while (term_enum.term.field == fieldname) # it blows up here

out << term_enum.term.text break unless term_enum.next?

end

end out

end

Attachments

Add/Change #69 (Segfault)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.