From owner-freebsd-current@FreeBSD.ORG Tue Apr 10 07:31:14 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C760A1065686 for ; Tue, 10 Apr 2012 07:31:14 +0000 (UTC) (envelope-from atz@ukr.net) Received: from ffe16.ukr.net (ffe16.ukr.net [195.214.192.51]) by mx1.freebsd.org (Postfix) with ESMTP id 705388FC14 for ; Tue, 10 Apr 2012 07:31:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ukr.net; s=ffe; h=Date:Message-Id:From:To:Subject:Content-Type:Content-Transfer-Encoding:MIME-Version; bh=XjheGF0TcDW6nd7+85UDocnzxd6mtZccrrymPwTs07I=; b=DIdHQsyaWBMOE9RCf3KaHtmhc/zSEPmyebL/rdAKpkCnLZvLQOgyzqMD5dTopOJu+SyVRFd9xKG1O7bSJoDbI8HMJyckq/cOXcR76voG0G9pc9adZVZTb50kXsJAWpT2Ojrr4G6PBO34320xncWVx0jZ+iZ8Y7JgFjtO7cU+zho=; Received: from mail by ffe16.ukr.net with local ID 1SHVIn-0001al-Ia for freebsd-current@freebsd.org; Tue, 10 Apr 2012 10:15:45 +0300 MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain; charset="windows-1251" To: freebsd-current@freebsd.org From: "Vladimir Sharun" X-Mailer: freemail.ukr.net 4.0 X-Originating-Ip: [212.42.67.66] Message-Id: <2935.1334042145.9972356356118413312@ffe16.ukr.net> X-Browser: Mozilla/5.0 (Windows NT 6.1; rv:14.0) Gecko/20120409 Firefox/14.0a1 Date: Tue, 10 Apr 2012 10:15:45 +0300 Subject: Recent changes in libthr broke base bind package tools and named on amd64 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2012 07:31:14 -0000 I've recently installworld my test setup and found bind tools: dig, host hangs during usage (latest bind 9.8.2 in -CURRENT base. The same with named too. Replacing /lib/libthr.so.3 with previous build (26 march) eliminates the problem. backtrace every time the same: (gdb) bt #0 0x000000080123ae4c in kevent () from /lib/libc.so.7 #1 0x000000000052a250 in ?? () #2 0x0000000800d64cdd in pthread_create () from /lib/libthr.so.3 #3 0x0000000000000000 in ?? () Error accessing memory address 0x7fffff7fc000 Hang processes can be killed only by SIGKILL I see correlated messages in this list with subject "recent update breaks some ports". I can assume they use libthr as well. The whole system compiled (in my case) with stock gcc 4.2.1, the kernel with the base clang. btw buildworld fails with clang. # uname -rp 10.0-CURRENT amd64