From owner-freebsd-ports@FreeBSD.ORG Thu Aug 5 22:37:53 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 130B116A53B for ; Thu, 5 Aug 2004 22:37:53 +0000 (GMT) Received: from odot.okladot.state.ok.us (odot.okladot.state.ok.us [192.149.244.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90D3543D31 for ; Thu, 5 Aug 2004 22:37:52 +0000 (GMT) (envelope-from root@techpc04.okladot.state.ok.us) Received: from notes9c.okladot.state.ok.us (notes9c.okladot.state.ok.us [10.36.36.31])RAA12458; Thu, 5 Aug 2004 17:37:48 -0500 Received: from isdmon2.okladot.state.ok.us ([192.149.244.24]) by notes9c.okladot.state.ok.us (Lotus Domino Release 6.5.1) with ESMTP id 2004080517384148-7910 ; Thu, 5 Aug 2004 17:38:41 -0500 Received: from techpc04.okladot.state.ok.us (techpc04.okladot.state.ok.us [199.27.9.37])i75MbRJo045739; Thu, 5 Aug 2004 17:37:29 -0500 (CDT) (envelope-from root@techpc04.okladot.state.ok.us) Received: by techpc04.okladot.state.ok.us (Postfix, from userid 0) id 2BF605C28; Thu, 5 Aug 2004 17:37:22 -0500 (CDT) To: "Michael Nottebrock" In-Reply-To: <200408051237.04822.michaelnottebrock@gmx.net> References: <20040804235741.EF1E25C29@techpc04.okladot.state.ok.us><200408051237.04822.michaelnottebrock@gmx.net><20040805161149.5D48E5C29@techpc04.okladot.state.ok.us> From: "Paul Seniura" Errors-To: "Paul Seniura" Sender: "Paul Seniura" Message-Id: <20040805223722.2BF605C28@techpc04.okladot.state.ok.us> Date: Thu, 5 Aug 2004 17:37:22 -0500 (CDT) X-ODOT-MailScanner-Information: Please contact the Help Desk for more information X-ODOT-MailScanner: This E-mail appears not to contain malware. X-ODOT-MailScanner-SpamCheck: not spam (whitelisted), SpamAssassin (score=-7.3, required 5, BAYES_01 -6.60, IN_REP_TO -3.20, J_CHICKENPOX_12 1.00, J_CHICKENPOX_22 1.00, MY_MTPARENS 0.44, RCVD_IN_ORBS 0.12) X-MIMETrack: Itemize by SMTP Server on Notes9c/ODOT(Release 6.5.1|January 21, 2004) at 08/05/2004 05:38:41 PM,at 08/05/2004 05:38:42 PM, Serialize complete at 08/05/2004 05:38:42 PM cc: freebsd-ports@freebsd.org Subject: tried everything (almost), keeps bombing -- Re: -Current build problems with audio/arts: "lt-mcopidl in free(): error: chunk is already free" and core dumped X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Paul Seniura List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Aug 2004 22:37:53 -0000 I did 'ln -s aj /etc/malloc.conf' and even set MALLOC_OPTIONS=aj -- and cleared them both -- to no avail. I also played with the original app's Makefiles by prefixing each $(MCOPIDL) line with an '@'. Nope, an "abort trap" is still too powerful. The console & /var/log/messages are showing this line every time, along with a core dump: Aug 5 17:15:58 techpc04 kernel: pid 42813 (lt-mcopidl), uid 0: exited on signal 6 (core dumped) The only thing I can think of is the system isn't obeying these settings. Instead it seems as tho 'AJ' is hard-coded somewhere. I ran 'grep -inr "malloc_option"' under /src/sys and elsewhere to see what/how it is being used, and nothing showed up. I will blow away /usr/obj and make a new world & kernel with full cleaning, and set MALLOC_OPTIONS=aj in /etc/make.conf just to see if we can force those settings that way. No CTM delta is scheduled for quite a while, so it will be this morning's snapshot still. It'll take an overnight run on this puny p2. Tomorrow I'll try building audio/arts again. If this still fails, I feel the need to file a bug report to fix the root of this problem: a double 'free()' somewhere. And possibly explore why 5-current seems to be ignoring malloc.conf settings as a secondary issue. -- thx, Paul Seniura.