X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-5.9 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Message-ID: <4FA45A86.1030700@gmail.com> Date: Sat, 05 May 2012 01:39:02 +0300 From: Adrian Fita User-Agent: Mozilla/5.0 (X11; Linux i686; rv:10.0.3) Gecko/20120329 Icedove/10.0.3 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: 1.7.14: bind host crash References: <33763473 DOT post AT talk DOT nabble DOT com> <4FA43B09 DOT 10909 AT users DOT sourceforge DOT net> In-Reply-To: <4FA43B09.10909@users.sourceforge.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On 04/05/12 23:24, Yaakov (Cygwin/X) wrote: > On 2012-05-04 14:22, Igor Kostenko wrote: >> Now host crashes with both available bind packages (9.9.0-3& 9.9.0-2): >> >> $ uname -a >> CYGWIN_NT-6.1-WOW64 GBD09501436 1.7.14(0.260/5/3) 2012-04-25 09:41 i686 >> Cygwin >> >> $ host localhost >> Host localhost not found: 3(NXDOMAIN) >> /usr/src/ports/bind/bind-9.9.0-3/src/bind-9.9.0/lib/isc/mem.c:1099: >> INSIST(ctx->stats[i].gets == 0U) failed. >> Aborted (core dumped) > > WFM: > > $ host localhost > localhost has address 127.0.0.1 Works here also. Please try to run host under strace like so: strace -o host_strace.log host localhost and then investigate the resulting file, host_strace.log. First look at the end for any error, then, if there's no obvious error, look up for anything suspicious. PS: The "dst_lib_init: openssl failure" issue is indeed still not solved. -- Fita Adrian -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple