UdmSearch version: 3.1.12
Platform:          Sun Ultra 250
OS:                SunOS 5.6
Database:          Mysql 3.22.32 - Multi tables
Statistics:        Multi Databases of different sizes occurs in all


When i first set up mnogosearch all was fine and it indexed the site, but the cron 
jobs weren\'t running and when i investigated i discovered that they were coredumping 
even if ran from the command line which worked before. nothing in the system has 
changed. 

What i get is this 
/usr/local/mnogosearch/sbin/indexer -a -v5 
/usr/local/mnogosearch/etc/indexer_open.conf 
indexer from mnogosearch-3.1.12/MySQL started with 
\'/usr/local/mnogosearch/etc/indexer_open.conf\' 
[1] Load stopword table \'stopword\' 
[1] http://HOST_URL 
[1] Server \'HOST_URL\' 
[1] Allow by default 
Segmentation Fault (core dumped) 

and truss gives this as the last few lines before it dies 

sysinfo(SI_SRPC_DOMAIN, \"\", 256) = 1 
open(\"/etc/resolv.conf\", O_RDONLY) = 5 
fstat64(5, 0xEFFF3928) = 0 
ioctl(5, TCGETA, 0xEFFF38B4) Err#25 ENOTTY 
read(5, \" n a m e s e r v e r 1\".., 8192) = 50 
read(5, 0x0019883C, 8192) = 0 
llseek(5, 0, SEEK_CUR) = 50 
close(5) = 0 
Incurred fault #6, FLTBOUNDS %pc = 0x00000000 
siginfo: SIGSEGV SEGV_MAPERR addr=0x00000000 
Received signal #11, SIGSEGV [default] 
siginfo: SIGSEGV SEGV_MAPERR addr=0x00000000 
*** process killed *** 

I\'ve tried recompiling, but it had no effect. 
I\'ve tried emptying the DB and reindexing and i get the same. 
Any idea what is going wrong or how to fix it?

gdb \"/usr/local/mnogosearch/sbin/indexer -a 
/usr/local/mnogosearch/etc/indexer_open.conf\" core 
GNU gdb 5.0 
Copyright 2000 Free Software Foundation, Inc. 
GDB is free software, covered by the GNU General Public License, and you are 
welcome to change it and/or distribute copies of it under certain conditions. 
Type \"show copying\" to see the conditions. 
There is absolutely no warranty for GDB. Type \"show warranty\" for details. 
This GDB was configured as \"sparc-sun-solaris2.6\"...unknown option `-a\' 

Core was generated by `/usr/local/mnogosearch/sbin/indexer -a 
/usr/local/mnogosearch/etc/indexer_open.\'. 
Program terminated with signal 11, Segmentation Fault. 
Reading symbols from /usr/lib/libsocket.so.1...done. 
Loaded symbols for /usr/lib/libsocket.so.1 
Reading symbols from /usr/lib/libxnet.so.1...done. 
Loaded symbols for /usr/lib/libxnet.so.1 
Reading symbols from /usr/local/lib/mysql/libmysqlclient.so.6...done. 
Loaded symbols for /usr/local/lib/mysql/libmysqlclient.so.6 
Reading symbols from /usr/lib/libm.so.1...done. 
Loaded symbols for /usr/lib/libm.so.1 
Reading symbols from /usr/lib/libc.so.1...done. 
Loaded symbols for /usr/lib/libc.so.1 
Reading symbols from /usr/lib/libnsl.so.1...done. 
Loaded symbols for /usr/lib/libnsl.so.1 
Reading symbols from /usr/lib/libdl.so.1...done. 
Loaded symbols for /usr/lib/libdl.so.1 
Reading symbols from /usr/lib/libmp.so.2...done. 
Loaded symbols for /usr/lib/libmp.so.2 
Reading symbols from /usr/platform/SUNW,Ultra-250/lib/libc_psr.so.1...done. 
Loaded symbols for /usr/platform/SUNW,Ultra-250/lib/libc_psr.so.1 
Reading symbols from /usr/lib/nss_files.so.1...done. 
Loaded symbols for /usr/lib/nss_files.so.1 
Reading symbols from /usr/lib/nss_dns.so.1...done. 
Loaded symbols for /usr/lib/nss_dns.so.1 
Reading symbols from /usr/lib/libresolv.so.2...done. 
Loaded symbols for /usr/lib/libresolv.so.2 
#0 0x0 in ?? () 
(gdb) backtrace 
#0 0x0 in ?? () 
#1 0xef4d7494 in res_init () from /usr/lib/libresolv.so.2 
#2 0xef4daeac in gethostbyname2 () from /usr/lib/libresolv.so.2 
#3 0xef5c0c28 in _gethostbyname () from /usr/lib/nss_dns.so.1 
#4 0xef5c0ce8 in getbyname () from /usr/lib/nss_dns.so.1 
#5 0xef655244 in nss_search () from /usr/lib/libc.so.1 
#6 0xef5197ac in _switch_gethostbyname_r () from /usr/lib/libnsl.so.1 
#7 0xef52fcb4 in _door_gethostbyname_r () from /usr/lib/libnsl.so.1 
#8 0xef5179cc in _get_hostserv_inetnetdir_byname () from /usr/lib/libnsl.so.1 
#9 0xef52f6d0 in gethostbyname_r () from /usr/lib/libnsl.so.1 
#10 0x2b81c in UdmHostLookup (Conf=0x552b0, connp=0x81048) at host.c:140 
#11 0x23528 in open_host (Indexer=0x7d8f0, hostname=0xefffcc4c \"www.cimaglobal.com\", 
port=80, timeout=30) at proto.c:259 
#12 0x23908 in UdmHTTPGet (Indexer=0x7d8f0, 
header=0xefffe650 \"GET /main/index.htm HTTP/1.0\\r\\nIf-Modified-Since: Fri, 23 Mar 
2001 11:47:42 GMT\\r\\nUser-Agent: UdmSearch/3.1.12\\r\\nHost: 
www.cimaglobal.com\\r\\n\\r\\n\", host=0xefffcc4c \"www.cimaglobal.com\", port=80) at 
proto.c:370 
#13 0x1488c in UdmIndexNextURL (Indexer=0x7d8f0, index_flags=0) at indexer.c:712 
#14 0x12324 in thread_main (arg=0x0) at main.c:256 
#15 0x12d04 in main (argc=1, argv=0xeffffcd3) at main.c:596



___________________________________________
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]

Reply via email to