3.1.12-cvs from mar.7.2001 while running 2 different 'indexer -C -u http://%path/%' with different 'path' cachelogd core dumped: Core was generated by `cachelogd'. Program terminated with signal 11, Segmentation fault. Reading symbols from /usr/libexec/ld.elf_so...done. Reading symbols from /usr/local/lib/libudmsearch.so.0...done. Reading symbols from /usr/lib/libcrypt.so.0...done. Reading symbols from /usr/local/lib/libpq.so.2...done. Reading symbols from /usr/lib/libc.so.12...done. Reading symbols from /usr/lib/libresolv.so.1...done. #0 0x120002660 in main (argc=1, argv=0x0) at cachelogd.c:435 435 FD_SET(log_client[cl].fd,&mask); (gdb) bt #0 0x120002660 in main (argc=1, argv=0x0) at cachelogd.c:435 warning: Hit beginning of text section without finding warning: enclosing function for address 0x18ffffff This warning occurs if you are debugging a function without any symbols (for example, in a stripped executable). In that case, you may wish to increase the size of the search with the `set heuristic-fence-post' command. Otherwise, you told GDB there was a function where there isn't one, or (more likely) you have encountered a bug in GDB. (gdb) l 430 addrlen = sizeof(his_addr); 431 for(cl=0;cl<MAXCLIENT;cl++){ 432 if(log_client[cl].fd==0){ 433 fprintf(stderr,"%s Client #%d connected\n",time_p id_info(),cl); 434 log_client[cl].fd=accept(ctl_sock, (struct sockad dr *)&his_addr, &addrlen); 435 FD_SET(log_client[cl].fd,&mask); 436 log_client[cl].state=STATE_CMD; 437 log_client[cl].rbytes=sizeof(UDM_LOGD_CMD); 438 break; 439 } (gdb) __________________________________________________ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/ ___________________________________________ If you want to unsubscribe send "unsubscribe general" to [EMAIL PROTECTED]
