Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Feb 2015 14:48:45 -0600
From:      "Matthew D. Fuller" <fullermd@over-yonder.net>
To:        Konstantin Belousov <kostikbel@gmail.com>
Cc:        freebsd-threads@freebsd.org
Subject:   Re: Troubles with BIND + r276630  (/r277317 MFC)
Message-ID:  <20150213204845.GF15127@over-yonder.net>
In-Reply-To: <20150213084443.GJ34251@kib.kiev.ua>
References:  <20150212225909.GB15127@over-yonder.net> <20150213084443.GJ34251@kib.kiev.ua>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Feb 13, 2015 at 10:44:43AM +0200 I heard the voice of
Konstantin Belousov, and lo! it spake thus:
> 
> Start with ktrace/kdump around the place where the error is thrown
> out.
> 
> Does 'reload' involves full process restart, or only
> reinitialization of the existing program ?

Doing the full start of named.

The I/O err in isc_lex_gettoken() appears only triggered when getc()
hits EOF.  ktrace is a little tough to get through with all the
threads.  But the thread that logs that error tracing back from that
error being sent out a fd does stuff that looks like prepping for
syslog like getpid, and then (priorly; working backward) read()'s the
file apparently just peachy.

RET   read 228/0xe4
% wc empty.db
      11      38     228 empty.db

and the text reads just fine.  So something is getting squirreled up
above the syscall level.


-- 
Matthew Fuller     (MF4839)   |  fullermd@over-yonder.net
Systems/Network Administrator |  http://www.over-yonder.net/~fullermd/
           On the Internet, nobody can hear you scream.



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