From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MWs71-00071U-UC for qemu-devel@nongnu.org; Fri, 31 Jul 2009 09:25:32 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MWs6x-0006wX-81 for qemu-devel@nongnu.org; Fri, 31 Jul 2009 09:25:31 -0400 Received: from [199.232.76.173] (port=56945 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MWs6w-0006wU-VT for qemu-devel@nongnu.org; Fri, 31 Jul 2009 09:25:27 -0400 Received: from mail.gmx.net ([213.165.64.20]:39018) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1MWs6w-000819-AE for qemu-devel@nongnu.org; Fri, 31 Jul 2009 09:25:26 -0400 From: "Jan-Simon =?iso-8859-1?q?M=F6ller?=" Subject: Re: [Qemu-devel] qemu-arm fails on test-mmap Date: Fri, 31 Jul 2009 15:25:32 +0200 References: <200907310334.00712.dl9pf@gmx.de> <761ea48b0907310258n4608ab58g9f4d8ee7363d383b@mail.gmail.com> <200907311503.31865.dl9pf@gmx.de> In-Reply-To: <200907311503.31865.dl9pf@gmx.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200907311525.32459.dl9pf@gmx.de> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Am Friday 31 July 2009 15:03:31 schrieb Jan-Simon M=F6ller: > Hi ! >=20 > The funny thing is - i can run the test with the same binaries without pr= oblem _outside_ the arm chroot, but not inside: >=20 > dl9pf@legolas:~> /var/tmp/build-root/usr/bin/qemu-arm /var/tmp/build-root= /test-mmap > pagesize=3D4096 pagemask=3Dfff > check_aligned_anonymous_unfixed_mmaps passed > check_aligned_anonymous_unfixed_colliding_mmaps passed > check_aligned_anonymous_fixed_mmaps addr=3D0x6a271000 passed > check_file_unfixed_mmaps passed > check_file_fixed_mmaps addr=3D0x6a2c9000 passed > check_file_fixed_eof_mmaps addr=3D0x6a369000 passed > check_file_unfixed_eof_mmaps passed >=20 > legolas:/home/dl9pf # chroot /var/tmp/build-root >=20 > legolas:/> ./test-mmap > pagesize=3D4096 pagemask=3Dfff > check_aligned_anonymous_unfixed_mmaps passed > check_aligned_anonymous_unfixed_colliding_mmapsSpeicherzugriffsfehler >=20 > legolas:/> file test-mmap > test-mmap: ELF 32-bit LSB executable, ARM, version 1 (SYSV), statically l= inked, for GNU/Linux 2.6.16, not stripped > legolas:/> file usr/bin/qemu-arm > usr/bin/qemu-arm: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), st= atically linked, for GNU/Linux 2.6.4, not stripped >=20 >=20 > *scratching head* Inside the arm-chroot it segfaults when it hits 0x60000000 . No problems wi= th that outside. Any idea on this boundary ? Best, Jan-Simon