|
From: Geoff H. <ghu...@ws...> - 2002-08-28 04:04:11
|
On Tuesday, August 27, 2002, at 10:02 PM, Joe R. Jah wrote: > Configured with-rx on BSD/OS-4.3; it failed to compile htsearch: > ------------------------------8<------------------------------ > /tmp/htdig/mifluz- > merge-20020827/htsearch/../htlib/Object.h(.text+0x17cc): undefined > reference to `Parser::~Parser(void)' Hmm. I think I know what's wrong there, as I added a destructor to help with some debugging. Still, that's the debugging I'm doing to track down the memory leak, so searching isn't so happy right now. > I randig any way, and got an htpurge.core;( Here is a gdb back trace: Do you get this with htstat or htdump? Can you also run something like "htfuzzy metaphone" to see if programs can read the resulting database? (i.e. is htdig writing, but everyone else crashes?) Unfortunately, the key features to improve indexing performance are also really buggy. I'm not sure if it's in mifluz yet, or the interface to htdig. Thanks greatly for the backtrace, I'll go hunt that down. Anyone else? -Geoff |