From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Alfred M. Szmidt" Newsgroups: gmane.emacs.devel Subject: Re: emacs from head segfaults when run with -nw Date: Tue, 06 Apr 2010 17:08:29 -0400 Message-ID: References: <83bpdyz2vz.fsf@gnu.org> <837homyowe.fsf@gnu.org> <831vetzzuh.fsf@gnu.org> Reply-To: ams@gnu.org NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1270588148 14441 80.91.229.12 (6 Apr 2010 21:09:08 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 6 Apr 2010 21:09:08 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Apr 06 23:09:07 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1NzG1C-0001B0-If for ged-emacs-devel@m.gmane.org; Tue, 06 Apr 2010 23:09:06 +0200 Original-Received: from localhost ([127.0.0.1]:46267 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NzG1C-00061e-2Q for ged-emacs-devel@m.gmane.org; Tue, 06 Apr 2010 17:09:06 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NzG0e-0005ox-HH for emacs-devel@gnu.org; Tue, 06 Apr 2010 17:08:32 -0400 Original-Received: from [199.232.76.173] (port=35894 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NzG0d-0005oU-QU for emacs-devel@gnu.org; Tue, 06 Apr 2010 17:08:31 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NzG0c-00069Q-99 for emacs-devel@gnu.org; Tue, 06 Apr 2010 17:08:31 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:58102) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NzG0c-00069J-0W for emacs-devel@gnu.org; Tue, 06 Apr 2010 17:08:30 -0400 Original-Received: from ams by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1NzG0b-0003mi-J0; Tue, 06 Apr 2010 17:08:29 -0400 In-reply-to: <831vetzzuh.fsf@gnu.org> (message from Eli Zaretskii on Mon, 05 Apr 2010 18:24:54 +0300) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:123282 Archived-At: Thanks. But where's the Lisp backtrace (xbacktrace)? Is this also during startup, or did you manage to invoke some command after it started? It looks like it crashed inside where-is, not in GC. That would be correct, here is the lisp backtrace: (gdb) xbacktrace "where-is-internal" (0xbfffdd64) "tool-bar-local-item-from-menu" (0xbfffe034) "apply" (0xbfffe164) "tool-bar-add-item-from-menu" (0xbfffe424) "tool-bar-setup" (0xbfffe6e4) "tool-bar-mode" (0xbfffe994) "command-line" (0xbfffec54) "normal-top-level" (0xbfffee70)