From owner-freebsd-questions@FreeBSD.ORG Sat Feb 4 13:44:46 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3190716A420 for ; Sat, 4 Feb 2006 13:44:46 +0000 (GMT) (envelope-from dayton@brooklyn.cuny.edu) Received: from mail.networksolutionsemail.com (omr2.networksolutionsemail.com [205.178.146.52]) by mx1.FreeBSD.org (Postfix) with SMTP id 3BB9F43D49 for ; Sat, 4 Feb 2006 13:44:44 +0000 (GMT) (envelope-from dayton@brooklyn.cuny.edu) Received: (qmail 14525 invoked from network); 4 Feb 2006 13:44:44 -0000 Received: from unknown (HELO hurt.localhost) (66.108.163.241) by omr2.mgt.bos.netsol.com with SMTP; 4 Feb 2006 13:44:44 -0000 Received: from hurt.localhost (localhost [127.0.0.1]) by hurt.localhost (Postfix) with ESMTP id BF6F6CB7; Sat, 4 Feb 2006 08:44:43 -0500 (EST) Date: Sat, 04 Feb 2006 08:44:43 -0500 Message-ID: From: Dayton Clark To: freebsd-questions@freebsd.org User-Agent: Wanderlust/2.10.1 (Watching The Wheels) SEMI/1.14.6 (Maruoka) FLIM/1.14.6 (Marutamachi) APEL/10.6 Emacs/21.3 (i386--freebsd) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Cc: Dayton Clark Subject: kdeinit/openoffice/gnome-terminal crash in libpthread X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dayton Clark List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Feb 2006 13:44:46 -0000 Folks, I recently upgraded from 5.4R to 6.0R. I also tried to upgrade KDE and openoffice. I use xfce, so my machine is not totally useless 8^). The machine is a Toshiba Tecra M1. The first problem I noticed is that kdeinit dumps core. Subsequently, openoffice-2.0 and gnome-terminal also crash in libpthread. Stack traces from kdeinit and gnome-terminal are below. I have upgraded the kernel, libpthread, libc_r and libthr to -STABLE. I have also recompiled kdeinit and gnome-terminal (openoffice is a binary install). I have searched the archives. About a month ago someone had a very similar, but there was no response. I have run out of ideas and am about to do a fresh install and restore, ugh!, all my files. I would welcome any suggestions. thanks dayton The stack from kdeinit is: (gdb) where #0 0x292f7576 in sigaction () from /usr/lib/libpthread.so.2 #1 0xbfbfff94 in ?? () #2 0x00000014 in ?? () #3 0xbfbfe350 in ?? () #4 0xbfbfe090 in ?? () #5 0x00000000 in ?? () #6 0x292f748c in sigaction () from /usr/lib/libpthread.so.2 #7 0x0804ef07 in main () (gdb) This is from gnome-terminal: (gdb) where #0 0x28cc6f0b in pthread_rwlock_timedwrlock () from /usr/lib/libpthread.so.2 #1 0x28087149 in rlock_release () from /libexec/ld-elf.so.1 #2 0x28085261 in _rtld_bind () from /libexec/ld-elf.so.1 #3 0x280833e9 in _rtld_bind_start () from /libexec/ld-elf.so.1 #4 0x286c7100 in ?? () #5 0x00000188 in ?? () #6 0x0808d000 in ?? () #7 0x0808d000 in ?? () #8 0x29669050 in ?? () #9 0x00000206 in ?? () #10 0x286c7100 in ?? () #11 0x00000188 in ?? () #12 0x28ccf450 in pthread_mutexattr_init () from /usr/lib/libpthread.so.2 #13 0x00000000 in ?? () (gdb)