[Xapian-discuss] htmlparsetest fails when building omega

Olly Betts olly at survex.com
Thu Oct 16 04:14:23 BST 2008


On Tue, Oct 14, 2008 at 05:59:10PM -0700, Josh wrote:
> I am getting this error when building xapian-omega, but I can find no
> info about how to troubleshoot. Any ideas? Thanks!
> 
> [...]
> /bin/sh: line 1: 27125 Segmentation fault      ${dir}$tst
> FAIL: htmlparsetest

I'd try running the test program directly:

    ./htmlparsetest

Assuming that fails too, run it under gdb:

    ./libtool --mode=execute gdb ./htmlparsetest

And then at the "(gdb)" prompt:

    run

and when it crashes then:

    bt

This should give a backtrace to where the segv happens.  Paste or attach
to a mail.

What's the platform BTW?

Cheers,
    Olly



More information about the Xapian-discuss mailing list