>> I have modified indexer.c. >> >> With this line : >> if(!real_content_type)real_content_type= >> Doc->content_type?Doc->content_type?"text/plain";
Hi! indexer (3.2.2) with this modification also core dump. [root@item-1 sbin]# gdb indexer core.3042 GNU gdb 5.0mdk-11mdk Linux-Mandrake 8.0 Copyright 2001 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 "i386-mandrake-linux"... Core was generated by `./indexer -N6 -v3 ../etc/indexer.conf'. Program terminated with signal 11, Segmentation fault. Reading symbols from /lib/libm.so.6...done. Loaded symbols for /lib/libm.so.6 Reading symbols from /lib/libz.so.1...done. Loaded symbols for /lib/libz.so.1 Reading symbols from /lib/libpthread.so.0...done. warning: Unable to set global thread event mask: generic error [New Thread 1024 (LWP 3038)] Error while reading shared library symbols: Can't attach LWP 3038: No such process Reading symbols from /lib/libc.so.6...done. Loaded symbols for /lib/libc.so.6 Reading symbols from /lib/ld-linux.so.2...done. Loaded symbols for /lib/ld-linux.so.2 Reading symbols from /lib/libnss_files.so.2...done. Loaded symbols for /lib/libnss_files.so.2 Reading symbols from /lib/libnss_nisplus.so.2...done. Loaded symbols for /lib/libnss_nisplus.so.2 Reading symbols from /lib/libnsl.so.1...done. Loaded symbols for /lib/libnsl.so.1 Reading symbols from /lib/libnss_nis.so.2...done. Loaded symbols for /lib/libnss_nis.so.2 Reading symbols from /lib/libnss_dns.so.2...done. Loaded symbols for /lib/libnss_dns.so.2 Reading symbols from /lib/libresolv.so.2...done. Loaded symbols for /lib/libresolv.so.2 #0 0x400ea59b in free () from /lib/libc.so.6 (gdb) (gdb) backtrace #0 0x400ea59b in free () from /lib/libc.so.6 #1 0x400ea354 in free () from /lib/libc.so.6 #2 0x08052c99 in UdmUpdateClone (Indexer=0x91ae410, Doc=0x9358250) at sql.c:3906 #3 0x08056e29 in UdmURLAction (A=0x91ae410, D=0x9358250, cmd=9) at sql.c:5426 #4 0x0804d9c3 in UdmIndexURL (Indexer=0x91ae410, Doc=0x9358250, index_flags=4) at indexer.c:1084 #5 0x0804e019 in UdmIndexNextURL (Indexer=0x91ae410, index_flags=4) at indexer.c:1240 #6 0x0804a7a9 in thread_main (arg=0x0) at main.c:250 #7 0x4005cb07 in pthread_start_thread (arg=0xbf7ffc00) at manager.c:262 Command line was : nohup ./indexer -N6 -v3 ../etc/indexer.conf & The last logs were : [1] URL: http://www.haleysteele.com/hogarth/plates/simon.html [1] URL: http://www.haleysteele.com/gallery/category.cfm?category=23 [3] URL: http://www.haleysteele.com/gallery/category.cfm?category=5 [6] URL: http://www.haleysteele.com/gallery/category.cfm?category=20 [4] URL: http://www.haleysteele.com/gallery/artlist.cfm?key=1&type=3 [2] URL: http://www.haleysteele.com/gallery/artlist.cfm?key=4&type=3 [5] URL: http://www.haleysteele.com/gallery/artlist.cfm?key=34&type=3 [1] URL: http://www.haleysteele.com/gallery/artlist.cfm?key=29&type=3 [3] URL: http://www.haleysteele.com/gallery/artlist.cfm?key=27&type=3 [6] URL: http://www.haleysteele.com/gallery/artlist.cfm?key=3&type=3 [4] URL: http://www.haleysteele.com/gallery/artlist.cfm?key=20&type=3 [2] URL: http://www.haleysteele.com/gallery/artlist.cfm?key=2&type=3 [5] URL: http://www.haleysteele.com/gallery/category.cfm?category=34 [1] URL: http://www.haleysteele.com/gallery/category.cfm?category=32 [3] URL: http://www.haleysteele.com/gallery/category.cfm?category=10 [6] URL: http://www.haleysteele.com/gallery/category.cfm?category=7 [4] URL: http://www.haleysteele.com/gallery/category.cfm?category=8 [2] URL: http://www.haleysteele.com/gallery/category.cfm?category=21 [5] URL: http://www.haleysteele.com/hs_root/exhibition/cdfiso/old_boston.gif [5] URL: http://www.haleysteele.com/gallery/category.cfm?category=17 [1] URL: http://www.haleysteele.com/hs_root/exhibition/cdfiso/plate3_tn.jpg ___________________________________________ If you want to unsubscribe send "unsubscribe general" to [EMAIL PROTECTED]
