From owner-freebsd-questions@FreeBSD.ORG Wed Apr 6 02:18:29 2011 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D3FA0106566B for ; Wed, 6 Apr 2011 02:18:29 +0000 (UTC) (envelope-from kadmin@ezekiel.daleco.biz) Received: from ezekiel.daleco.biz (southernuniform.com [66.76.92.18]) by mx1.freebsd.org (Postfix) with ESMTP id 0FE838FC08 for ; Wed, 6 Apr 2011 02:18:28 +0000 (UTC) Received: from ezekiel.daleco.biz (localhost [127.0.0.1]) by ezekiel.daleco.biz (8.14.3/8.14.3) with ESMTP id p361Rqxh056824 for ; Tue, 5 Apr 2011 21:00:10 -0500 (CDT) (envelope-from kadmin@ezekiel.daleco.biz) Received: from ezekiel.daleco.biz ([127.0.0.1]) by ezekiel.daleco.biz (ezekiel.daleco.biz [127.0.0.1]) (amavisd-new, port 10024) with LMTP id CEr74qN0eon4 for ; Tue, 5 Apr 2011 21:00:05 -0500 (CDT) Received: from ezekiel.daleco.biz (localhost [127.0.0.1]) by ezekiel.daleco.biz (8.14.3/8.14.3) with ESMTP id p36202GB057319 for ; Tue, 5 Apr 2011 21:00:02 -0500 (CDT) (envelope-from kadmin@ezekiel.daleco.biz) Received: (from kadmin@localhost) by ezekiel.daleco.biz (8.14.3/8.14.3/Submit) id p36202VZ057318 for questions@freebsd.org; Tue, 5 Apr 2011 21:00:02 -0500 (CDT) (envelope-from kadmin) Date: Tue, 5 Apr 2011 21:00:02 -0500 From: Kevin Kinsey To: questions@freebsd.org Message-ID: <20110406020002.GA57310@ezekiel.daleco.biz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Cc: Subject: Thunderbird segfaults if UID > 0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Apr 2011 02:18:29 -0000 Hello, I've had trouble since upgrading mail/thunderbird from 2.X to 3.1.9 --- as a non-root user, it segfaults. As root, I have no issues. I've tried: 1. Googling 2. "mv .mozilla .mozilla-old && thunderbird" 3. sudo chmod 777 /dev/null && thunderbird (and similar stuff with /dev/fd/* and the symlinks stdin, stdout and stderr. I'm kind of stumped at this point. Here's the last part of a ktrace: 54137 sh RET read 872/0x368 54137 sh CALL stat(0x283034d0,0xbfbfe638) 54137 sh NAMI "/usr/local/lib/thunderbird/run-mozilla.sh" 54137 sh STRU struct stat {dev=87, ino=6053072, mode=-rwxrwxrwx , nlink=1, uid=0, gid=0, rdev=24241760, atime=1302052597, stime=1301719584, ctime=1302044479, birthtime=1301719584, size=10461, blksize=4096, blocks=24, flags=0x0 } 54137 sh RET stat 0 54137 sh CALL eaccess(0x283034d0,X_OK) 54137 sh NAMI "/usr/local/lib/thunderbird/run-mozilla.sh" 54137 sh RET eaccess 0 54137 sh CALL geteuid 54137 sh RET geteuid 1001/0x3e9 54137 sh CALL fork 54137 sh RET fork 54141/0xd37d 54137 sh CALL getpgrp 54137 sh RET getpgrp 54137/0xd379 54137 sh CALL wait4(0xffffffff,0xbfbfe778,WUNTRACED,0) 54137 sh RET wait4 54141/0xd37d 54137 sh CALL exit(0x8b) Anyone got a clue what I've done? Thanks, Kevin Kinsey