From owner-freebsd-stable Tue Mar 2 7:17: 6 1999 Delivered-To: freebsd-stable@freebsd.org Received: from gate.lustig.com (gate.lustig.com [205.246.2.242]) by hub.freebsd.org (Postfix) with SMTP id 15EDE14D89 for ; Tue, 2 Mar 1999 07:15:58 -0800 (PST) (envelope-from barry@lustig.com) Received: (qmail 43265 invoked from network); 2 Mar 1999 15:15:44 -0000 Received: from devious.lustig.com (205.246.2.244) by gate.lustig.com with SMTP; 2 Mar 1999 15:15:44 -0000 Received: (qmail 7843 invoked by uid 1001); 2 Mar 1999 15:15:56 -0000 Message-ID: <19990302151556.7842.qmail@devious.lustig.com> Content-Type: text/plain MIME-Version: 1.0 (NeXT Mail 4.2mach v148) X-Nextstep-Mailer: Mail 4.2mach (Enhance 2.2p1) Received: by NeXT.Mailer (1.148.RR) From: Barry Lustig Date: Tue, 2 Mar 1999 10:15:55 -0500 To: freebsd-stable@freebsd.org Subject: ypserv Reply-To: barry@Lustig.COM X-Organizations: Barry Lustig & Associates, Inc. Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm am having continual problems with ypserv on a number of my systems. They boxes are running the latest cvsup of 2.2.8. I am seeing many segv's at this point: dns5(14)# gdb /usr/sbin/ypserv-d /ypserv-d.core Core was generated by `ypserv-d'. Program terminated with signal 11, Segmentation fault. #0 0x8be58955 in ?? () (gdb) bt #0 0x8be58955 in ?? () #1 0x7972 in svc_getreqset (readfds=0xefbfd940) at /usr/src/lib/libc/../libc/rpc/svc.c:435 #2 0x4e31 in yp_svc_run () at /usr/src/usr.sbin/ypserv/yp_main.c:145 #3 0x53e0 in main (argc=1, argv=0xefbfd9b8) at /usr/src/usr.sbin/ypserv/yp_main.c:335 (gdb) up #1 0x7972 in svc_getreqset (readfds=0xefbfd940) at /usr/src/lib/libc/../libc/rpc/svc.c:435 435 if (SVC_RECV(xprt, &msg)) { I added the code from current to svc.c to check if xprt is NULL, but I'm still seeing problems. I am also getting corruption in other places and am seeing lots of child processes that aren't exiting. By the way, ypserv-d is just a ypserv that doesn't run as a daemon. I've had to run it under supervise so that a new one can get started when the old one dies. Is anyone having sucess using ypserv in a mixed Sun, SGI, AIX, BSD environment? barry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message