From owner-freebsd-current@FreeBSD.ORG Wed Feb 21 19:48:46 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B636316A405 for ; Wed, 21 Feb 2007 19:48:46 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.freebsd.org (Postfix) with ESMTP id 9C4DF13C491 for ; Wed, 21 Feb 2007 19:48:46 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.13.8/8.13.8) with ESMTP id l1LJkrLm070076 for ; Wed, 21 Feb 2007 11:46:53 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.13.8/8.13.8/Submit) id l1LJkpsh070075 for freebsd-current@freebsd.org; Wed, 21 Feb 2007 11:46:51 -0800 (PST) (envelope-from sgk) Date: Wed, 21 Feb 2007 11:46:51 -0800 From: Steve Kargl To: freebsd-current@freebsd.org Message-ID: <20070221194651.GB69869@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.2i Subject: malloc dropped core X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 21 Feb 2007 19:48:46 -0000 While using ImageMagick, I got the following error message troutmask:kargl[209] display case3b-wth-longrange.jpg Assertion failed: (mapelm.free == false), function arena_dalloc, file /usr/src/lib/libc/stdlib/malloc.c, line 2440. Abort (core dumped) Unfortunately, the backtrace doesn't give too much info #0 0x00000002027b321c in kill () from /lib/libc.so.7 #1 0x0000000200720fed in MagickSignalHandler () from /usr/local/lib/libMagick.so.10 #2 #3 0x00000002027b321c in kill () from /lib/libc.so.7 #4 0x00000002027b20ad in abort () from /lib/libc.so.7 #5 0x000000020279bc25 in __assert () from /lib/libc.so.7 #6 0x0000000202743b2f in reallocf () from /lib/libc.so.7 #7 0x0000000202745cc7 in free () from /lib/libc.so.7 #8 0x000000020072244e in RelinquishMagickMemory () from /usr/local/lib/libMagick.so.10 #9 0x00000002006ca98b in XMagickCommand () from /usr/local/lib/libMagick.so.10 #10 0x00000002006da20b in XDisplayImage () from /usr/local/lib/libMagick.so.10 #11 0x0000000200acacf2 in DisplayImageCommand () from /usr/local/lib/libWand.so.10 On this system, I have /etc/malloc symlinked to aj. libc and kernel are from 7 Feb 07 sources. -- Steve