From owner-freebsd-net@freebsd.org Mon Aug 7 16:14:12 2017 Return-Path: Delivered-To: freebsd-net@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1F39DDB3949 for ; Mon, 7 Aug 2017 16:14:12 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (turbocat.net [IPv6:2a01:4f8:c17:6c4b::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DA98F72750 for ; Mon, 7 Aug 2017 16:14:11 +0000 (UTC) (envelope-from hps@selasky.org) Received: from hps2016.home.selasky.org (unknown [62.141.129.119]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 4A20226080B; Mon, 7 Aug 2017 18:14:09 +0200 (CEST) Subject: Re: mlx4en, timer irq @100%... To: Ben RUBSON , FreeBSD Net References: <72b9de84-5572-3737-b274-34d2c5cdf634@selasky.org> <91DCB96E-4C08-44C5-94E7-E7C686DEFE5F@gmail.com> <4DF74CB8-23D2-4CCF-B699-5B86DAEA65E5@gmail.com> <40602CEA-D417-4E5B-8C68-916958D49A0B@gmail.com> From: Hans Petter Selasky Message-ID: <9c306f10-7c05-d28d-e551-a930603aaafa@selasky.org> Date: Mon, 7 Aug 2017 18:11:55 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.2.0 MIME-Version: 1.0 In-Reply-To: <40602CEA-D417-4E5B-8C68-916958D49A0B@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Aug 2017 16:14:12 -0000 On 08/04/17 21:09, Ben RUBSON wrote: >> On 04 Aug 2017, at 19:42, Ben RUBSON wrote: >> >> Feel free to ask me whatever you need to investigate on this ! >> I let this (production :/) server in this state to have a chance to get interesting traces. > > Server no more in production, I moved service to the standby node. > So we can do everything :) > swi4 still burning ! > > What is strange is that according to my monitoring, it began exactly at 15:00:00 UTC. > Certainly a coincidence, as I can't find anything related. > Hi, Try to enter "kgdb" and run: thread apply all bt Look for the callout function in question. --HPS