From owner-freebsd-current@freebsd.org Tue Aug 7 18:59:14 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 0E3441067E3F for ; Tue, 7 Aug 2018 18:59:14 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from mail.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AE4547C8B4 for ; Tue, 7 Aug 2018 18:59:13 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from John-Baldwins-MacBook-Pro-2.local (ralph.baldwin.cx [66.234.199.215]) by mail.baldwin.cx (Postfix) with ESMTPSA id 5F50E10AFD2; Tue, 7 Aug 2018 14:59:12 -0400 (EDT) Subject: Re: programs like gdb core dump To: Erich Dollansky References: <20180805073817.3bc31c81.freebsd.ed.lists@sumeritec.com> <449a525a-e24f-fbde-a581-652c00af523f@FreeBSD.org> <20180807111041.129fad22.freebsd.ed.lists@sumeritec.com> Cc: freebsd-current@freebsd.org From: John Baldwin Message-ID: <367850fc-11e8-777e-f4fb-78262eb18f13@FreeBSD.org> Date: Tue, 7 Aug 2018 11:59:11 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20180807111041.129fad22.freebsd.ed.lists@sumeritec.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (mail.baldwin.cx); Tue, 07 Aug 2018 14:59:12 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.99.2 at mail.baldwin.cx X-Virus-Status: Clean 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: Tue, 07 Aug 2018 18:59:14 -0000 On 8/6/18 8:11 PM, Erich Dollansky wrote: > Hi, > > On Mon, 6 Aug 2018 15:57:53 -0700 > John Baldwin wrote: > >> On 8/4/18 4:38 PM, Erich Dollansky wrote: >>> Hi, >>> >>> I compiled me yesterday this system: >>> >>> 12.0-CURRENT FreeBSD 12.0-CURRENT #1 r337285: >>> >>> When restarting fortune core dumps. When trying to load the core >>> dump, gdb core dumps. >>> >>> The message is always: >>> >>> Bad system call (core dumped) >>> >>> Trying to install ports results in the same effect. >>> >>> Erich >> >> Did you upgrade from stable/11 with a world that is still stable/11? >> If so, did you make sure your kernel config includes COMPAT_FREEBSD11? >> (GENERIC should include this) >> > > I never have had a machine running 11. This machine is on 12 since 2 or > 3 years. I will check if this configuration was properly set on that > machine. Ahh, a fairly old 12 world with a recent 12 kernel will still need COMPAT_FREEBSD11. -- John Baldwin