From owner-freebsd-gnome@FreeBSD.ORG Mon Apr 2 00:16:52 2007 Return-Path: X-Original-To: gnome@freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0949516A403 for ; Mon, 2 Apr 2007 00:16:52 +0000 (UTC) (envelope-from kaeru@inigo-tech.com) Received: from mail.inigo-tech.com (gambit.inigo-tech.com [202.190.74.10]) by mx1.freebsd.org (Postfix) with ESMTP id BEB7213C45B for ; Mon, 2 Apr 2007 00:16:51 +0000 (UTC) (envelope-from kaeru@inigo-tech.com) Received: from [192.168.1.20] (unknown [60.53.95.92]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by mail.inigo-tech.com (Postfix) with ESMTP id 5731F250439 for ; Mon, 2 Apr 2007 07:56:13 +0800 (MYT) From: Khairil Yusof To: gnome@freebsd.org Content-Type: text/plain Date: Mon, 02 Apr 2007 07:56:28 +0800 Message-Id: <1175471788.58398.23.camel@wolverine.inigo-tech.com> Mime-Version: 1.0 X-Mailer: Evolution 2.10.0 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: Subject: sysutils/gkrellm2 segfault X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Apr 2007 00:16:52 -0000 It looks like a gettext error, but I'm quite sure in this devel env that I've done portupgrade -fa to make sure. Does the following still point to something that hasn't been compiled against gettext 0.16? FreeBSD 6.2 RELEASE gnome# gdb GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-marcel-freebsd". (gdb) exec /usr/X11R6/bin/gkrellm (gdb) run Starting program: /usr/X11R6/bin/gkrellm [New LWP 100136] Program received signal SIGSEGV, Segmentation fault. [Switching to LWP 100136] 0x4895cf1b in pthread_rwlock_destroy () from /usr/lib/libthr.so.2 (gdb) thread apply all bt Thread 1 (LWP 100136): #0 0x4895cf1b in pthread_rwlock_destroy () from /usr/lib/libthr.so.2 #1 0x4895d476 in pthread_rwlock_unlock () from /usr/lib/libthr.so.2 #2 0x48a4c03b in set_binding_values (domainname=0x48b7ed82 "libgpg-error", dirnamep=0xbfbfe834, codesetp=0x0) at ../../gettext-runtime/intl/bindtextdom.c:110 #3 0x48a4c3c4 in libintl_bindtextdomain ( domainname=0x48b7ed82 "libgpg-error", dirname=0x48b7ed6a "/usr/local/share/locale") at ../../gettext-runtime/intl/bindtextdom.c:340 #4 0x48b7e916 in gpg_err_init () at init.c:59 #5 0x48b7ecf5 in __do_global_ctors_aux () from /usr/local/lib/libgpg-error.so.0 #6 0x48b7e74d in _init () from /usr/local/lib/libgpg-error.so.0 #7 0xbfbfe8c8 in ?? () #8 0x48104558 in ?? () from /libexec/ld-elf.so.1 #9 0xbfbfe878 in ?? () #10 0x480e52d5 in _rtld_error () from /libexec/ld-elf.so.1 #11 0x480e7983 in _rtld () from /libexec/ld-elf.so.1 #12 0x480e4b0e in .rtld_start () from /libexec/ld-elf.so.1 (gdb)