From owner-freebsd-hackers@FreeBSD.ORG Fri Mar 28 18:00:34 2014 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E69A2AE4 for ; Fri, 28 Mar 2014 18:00:34 +0000 (UTC) Received: from mail.ignoranthack.me (ujvl.x.rootbsd.net [199.102.79.106]) (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 C0EF8E09 for ; Fri, 28 Mar 2014 18:00:34 +0000 (UTC) Received: from [10.73.160.242] (nat-dip7.cfw-a-gci.corp.yahoo.com [209.131.62.116]) (using SSLv3 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: sbruno@ignoranthack.me) by mail.ignoranthack.me (Postfix) with ESMTPSA id 2746A1929C8 for ; Fri, 28 Mar 2014 18:00:32 +0000 (UTC) Subject: qemu-mips illegal instruction [was readelf: Error: /usr/lib/libc.a: failed to skip archive symbol table] From: Sean Bruno To: "freebsd-hackers@freebsd.org" In-Reply-To: <1395599440.67694.13.camel@powernoodle.corp.yahoo.com> References: <1395337352.7757.11.camel@powernoodle.corp.yahoo.com> <1395599440.67694.13.camel@powernoodle.corp.yahoo.com> Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-PndviJJk1F88OPligJhj" Date: Fri, 28 Mar 2014 11:00:30 -0700 Message-ID: <1396029630.1466.21.camel@powernoodle.corp.yahoo.com> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: sbruno@freebsd.org List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Mar 2014 18:00:35 -0000 --=-PndviJJk1F88OPligJhj Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable > This problem seems to be caused by a endian issue in qemu-mips. Ed > Maste found the culprit and I've applied it here: >=20 > https://github.com/seanbruno/qemu/commit/05ee8495804599b52a88eb36b13ea9c0= 6b3207cd >=20 > Which is my combined tracking branch for qemu and sson's bsd-user > branch. >=20 > I'm currently tracking an "illegal instruction" on exit issue that seems > to happen on application exit causing a crash. >=20 > sean I've been tracking qemu upstream with sson's patches and massaging things here and there with the bsd-user mode qemu. https://github.com/seanbruno/qemu/tree/bsd-user That in combination with sson's kernelmod/userland tool allows me to "chroot" into a mips environment suitable for building packages. http://people.freebsd.org/~sson/imgact_binmisc/imgact_binmisc.diff Currently, if I explicitly pass a shell into the chroot command, I have no issues and all is well. e.g. chroot /mipsbuild /bin/sh If I do not explicitly pass a shell, I get an illegal instruction core dump from qemu-mips on exit from any command I run in the chroot: chroot /mipsbuild uname -a (Illegal Instruction)[coredump] This breaks poudriere right now. More or less this is my recipe: - built a mips32 world for "chroot" purposes: - use sson's binmisc ELF interceptor thing: - run binmiscctl: binmiscctl add mips32 --interpreter "/bin/qemu-mips" --magic "\x7f\x45 \x4c\x46\x01\x02\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00 \x08" --mask "\xff\xff\xff\xff\xff\xff\xff\x00\xff\xff\xff\xff\xff\xff \xff\xff\xff\xfe\xff\xff" --size 20 --set-enabled - chroot /mipsbuild - uname -a (Illegal Instruction and coredump ON EXIT) - chroot /mipsbuild /bin/sh - uname -a (works everytime) sean --=-PndviJJk1F88OPligJhj Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAABAgAGBQJTNbi+AAoJEBkJRdwI6BaHXo4H/2CZt/ot9MHTI3f47Ah3PTBL giK7x5gvJzkNHDGXrXeerN36b7e7A05LAQwWVfTCVqSXUeof0G8UoxERmvOD2Xc6 JtcAq3zwG3yMYV81kO6aoQL86d/KcjfR/IX8yzVYy38BORjt13GpiAnZ7FN8/Meg 9s7qVgDP3iS+kxnodBpOHGgmYsidB+Kl59zRafSAe0K/yTdNtF43qHudOcryRGTy vC5P7qbjPo5n52EGpShwYuxR6AkeNkwmR7rS+u2XNzNJ0guuObXimGYIQAUUREQP a0NhmHzRxf7w6FbhF/54un+GxOhHiAAafgbUab8/ikIpteypuDzhI8beDgY3SRU= =Gb/U -----END PGP SIGNATURE----- --=-PndviJJk1F88OPligJhj--