From owner-freebsd-current@freebsd.org Thu Sep 20 16:15:32 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 71B3810A13D0 for ; Thu, 20 Sep 2018 16:15:32 +0000 (UTC) (envelope-from tuexen@freebsd.org) Received: from drew.franken.de (mail-n.franken.de [193.175.24.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.franken.de", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1471873626 for ; Thu, 20 Sep 2018 16:15:31 +0000 (UTC) (envelope-from tuexen@freebsd.org) Received: from [192.168.1.9] (p57BB4525.dip0.t-ipconnect.de [87.187.69.37]) (Authenticated sender: macmic) by mail-n.franken.de (Postfix) with ESMTPSA id 9F200721E280D; Thu, 20 Sep 2018 18:15:29 +0200 (CEST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.1\)) Subject: Re: 12.0-ALPHA6 dumps with 'Fatal double fault' From: Michael Tuexen In-Reply-To: Date: Thu, 20 Sep 2018 18:15:28 +0200 Cc: freebsd-current@FreeBSD.org Content-Transfer-Encoding: quoted-printable Message-Id: <00082772-8AA0-415B-A4C5-B8BC8D4D7BFC@freebsd.org> References: To: Michael Schmiedgen X-Mailer: Apple Mail (2.3445.9.1) X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=disabled version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on mail-n.franken.de X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.27 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: Thu, 20 Sep 2018 16:15:32 -0000 > On 20. Sep 2018, at 17:12, Michael Schmiedgen = wrote: >=20 >=20 >> Can you elaborate which port was triggering the fault and which = platform you are using? >> I would like to reproduce the issue and fix it. >=20 > Port is devel/apr1 and platform is amd64. Works fine on my side. It would be helpful if you could build a kernel = with debug symbols, reproduce the problem and provide a stack strace. Since you said that it crashed multiple times makes me wonder if this = problem is related to SCTP in particular or if there is some other generic = issue... Best regards Michael >=20 > CPU: Intel(R) Xeon(R) CPU E31245 @ 3.30GHz (3300.10-MHz K8-class CPU) > Origin=3D"GenuineIntel" Id=3D0x206a7 Family=3D0x6 Model=3D0x2a = Stepping=3D7 > = Features=3D0xbfebfbff > = Features2=3D0x1fbae3ff > AMD Features=3D0x28100800 > AMD Features2=3D0x1 > XSAVE Features=3D0x1 > VT-x: PAT,HLT,MTF,PAUSE,EPT,UG,VPID > TSC: P-state invariant, performance statistics >=20 > It crashed multiple times randomly under heavy load when compiling = ports. But I > observed a crash two times exactly in the same place: configure script = SCTP test > in devel/apr1. >=20 > Thanks, > Michael