From owner-freebsd-mips@freebsd.org Mon Mar 5 21:36:28 2018 Return-Path: Delivered-To: freebsd-mips@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 5ADE6F2BD02 for ; Mon, 5 Mar 2018 21:36:28 +0000 (UTC) (envelope-from wolfgang@lyxys.ka.sub.org) Received: from saturn.lyxys.ka.sub.org (saturn.lyxys.ka.sub.org [217.29.35.151]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C71626F3E8 for ; Mon, 5 Mar 2018 21:36:27 +0000 (UTC) (envelope-from wolfgang@lyxys.ka.sub.org) Received: from juno.lyxys.ka.sub.org (juno.lyx [IPv6:fd2a:89ca:7d54:0:240:caff:fe92:4f47]) by saturn.lyxys.ka.sub.org (8.15.2/8.15.2) with ESMTPS id w25LGZcV026511 (version=TLSv1 cipher=DHE-RSA-AES128-SHA bits=128 verify=FAIL) for ; Mon, 5 Mar 2018 22:16:37 +0100 (CET) (envelope-from wolfgang@lyxys.ka.sub.org) Received: from juno.lyxys.ka.sub.org (localhost [127.0.0.1]) by juno.lyxys.ka.sub.org (8.15.2/8.15.2) with ESMTPS id w25LGZtI021908 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Mon, 5 Mar 2018 22:16:35 +0100 (CET) (envelope-from wolfgang@lyxys.ka.sub.org) Received: (from wolfgang@localhost) by juno.lyxys.ka.sub.org (8.15.2/8.15.2/Submit) id w25LGZj9021907 for freebsd-mips@freebsd.org; Mon, 5 Mar 2018 22:16:35 +0100 (CET) (envelope-from wolfgang@lyxys.ka.sub.org) X-Authentication-Warning: juno.lyx: wolfgang set sender to wolfgang@lyxys.ka.sub.org using -f Date: Mon, 5 Mar 2018 22:16:35 +0100 From: Wolfgang Zenker To: freebsd-mips@freebsd.org Subject: ELF - panic on installworld Message-ID: <20180305211635.GA21623@lyxys.ka.sub.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Organization: private site User-Agent: Mutt/1.9.4 (2018-02-28) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (saturn.lyxys.ka.sub.org [IPv6:fd2a:89ca:7d54:1:200:24ff:feca:b4cc]); Mon, 05 Mar 2018 22:16:37 +0100 (CET) X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Mar 2018 21:36:28 -0000 Hi, I'm trying to run installworld using 11-STABLE on an Ubiquity Edge Router Lite (mips64, 2 cores, 512 MB Ram). Unfortunately I haven't managed to finish the installworld yet, I always get a panic: kernel stack overflow - trapframe at 0xffffffff80917eb0 in slightly different places during the installworld. Of the 4 panics I have seen on the serial console, 3 had the trapframe at 0xffffffff80917eb0 and one at 0xffffffff80915eb0 /usr/src and /usr/obj are nfs-mounted, and I have configured almost 2 GB of swap. The build was done in a Qemu environment. Any hints how to proceed from here? Wolfgang