Date: Sun, 28 Mar 1999 11:27:00 -0800 (PST) From: John Polstra <jdp@polstra.com> To: dv@dv.ru Cc: stable@freebsd.org Subject: Re: -stable problem Message-ID: <199903281927.LAA12227@vashon.polstra.com> In-Reply-To: <Pine.BSF.3.95q.990328171758.10235A-100000@xkis.kis.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
I'm redirecting this thread to -stable, since it's not about FreeBSD-current. In article <Pine.BSF.3.95q.990328171758.10235A-100000@xkis.kis.ru>, Dmitry Valdov <dv@dv.ru> wrote: > > Why this happens? > > > telnet x.x.x.x nntp > Trying x.x.x.x... > Connected to x.x.x.x. > Escape character is '^]'. > assertion "nsegs == 2" failed: file "/usr/src/libexec/rtld-elf/map_object.c", line 158 > Connection closed by foreign host. > > Also machine closes any connection to any port. > It happens not too often, but happens. > > It running 3.1-STABLE. And INN 2.3-current. I can't think of any reasonable explanation for this. The assertion is in the dynamic linker. But it already did its job long ago, before the first message ("Trying x.x.x.x...") was printed. I can only guess that telnet is making a random jump which happens to land in the middle of the dynamic linker code. Maybe it's a kernel bug. John -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Self-interest is the aphrodisiac of belief." -- James V. DeLong To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199903281927.LAA12227>