From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758175AbbKSJpG (ORCPT ); Thu, 19 Nov 2015 04:45:06 -0500 Received: from mx1.redhat.com ([209.132.183.28]:43889 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756210AbbKSJpB (ORCPT ); Thu, 19 Nov 2015 04:45:01 -0500 Subject: Re: Asterisk deadlocks since Kernel 4.1 To: Stefan Priebe References: <564B3D35.50004@profihost.ag> <564B7F9D.5060701@profihost.ag> <564CDE2F.8000201@profihost.ag> <564CEB0C.40006@redhat.com> <564CEF5D.3080005@profihost.ag> Cc: Thomas Gleixner , netdev@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org From: Florian Weimer Message-ID: <564D9A17.6080305@redhat.com> Date: Thu, 19 Nov 2015 10:44:55 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <564CEF5D.3080005@profihost.ag> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11/18/2015 10:36 PM, Stefan Priebe wrote: >> please try to get a backtrace with debugging information. It is likely >> that this is the make_request/__check_pf functionality in glibc, but it >> would be nice to get some certainty. > > sorry here it is. What I'm wondering is why is there ipv6 stuff? I don't > have ipv6 except for link local. glibc needs to know if the system has global unicast addresses if it receives AAAA records. It's curious that net.ipv6.conf.all.disable_ipv6=1 makes the problem go away. Even with that setting, the kernel seems to send two Netlink responses. So either this is enough to narrow the window for the race so that no longer triggers, or there is a genuine kernel issue with supplying the requested IPv6 Netlink response. > Could it be this one? > > https://bugzilla.redhat.com/show_bug.cgi?id=505105#c79 No, that's on the DNS/UDP side, not in the Netlink code. Florian