Title: AW: [aseek-users] searchd is dying

here you are...

Attaching to program: /opt/aspseek/sbin/searchd, Pid 13747
Reading symbols from /lib/libdl.so.2...done.
Reading symbols from /usr/lib/libz.so.1...done.
Reading symbols from /lib/libpthread.so.0...done.
Reading symbols from /usr/lib/libstdc++-libc6.1-1.so.2...done.
Reading symbols from /lib/libm.so.6...done.
Reading symbols from /lib/libc.so.6...done.
Reading symbols from /lib/ld-linux.so.2...done.
Reading symbols from /opt/aspseek/lib/libmysqldb-1.2.4a.so...done.
Reading symbols from /opt/mysql/lib/mysql/libmysqlclient.so.6...done.
Reading symbols from /lib/libnsl.so.1...done.
Reading symbols from /lib/libcrypt.so.1...done.
Reading symbols from /lib/libnss_db.so.2...done.
Reading symbols from /lib/libdb.so.3...done.
Reading symbols from /lib/libnss_files.so.2...done.
0x4015e882 in __libc_accept () from /lib/libc.so.6
(gdb) continue
Continuing.
[Switching to Thread 13763]

Program received signal SIGSEGV, Segmentation fault.
0x0 in ?? ()
(gdb) bt
#0  0x0 in ?? ()
#1  0x80707fa in strcpy () at ../sysdeps/generic/strcpy.c:30
#2  0x807090c in strcpy () at ../sysdeps/generic/strcpy.c:30
#3  0x806f826 in strcpy () at ../sysdeps/generic/strcpy.c:30
#4  0x805f444 in strcpy () at ../sysdeps/generic/strcpy.c:30
#5  0x80610ad in strcpy () at ../sysdeps/generic/strcpy.c:30
#6  0x8060d3e in strcpy () at ../sysdeps/generic/strcpy.c:30
#7  0x805bea2 in strcpy () at ../sysdeps/generic/strcpy.c:30
#8  0x805c247 in strcpy () at ../sysdeps/generic/strcpy.c:30
#9  0x805aeb6 in strcpy () at ../sysdeps/generic/strcpy.c:30
#10 0x8061777 in strcpy () at ../sysdeps/generic/strcpy.c:30
#11 0x8054137 in strcpy () at ../sysdeps/generic/strcpy.c:30
#12 0x8054e0c in strcpy () at ../sysdeps/generic/strcpy.c:30
#13 0x4003525a in pthread_start_thread (arg=0xbf7ffe60) at manager.c:213
(gdb)

Markus Rietzler
* kommunikation & online service
* RZF NRW
* Tel: 0211.4572-130



-----Urspr�ngliche Nachricht-----
Von: Kir Kolyshkin [mailto:[EMAIL PROTECTED]]
Gesendet am: Mittwoch, 4. Juli 2001 11:45
An: [EMAIL PROTECTED]
Betreff: Re: [aseek-users] searchd is dying

> [EMAIL PROTECTED] �����(�):
>
> searchd is dying as soon as i try to lookup "foo -bar"
> i just have installed aspseek 1.2.4a

Hmm can you debug this?

start searchd, find its PID (by doing "ps ax | grep searchd")
and then connect to running searchd with gdb
$ gdb /usr/local/aspseek/sbin/searchd <pid>
then in gdb do
(gdb) continue
and run your query. searchd will fail, and then do
(gdb) bt
and send output to [EMAIL PROTECTED] BTW please don't exit
GDB, I may ask you for additional info.

--  [EMAIL PROTECTED]  http://kir.sever.net   ICQ 7551596  --
Bend the facts to fit the conclusion. It's easier that way.
--  |_ | |\| |_| ><   --  |_| |\| | ><   --   | ) |\/|   --

Reply via email to