Per Jessen
2010-Jun-01 16:14 UTC
[Xapian-discuss] upgraded 1.0.19 to 1.2.0 - indexing seems to be getting stuck
Today I upgraded to 1.2.0 - and my indexing jobs are now getting hung up. They appear to be waiting on a futex. Not everyone, but every now and then. I'll try to get some diagnostics. /Per Jessen, Z?rich
Olly Betts
2010-Jun-02 02:23 UTC
[Xapian-discuss] upgraded 1.0.19 to 1.2.0 - indexing seems to be getting stuck
On Tue, Jun 01, 2010 at 06:14:07PM +0200, Per Jessen wrote:> Today I upgraded to 1.2.0 - and my indexing jobs are now getting hung > up. They appear to be waiting on a futex. Not everyone, but every now > and then. I'll try to get some diagnostics.Some more details would be useful too - you don't even mention the OS or language you're using (though I guess Linux if you have futexes). If you can, attach gdb to the stuck process and get a backtrace (bt). I've not seen anything like this myself. We don't directly use futexes or threading on Unix platforms, so it's not obvious where to look without more information. Cheers, Olly