At 11:34 AM 08/30/00 -0700, jmruiz@boe.es wrote:
>Here is a new alpha version of the C library and perl module.
>http://www.boe.es/swish-e/alpha/swish-e-perl.tar.gz
Anyone got this version to build and run?
I used ./configure and make to build swish-e. Although make test worked,
indexing a larger set of files hangs eating CPU time during indexing. I
tried attaching with strace and gdb, but I'm not skilled enough in either
to find the problem.
I guess if it's in a loop it's not making any system calls so that's why I
don't see anything with strace.
A gdb backtrace didn't help much (below). Can I recompile to give me more
info in the back trace?
Program received signal SIGINT, Interrupt.
0x4009d201 in strchr () from /lib/libc.so.6
(gdb) bt
#0 0x4009d201 in strchr () from /lib/libc.so.6
#1 0x1 in ?? ()
#2 0x805c742 in printfile ()
#3 0x805c825 in printfiles ()
#4 0x805c10c in indexadir ()
#5 0x805ca26 in fs_indexpath ()
#6 0x804c366 in indexpath ()
#7 0x804a026 in main ()
#8 0x40055313 in __libc_start_main (main=0x80492d0 <main>, argc=3,
argv=0xbffff894, init=0x8048db8 <_init>,
fini=0x805ef38 <_fini>, rtld_fini=0x4000ac70 <_dl_fini>,
stack_end=0xbffff88c)
at ../sysdeps/generic/libc-start.c:90
Bill Moseley
mailto:moseley@hank.org
Received on Tue Sep 5 23:51:43 2000