From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.bugs Subject: Re: emacs 21.2 crashes immediately (new build on Intel/Solaris 8) Date: Fri, 29 Mar 2002 10:47:18 -0700 (MST) Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <200203291747.g2THlIY10147@aztec.santafe.edu> References: <2C61CCE8A870D211A523080009B94E430730A1B8@HQ5> Reply-To: rms@gnu.org NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1017424139 24204 127.0.0.1 (29 Mar 2002 17:48:59 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 29 Mar 2002 17:48:59 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16r0Ul-0006IH-00 for ; Fri, 29 Mar 2002 18:48:59 +0100 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16r0Ug-0006aN-00; Fri, 29 Mar 2002 12:48:54 -0500 Original-Received: from pele.santafe.edu ([192.12.12.119]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16r0T9-0006Un-00; Fri, 29 Mar 2002 12:47:19 -0500 Original-Received: from aztec.santafe.edu (aztec [192.12.12.49]) by pele.santafe.edu (8.11.6+Sun/8.9.3) with ESMTP id g2THlIa06369; Fri, 29 Mar 2002 10:47:18 -0700 (MST) Original-Received: (from rms@localhost) by aztec.santafe.edu (8.10.2+Sun/8.9.3) id g2THlIY10147; Fri, 29 Mar 2002 10:47:18 -0700 (MST) X-Authentication-Warning: aztec.santafe.edu: rms set sender to rms@aztec using -f Original-To: jwfrosch@intergraph.com In-Reply-To: <2C61CCE8A870D211A523080009B94E430730A1B8@HQ5> (jwfrosch@intergraph.com) Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.8 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:293 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:293 (dbx) where =>[1] strcpy(0x851c600, 0x485d6e00), at 0xdf7ccd82 [2] set_lface_from_font_name(f = 0x851c600, lface = 1214082560, fontname = 944929972, force_p = 1, may_fail_p = 1), line 3162 in "xfaces.c" [3] realize_default_face(f = 0x851c600), line 6124 in "xfaces.c" [4] realize_basic_faces(f = 0x851c600), line 6064 in "xfaces.c" [5] update_face_from_frame_parameter(f = 0x851c600, param = 406016508, new_value = 944930228), line 4275 in "xfaces.c" Would you please investigate the data being used in these innermost frames, to see what invalid data caused the crash? I recommend you use GDB so that the special commands for debugging Emacs can work. Also please read etc/DEBUG.