From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.242]) by ozlabs.org (Postfix) with ESMTP id 8ACF3DDDF2 for ; Sat, 29 Dec 2007 00:25:17 +1100 (EST) Received: by an-out-0708.google.com with SMTP id c37so642186anc.78 for ; Fri, 28 Dec 2007 05:25:16 -0800 (PST) Date: Fri, 28 Dec 2007 07:25:12 -0600 From: Josh Boyer To: Sean MacLennan Subject: Re: Problems with arch/powerpc Message-ID: <20071228072512.01c6eba8@vader.jdub.homelinux.org> In-Reply-To: <47749548.8020908@pikatech.com> References: <47742519.8060502@pikatech.com> <20071227194753.56bc92f8@vader.jdub.homelinux.org> <477493D9.7070700@pikatech.com> <47749548.8020908@pikatech.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Cc: linuxppc-dev@ozlabs.org, Stefan Roese List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, 28 Dec 2007 01:18:48 -0500 Sean MacLennan wrote: > And one more thought, could uClibc be causing problems with the new > kernel? It just seems strange that kernel "stuff" seems to work (e.g. no > problems mounting a usbkey) yet a simple setjmp in a user mode app reeks > havoc. > > We are going to be moving away from uClibc in the short term (I am the > only one left using it). So if this could be an issue I might have to > bite the bullet and switch now. Does the setjmp call use floating point instructions? I'm wondering if the APU isn't enabled for the FPU on the Yosemite board for some reason. If that wasn't enabled, weird things would happen. josh