On Fri, Oct 03, 2003, Michael Nordstrom wrote: > I will run it in the debugger now and see if I can pinpoint the > problem...
I've found the problem (and it was actually related to the use of Int16 in the SearchDocument function:) We get an overflow in the code that is used to optimize the search values. Changing it to use UInt16 instead of Int16 seems to have fixed the problem, but I guess we should review the code to make sure that fix is enough also in the long run... /Mike _______________________________________________ plucker-dev mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-dev
