Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Sep 2002 00:32:04 -0700
From:      Ross Finlayson <finlayson@live.com>
To:        freebsd-bugs@freebsd.org
Subject:   named crash (again)
Message-ID:  <4.3.1.1.20020910003032.00bf4860@laptop-localhost>

next in thread | raw e-mail | index | archive | help
A few days ago, I reported a "named" crash.  Tonight, I saw it again:

Sep  9 23:53:16 ns named[97549]: 
/usr/src/usr.sbin/named/../../contrib/bind/bin/named/ns_main.c:559: 
INSIST(errno == EINTR): Invalid argument failed.
Sep  9 23:53:16 ns named[97549]: 
/usr/src/usr.sbin/named/../../contrib/bind/bin/named/ns_main.c:559: 
INSIST(errno == EINTR): Invalid argument failed.
Sep  9 23:53:19 ns /kernel: pid 97549 (named), uid 0: exited on signal 6 
(core dumped)

Version information:
	named 8.3.3-REL Sun Aug 25 17:17:35 PDT 2002
	FreeBSD 4.6-STABLE: Sun Sep 1 00:29:54 PDT 2002

The error messages occurred in the main loop of "named":

while (!needs_exit) {
	evEvent event;

	ns_debug(ns_log_default, 15, "main loop");
	if (needs != 0)
		handle_needs();
	else if (evGetNext(ev, &event, EV_WAIT) != -1)
		INSIST_ERR(evDispatch(ev, event) != -1);
	else
		INSIST_ERR(errno == EINTR);
}

Strangely, the error occurred almost exactly 6 days after the previous 
occurrence.

	Ross.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4.3.1.1.20020910003032.00bf4860>