1.7.14: bind host crash

Adrian Fita adrian.fita@gmail.com
Fri May 4 22:38:00 GMT 2012


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



More information about the Cygwin mailing list