From owner-freebsd-current@FreeBSD.ORG Fri Dec 19 15:19:08 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A230516A4CE for ; Fri, 19 Dec 2003 15:19:08 -0800 (PST) Received: from heron.mail.pas.earthlink.net (heron.mail.pas.earthlink.net [207.217.120.189]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D38343D3F for ; Fri, 19 Dec 2003 15:19:07 -0800 (PST) (envelope-from k5gj@earthlink.net) Received: from adsl-66-143-195-146.dsl.amrltx.swbell.net ([66.143.195.146] helo=gateway2000) by heron.mail.pas.earthlink.net with asmtp (Exim 3.33 #1) id 1AXTtj-0003XF-00 for freebsd-current@FreeBSD.org; Fri, 19 Dec 2003 15:19:07 -0800 Message-ID: <000501c3c686$813ef510$9e7ba8c0@gateway2000> From: "Tom Cage" To: Date: Fri, 19 Dec 2003 17:19:08 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-ELNK-Trace: 39a6e9a8ef62c8c64d2b10475b57112029b1967d0657c690e65a78c1757aefa8eac0014eaa054249350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Mailman-Approved-At: Fri, 19 Dec 2003 15:20:31 -0800 Subject: FreeBSD-5.2-RC1 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Dec 2003 23:19:08 -0000 Scott, I have downloaded and installed FreeBSD-5.2-CURRENT and find that everything work correctly with one exception, ecm-5.0.1. This same problem occurs on 3 different computers. Using gcc-3.3-CURRENT, the following occurs: GMP-ECM 5.0.1 [powered by GMP 4.1.2] [P-1] (FreeBSD 5-CURRENT) Resuming P-1 residue saved by root@emachine4.k5gj with GMP-ECM 5.0.1 on Tue Dec 16 17:43:51 2003 Input number is 1479250581932353836111603117417735935676307120966863920517486711591901186734 1448541017548227478511973405019870041948451597049993523636158664702481 (146 digits) Using B1=2147483648-2900000000, B2=2363547967392, polynomial x^120 Step 1 took 1446866ms ecm in realloc(): error: allocation failed Abort trap (core dumped) Note that Slackware 9.1 and RedHat 9.0 work correctly well beyond this point on the same computer. GMP-ECM 5.0.1 [powered by GMP 4.1.2] [P-1] (Slackware 9.1) Resuming P-1 residue saved by root@emachine.k5gj with GMP-ECM 5.0.1 on Thu Aug 7 02:18:44 2003 Input number is 6387246931498192073906927522435682630230785553100137468118332744659533597670 725695314149485215317522631997341173176807110436177419786463464717314259 (148 digits) Using B1=11000000000-17179869184, B2=29813862930521, polynomial x^120 Step 1 took 24326400ms Step 2 took 22722110ms GMP-ECM 5.0.1 [powered by GMP 4.1.2] [P-1] (Slackware 9.1) Resuming P-1 residue saved by root@emachine.k5gj with GMP-ECM 5.0.1 on Thu Aug 7 20:10:20 2003 Input number is 6387246931498192073906927522435682630230785553100137468118332744659533597670 725695314149485215317522631997341173176807110436177419786463464717314259 (148 digits) Using B1=17179869184-26000000000, B2=53804817667084, polynomial x^120 Step 1 took 34737610ms Error: too large B2, maximal value is k*9846466279650 where k is the number of step 2 blocks (see option -k) The only other thing of note is that KStars does not install in KDE when doing a clean install with FreeBSD-5.2.RC1. Tom