Error searching for a boolean query

Hey …

i’m not sure if the trac is currently maintained, so i’ll post this here
as well, just to make sure :slight_smile:

http://ferret.davebalmain.com/trac/ticket/94

i get a segfault on certain queries… i guess thats a problem with the
query parser…

Indexer.index.search( “american~0.6 AND NOT type:Language” )
*** glibc detected *** double free or corruption (!prev): 0x0872ac50 ***
Aborted

maybe only in combination with a fuzzyquery… as this is working

Indexer.index.search( “american AND NOT type:Language” ) => #Ferret::Search::TopDocs?:0xb74be8bc

Ben