[Xapian-discuss] Xapian core dumping on Solaris

Tom tom at lemurconsulting.com
Wed Feb 3 09:13:54 GMT 2010


On 1 February 2010 09:41, Tom <banoffi at gmail.com> wrote:
>
> I'm having a problem with xapian (the matchspy branch, with Python
> bindings) on Solaris 10 / SPARC. Users can run queries for a few hours
> with no problems, then it returns "inflate failed (invalid code
> lengths set)"  to Python and dumps core. gdb reports:

If anyone's curious, we finally fixed this by including -D_REENTRANT
and -D_PTHREADS (probably only one is required) in the c++ flags
(we're using python threads at the app level).

Tom



More information about the Xapian-discuss mailing list