According to Joe R. Jah:
> Correction: I tried it at the command prompt.  I could use several single
> characters without a problem:
> 
> url_part_aliases: . *2
> url_part_aliases: * *2
> ...
> 
> But when I used a single slash "/" htsearch segfaulted:
> 
> url_part_aliases: / *2

Yup, the slash fails because of the re-encoding, which hits all slashes,
so the docdb lookup fails.  The segfault is because of a bug in the
dateRange.1 patch, where it looks at the DocumentRef pointer it expects
to get from the docdb lookup (which failed) before it checks to make sure
the pointer isn't null.  In the second part of the patch I posted earlier
this evening, I moved that little block of code into the "if (thisRef) {...}"
block.  An unpatched 3.1.5 htsearch shouldn't segfault in this case, but
it won't show any results.

-- 
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-dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/htdig-dev

Reply via email to