From owner-freebsd-questions@FreeBSD.ORG Fri Apr 27 02:08:58 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 72C3E16A400 for ; Fri, 27 Apr 2007 02:08:58 +0000 (UTC) (envelope-from howard@goldstein-pa.com) Received: from pickle.queue.to (pickle.queue.to [71.180.69.18]) by mx1.freebsd.org (Postfix) with ESMTP id 00AF513C459 for ; Fri, 27 Apr 2007 02:08:57 +0000 (UTC) (envelope-from howard@goldstein-pa.com) Received: (qmail 78170 invoked from network); 26 Apr 2007 21:42:16 -0400 Received: from cally.queue.to (172.16.0.6) by pickle.queue.to with ESMTP; 26 Apr 2007 21:42:16 -0400 Message-ID: <463154F7.6070901@goldstein-pa.com> Date: Thu, 26 Apr 2007 21:42:15 -0400 From: Howard Goldstein User-Agent: Thunderbird 2.0.0.0 (X11/20070426) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <46313796.7070601@queue.to> <17969.15741.513958.867345@jerusalem.litteratus.org> <46314AEB.2000200@u.washington.edu> In-Reply-To: <46314AEB.2000200@u.washington.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: youshi10@u.washington.edu Subject: Re: Thunderbird 2.0 dumps core on second file open op 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: Fri, 27 Apr 2007 02:08:58 -0000 Garrett Cooper wrote: > Did you build thunderbird with custom cflags, and have to tried getting > a backtrace for all of the calls made from thunderbird using the > coredump and gdb? I'm sorry, reading Robert Huff's reply I should have also disclosed my make.conf CFLAGS, they are custom at -O2 and -march=pentium4 from the CPUTYPE. I'll try it right now without them