From owner-freebsd-current@freebsd.org Sun Jun 4 12:28:46 2017 Return-Path: Delivered-To: freebsd-current@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 23CF4B7AFA6 for ; Sun, 4 Jun 2017 12:28:46 +0000 (UTC) (envelope-from Alexander@leidinger.net) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 07CD274F27 for ; Sun, 4 Jun 2017 12:28:46 +0000 (UTC) (envelope-from Alexander@leidinger.net) Received: by mailman.ysv.freebsd.org (Postfix) id 0418BB7AFA5; Sun, 4 Jun 2017 12:28:46 +0000 (UTC) Delivered-To: current@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 039E0B7AFA4 for ; Sun, 4 Jun 2017 12:28:46 +0000 (UTC) (envelope-from Alexander@leidinger.net) Received: from mailgate.Leidinger.net (bastille.leidinger.net [89.238.82.207]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8911D74F26 for ; Sun, 4 Jun 2017 12:28:44 +0000 (UTC) (envelope-from Alexander@leidinger.net) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=leidinger.net; s=outgoing-alex; t=1496579289; bh=FKQGxeNuEeTawStstHGOLGHHUZMfE26CHhnRKi29KB4=; h=Date:From:To:Subject; b=fkRI7u1AR9dJK3opJFw4itCQP+sSokjiV9n4h8SmtWPuzmRODosBYlnARIeBvcAR0 YAuamhpmApaqXLNtwC4mY8sAoFIcqz8wf3Hzd9V8p22QtllBy8r1f1pDkSwe54b830 KvHxXkLN6qBoBuIDuno4w9PASsTu/w42U+XeJayQMgRVakALYK6SDB+qnSqZqVzCGs V7yvFWtqOdiL/C98a7Gs1fewLt+pFx4I+GtKRpc5KOuKMxvDRtIxZocteA9skgXdRd 4ZGFk8YBIGhcNBF/b6QUNy5TjHg7kIKkXwNZA428v1b53t3cpguLqlGckvP2B3pZ7M dHcjHux20qBkA== DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=leidinger.net; s=outgoing-alex; t=1496579321; bh=FKQGxeNuEeTawStstHGOLGHHUZMfE26CHhnRKi29KB4=; h=Date:From:To:Subject; b=q9TohpcrZEbToHNV0nIASNz6GGHg7nDzbzCMkuylLbu/btELKKHUzqBSyQyWjimmE 2fynjwhPgcMeDIMfRgx+XfuG66DNvxp/lvgesOX4kD2OVGM+XPm+jsB648bHVxXQGv /YtK8JXOhn+1YuKvaqyQeOPYdq78yv7XVm0ep1mYu9MRhpnZtp2bse2BCfkwtzM52d z1BJ6nEANjmFUwk07yqeuCpsxU6eE1uO13I8JNcJOL5cK5tYEQkflXVhAchQhMtHu2 J+M4Pa2lITqTsKs0bxzAsWIwZoeAAjEHVnMkU/I1bQbdsymHb1BzoZ9XMF5cKztsgW jvRvXzSqaVnxA== Date: Sun, 04 Jun 2017 14:28:09 +0200 Message-ID: <20170604142809.Horde.fwk20aBDjbwJYjG3hhX43yk@webmail.leidinger.net> From: Alexander Leidinger To: current@freebsd.org Subject: zfsloader and compiler options/version? User-Agent: Horde Application Framework 5 Content-Type: multipart/signed; boundary="=_Ll4-GB0ZnOuykTGt063R7HK"; protocol="application/pgp-signature"; micalg=pgp-sha1 MIME-Version: 1.0 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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: Sun, 04 Jun 2017 12:28:46 -0000 This message is in MIME format and has been PGP signed. --=_Ll4-GB0ZnOuykTGt063R7HK Content-Type: text/plain; charset=utf-8; format=flowed; DelSp=Yes Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, I have a zfsloader which hangs directly after "Booting". First I=20=20 attributed=20it to maybe a bug in meta-mode/ccache + ino64 (easy=20=20 assumption=20without knowing if ino64 is involved in zfsloader), but=20=20 after=20ccache -C, removing /usr/obj and running 2x "make cleanworld"=20=20 and=202x "make clean" before a buildworld I now get some kind of a=20=20 loader-dump=20(BTX halted) message. The zfsloader binary from a=20=20 downloaded=20release-snapshot (r318945) after ino64 update doesn't=20=20 exhibit=20this issue. Has someone seen something similar? So far I assume this is something=20=20 with=20the compiler flags... I have the broken zfsloader (r319541) available at http://www.leidinger.net/FreeBSD/zfsloader.nok if someone wants to play around with it. Here the settings I used to compile it: dmesg: FreeBSD clang version 4.0.0 (tags/RELEASE_400/final 297347) (based on=20=20 LLVM=204.0.0) CPU: Intel(R) Xeon(R) CPU L5630 @ 2.13GHz (2133.35-MHz=20=20 K8-class=20CPU) /etc/src-env.conf WITH_META_MODE=3Dyes /etc/src.conf WITH_IDEA=3Dyes WITHOUT_PROFILE=3Dyes CFLAGS+=3D-DFTP_COMBINE_CWDS MALLOC_PRODUCTION=3Dyes LOADER_FIREWIRE_SUPPORT=3Dyes #WITH_FAST_DEPEND=3Dyes KERNCONF=3DANDROMEDA /etc/make.conf CFLAGS+=3D -O2 -pipe #-mfpmath=3Dsse -msse2 COPTFLAGS=3D -O2 -pipe CPUTYPE?=3Dnative WITH_CCACHE_BUILD=3Dyes Bye, Alexander. --=20 http://www.Leidinger.net=20Alexander@Leidinger.net: PGP 0x8F31830F9F2772BF http://www.FreeBSD.org netchild@FreeBSD.org : PGP 0x8F31830F9F2772BF --=_Ll4-GB0ZnOuykTGt063R7HK Content-Type: application/pgp-signature Content-Description: Digitale PGP-Signatur Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAABAgAGBQJZM/zZAAoJEKrxQhqFIICEZigQALOaeZ2AWvkItxXNPxsI5ncf aVuvQjS6cbiN1M/Nkx1TeUK/+X+IIFQF4XvWlTZrrpu3JIUaYYL7ZGwGWTOCS9jC iEs62grPXUQz4iToKix16MjZ3d36CLBbHgRnz5G6+1AnDjBD0ngImAC5Lu8ro4jw oXzJBMDX5S2JphyXCqNe11uY+5To4XCRD3dvUu6zKLhSF164nDTb8pBEpP3iW6VO iFpMZn6t2zUzjjsafloSoaemal15+h0DyMle4gb4kbwmySCYerUOUL64okDDswfY HEsMtmj64/cWhSCjcrZsigzIa/niwZLjCiA9MwDEXL5g+lJIV2XZ7dBuSlcdUJm0 ThbbfzmyqAPofb5/y8tpNOBukx4/Fs1HwsIyLM2Xz9Ylo9ASS5QBWQdG/7IHev+9 JarnXWkSnCpLEnH5xyftpdeU1wMpZJqlvMgWmfYG8UNClnFfo2eKTFtNNS/XYSDA VPcn3dKytDYv7/kicoFm+GTY/RNNfZ6YB4WbDu9YYaGczCG/ZeC5LmKKcPWbc2W5 ljrWNXcNZlxQJh+Q9iYRj6rTIRoPNnBCSaRryEPNIs2kQcwzrmmiEI236mIF0K40 lN+TYXSW8u3xVQGi3F3QVbit1uxeLet0TgrnTjrENKfllwqXHulm4fIFo2RsptoM +Ijio9SbCozooBV0iyAq =wW3y -----END PGP SIGNATURE----- --=_Ll4-GB0ZnOuykTGt063R7HK--