[Xapian-discuss] xapian with MinGW
Adi Oanca
adioanca at gmail.com
Wed Jan 9 20:47:44 GMT 2008
Hi,
> > > What does the "garbage" backtrace look like?
> >
> > Program received signal SIGSEGV, Segmentation fault.
> > 0x7106505a in strsep () from D:\mingw\msys\bin\msys-1.0.dll
> > (gdb) bt
> > #0 0x7106505a in strsep () from D:\mingw\msys\bin\msys-1.0.dll
> > #1 0x710315c5 in msys-1!calloc () from D:\mingw\msys\bin\msys-1.0.dll
> > #2 0x71098644 in msys-1!_ctype_ () from D:\mingw\msys\bin\msys-1.0.dll
> > #3 0x710a574c in msys-1!__ctype_ptr () from D:\mingw\msys\bin\msys-1.0.dll
> > #4 0x7c926ac8 in ntdll!iswdigit () from C:\WINXP\system32\ntdll.dll
> > #5 0xffffffff in ?? ()
>
> Hmm, I wonder if we've called a method on a NULL object pointer here...
I think I have look at parameters yesterday, none of them was NULL.
I'll double-check.
> > > And does "make check" in the built xapian-core source tree pass?
The result is:
$ make check-TESTS
Running test '' under ./btreetest.exe
FAIL: btreetest.exe
Running test '' under ./quartztest.exe
FAIL: quartztest.exe
Running test '' under ./apitest.exe
FAIL: apitest.exe
Running test '' under ./internaltest.exe
FAIL: internaltest.exe
Running test '' under ./stemtest.exe
FAIL: stemtest.exe
Running test '' under ./queryparsertest.exe
FAIL: queryparsertest.exe
Running test '' under ./termgentest.exe
FAIL: termgentest.exe
===================
7 of 7 tests failed
===================
make: *** [check-TESTS] Error 1
Thanks,
Adi.
More information about the Xapian-discuss
mailing list