From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/7655 Path: news.gmane.org!not-for-mail From: Waldemar Brodkorb Newsgroups: gmane.linux.lib.musl.general Subject: ppc soft-float regression Date: Sun, 17 May 2015 10:03:21 +0200 Message-ID: <20150517080321.GL16123@waldemar-brodkorb.de> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 X-Trace: ger.gmane.org 1431849824 15629 80.91.229.3 (17 May 2015 08:03:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 17 May 2015 08:03:44 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-7667-gllmg-musl=m.gmane.org@lists.openwall.com Sun May 17 10:03:40 2015 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1YttXv-000394-Km for gllmg-musl@m.gmane.org; Sun, 17 May 2015 10:03:39 +0200 Original-Received: (qmail 11429 invoked by uid 550); 17 May 2015 08:03:37 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 11403 invoked from network); 17 May 2015 08:03:33 -0000 Content-Disposition: inline X-Operating-System: Linux 3.2.0-4-amd64 x86_64 User-Agent: Mutt/1.5.21 (2010-09-15) Xref: news.gmane.org gmane.linux.lib.musl.general:7655 Archived-At: Hi, as mentioned the days on IRC. 1.1.9 produces a lot of segfaults on Qemu-PPC with Soft-Float. 1.1.8 was fine. Execute Qemu as this: qemu-system-ppc -nographic -M bamboo -device e1000,netdev=adk0 \ -netdev user,id=adk0 -kernel qemu-ppc-initramfs-kernel -initrd qemu-ppc-musl-initramfs wbx@chrom:~/musl-ppc $ qemu-system-ppc --version QEMU emulator version 2.3.0, Copyright (c) 2003-2008 Fabrice Bellard The system stopps at boot. strg-d to continue the boot with /etc/init.d/rcS. Strace is available in /usr/sbin/strace. Get the kernels and initramfs from here: http://openadk.org/musl-ppc/ Any ideas? best regards Waldemar