[Xapian-discuss] errors with flint database, xapian 1.0.4
Olly Betts
olly at survex.com
Thu Jan 10 02:21:51 GMT 2008
On Wed, Jan 09, 2008 at 07:22:41PM +0600, Vasiliy Sergeev wrote:
> I posted php code of the test script in earlier posts. The problem is
> the same.
> Gdb crushed if I tries to run php script under gdb. So I created core
> dump and feed it to gdb as Olly advised.
> I attached gdb backtrace.
> I don't understand it absolutely. But my worries are about "static npos
> = 18446744073709551615" in #1. I think it is the upper limit of long,
> right? is it ok?
That's just how std::string::npos is implemented. Not a problem.
It's dying in deflateReset() and gives a line number. What zlib version
are you using? You can find out with:
grep ZLIB_VERSION /usr/include/zlib.h
Cheers,
Olly
More information about the Xapian-discuss
mailing list