On Tue, 16 Feb 1999, Gilles Detillieux wrote:

> There's still another problem -- when I try an expression that doesn't have
> enough closing parentheses, instead of a syntax error message, I get an
> internal server error, with this error in the error log for Apache:

No, but this is a good thing to try from the command line:

ethel:~/htdig-cvs/build/htsearch$ ./htsearch -c
/opt/htdig/conf/bad-sites.conf
Enter value for words: (test and excerpt
Segmentation fault (core dumped)
ethel:~/htdig-cvs/build/htsearch$ gdb htsearch core
..
#0  0x805925a in String::get ()
(gdb) bt
#0  0x805925a in String::get ()
#1  0x804feaf in Parser::factor ()
#2  0x8050523 in Parser::term ()
#3  0x805057e in Parser::expr ()
#4  0x8050635 in Parser::checkSyntax ()
#5  0x804f0e0 in setupWords ()
#6  0x804e558 in main ()

(I don't have debugging turned on in the binary, so I can't get more
info.)

-Geoff


------------------------------------
To unsubscribe from the htdig3-dev mailing list, send a message to
[EMAIL PROTECTED] containing the single word "unsubscribe" in
the SUBJECT of the message.

Reply via email to