From owner-freebsd-ports@FreeBSD.ORG Wed Feb 11 04:28:20 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71C3516A4CE for ; Wed, 11 Feb 2004 04:28:20 -0800 (PST) Received: from viviendaatualcance.com.mx (dsl-200-78-46-212.prod-infinitum.com.mx [200.78.46.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09E8F43D1D for ; Wed, 11 Feb 2004 04:28:20 -0800 (PST) (envelope-from eculp@viviendaatualcance.com.mx) Received: from localhost (localhost [127.0.0.1]) (uid 80) by viviendaatualcance.com.mx with local; Wed, 11 Feb 2004 06:28:19 -0600 Received: from dsl-200-95-35-233.prod-infinitum.com.mx (dsl-200-95-35-233.prod-infinitum.com.mx [200.95.35.233]) by mail.viviendaatualcance.com.mx (Horde) with HTTP for ; Wed, 11 Feb 2004 06:28:19 -0600 Message-ID: <20040211062819.kgg4owsgsg8swggs@mail.viviendaatualcance.com.mx> Date: Wed, 11 Feb 2004 06:28:19 -0600 From: Edwin Culp To: ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) 4.0-cvs X-Mailman-Approved-At: Wed, 11 Feb 2004 05:43:25 -0800 Subject: ruby in malloc(): error: allocation failed Abort (core dumped) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Feb 2004 12:28:20 -0000 This error seems to be part of the threading issue or was brought to light by it. First I'm running current as of yesterday, while doing a portupgrade -Rrua during the rebuild of portupgrade. I tried to get past it by recompiling qmake, etc. with no luck so I added a /etc/libmap.conf based on the man page, recompiled everything based other's information on the mailling list. I even blew away my ports tree, distfiles, etc and resuped all. Everything is/was working except portupgrade/ruby. When I start portupgrade or friends, I get the above malloc message and signal 6 from ruby. ---> Session started at: Wed, 11 Feb 2004 06:02:56 -0600 [Updating the pkgdb in /var/db/pkg ... - 301 packages found (-26 +17) (...)ruby in malloc(): error: allocation failed Abort (core dumped) Any suggestions would be highly appreciated. I'm blocked. ed