According to Weiguo Fan:
> Unfortunately, we don't have the gdb installed in our sun servers. 
> You are right. It's because of the htdig problem. 
> 
> Weiguo
> 
> 
> On Wed, 28 Feb 2001, Gilles Detillieux wrote:
> 
> > According to Weiguo Fan:
> > > It does solve my problem. But I got anothr error when I run rundig:
> > > 
> > > segmentation fault
> > > htpurge: database is empty.
> > > 
> > > Any idea?
> > 
> > The htpurge error is probably because htdig is aborting.  Can you get a
> > stack backtrace from gdb to see where htdig fails?  See the last paragraph
> > of http://www.htdig.org/FAQ.html#q5.14


Well, on the off chance that you've run into the same problem as
Alexander Cohen reported, try the fix that Geoff suggested to him...

  Well, I certainly know what the culprit is, but it's something I tried to
  test pretty thoroughly. I'll go through the HtRegexList class more
  thoroughly.

  In the meantime, you can solve this problem by going into
  HtRegexList::match() and commenting out everything inside the statement:

  if (cursor.current_index != -1)
          {
          // comment all this out
          }

  This will prevent the HtRegexList from rearranging. It won't be as fast as
  it might be, but it certainly won't segfault. :-)


-- 
Gilles R. Detillieux              E-mail: <[EMAIL PROTECTED]>
Spinal Cord Research Centre       WWW:    http://www.scrc.umanitoba.ca/~grdetil
Dept. Physiology, U. of Manitoba  Phone:  (204)789-3766
Winnipeg, MB  R3E 3J7  (Canada)   Fax:    (204)789-3930

_______________________________________________
htdig-general mailing list <[EMAIL PROTECTED]>
To unsubscribe, send a message to <[EMAIL PROTECTED]> with a 
subject of unsubscribe
FAQ: http://htdig.sourceforge.net/FAQ.html

Reply via email to