From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 21 15:28:47 2006 Return-Path: X-Original-To: freebsd-ports-bugs@FreeBSD.org Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A5DE16A4DD; Fri, 21 Jul 2006 15:28:47 +0000 (UTC) (envelope-from xj2106@columbia.edu) Received: from serrano.cc.columbia.edu (serrano.cc.columbia.edu [128.59.29.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3164B43D49; Fri, 21 Jul 2006 15:28:46 +0000 (GMT) (envelope-from xj2106@columbia.edu) Received: from photon.homelinux.org (dyn-carl-201-40.dyn.columbia.edu [160.39.201.40]) (user=xj2106 mech=PLAIN bits=0) by serrano.cc.columbia.edu (8.13.7/8.13.6) with ESMTP id k6LFSbvK018377 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 21 Jul 2006 11:28:42 -0400 (EDT) To: Edwin Groothuis References: <200607210630.k6L6UQsK093134@freefall.freebsd.org> From: Xiao-Yong Jin Date: Fri, 21 Jul 2006 11:28:37 -0400 In-Reply-To: <200607210630.k6L6UQsK093134@freefall.freebsd.org> (Edwin Groothuis's message of "Fri, 21 Jul 2006 06:30:26 GMT") Message-ID: <87lkqnugd6.fsf@photon.homelinux.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.0 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-No-Spam-Score: Local X-Scanned-By: MIMEDefang 2.48 on 128.59.29.6 Cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/100650: audio/moc dumps core when detach/quit X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jul 2006 15:28:47 -0000 I ran a back trace. (gdb) bt #0 0x00000000 in ?? () #1 0x2862ef0c in __do_global_dtors_aux () from /usr/local/lib/libmpcdec.so.4 #2 0x28636d98 in _fini () from /usr/local/lib/libmpcdec.so.4 #3 0x2808a37e in _rtld_error () from /libexec/ld-elf.so.1 #4 0x2808d3eb in dlclose () from /libexec/ld-elf.so.1 #5 0x0806fafd in lt_dlseterror () #6 0x08070bea in lt_dlclose () #7 0x08070b09 in lt_dlpreload_default () #8 0x08070bf4 in lt_dlclose () #9 0x08070d2a in lt_dlexit () #10 0x08059388 in decoder_cleanup () #11 0x080533b0 in main () Although no debugging symbols in the binary, it shows that there's something wrong with the libmpcdec. Hope it helps. -- Xiao-Yong