From owner-freebsd-arm@freebsd.org Tue May 31 19:20:35 2016 Return-Path: Delivered-To: freebsd-arm@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 A3378B5BF91 for ; Tue, 31 May 2016 19:20:35 +0000 (UTC) (envelope-from carlj@peak.org) Received: from filter04.peak.org (filter04.peak.org [69.59.194.80]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7F3781D16 for ; Tue, 31 May 2016 19:20:35 +0000 (UTC) (envelope-from carlj@peak.org) Received: from zmail-mta02.peak.org ([207.55.16.112]) by filter04.peak.org ({b5578ef9-c87c-4111-97f7-092309db775d}) via TCP (outbound) with ESMTPS id 20160531191706984_0000 for ; Tue, 31 May 2016 12:17:06 -0700 X-RC-FROM: X-RC-RCPT: Received: from zmail-mta02.peak.org (localhost [127.0.0.1]) by zmail-mta02.peak.org (Postfix) with ESMTPS id 516AD4D5B1 for ; Tue, 31 May 2016 12:17:01 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by zmail-mta02.peak.org (Postfix) with ESMTP id 336FC14C772 for ; Tue, 31 May 2016 12:17:01 -0700 (PDT) Received: from zmail-mta02.peak.org ([127.0.0.1]) by localhost (zmail-mta02.peak.org [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id nFSvQt1EmmUk for ; Tue, 31 May 2016 12:17:01 -0700 (PDT) Received: from mailproxy-lb-05.peak.org (mailproxy-lb-05.peak.org [207.55.17.95]) by zmail-mta02.peak.org (Postfix) with ESMTP id 08C834D5B1 for ; Tue, 31 May 2016 12:17:00 -0700 (PDT) Received: from carlj by elm.localnet with local (Exim 4.86_2 (FreeBSD)) (envelope-from ) id 1b7p9w-0002vZ-1r for freebsd-arm@freebsd.org; Tue, 31 May 2016 12:17:00 -0700 From: Carl Johnson To: freebsd-arm@freebsd.org Subject: Ruby floating point problem in FreeBSD 11.0-ALPHA1 X-Clacks-Overhead: GNU Terry Pratchett Date: Tue, 31 May 2016 12:17:00 -0700 Message-ID: <86mvn6rqab.fsf@elm.localnet> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain X-MAG-OUTBOUND: peakinternet.redcondor.net@207.55.16/22 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 May 2016 19:20:35 -0000 Hello, I just upgraded an RPi2 system to the 11.0-ALPHA1 and noticed that a fractional second sleep in ruby causes SIGABRT. I assume that is due to the softfp to hardfp transition, but it appears that the available packages are still softfp. I just checked and found that printing fp numbers from ruby works. Anybody have any comments about whether this is expected due to the transition? Thanks for any information. -- Carl Johnson carlj@peak.org