From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: SEGV in x_catch_errors_unwind (x86_64-unknown-linux-gnu) Date: Sun, 12 Feb 2006 23:40:47 -0500 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1139805987 22339 80.91.229.2 (13 Feb 2006 04:46:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 13 Feb 2006 04:46:27 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 13 05:46:23 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F8VbT-0001Cw-43 for ged-emacs-devel@m.gmane.org; Mon, 13 Feb 2006 05:46:23 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F8VbS-0003Dk-5L for ged-emacs-devel@m.gmane.org; Sun, 12 Feb 2006 23:46:22 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F8VW5-0007ir-TZ for emacs-devel@gnu.org; Sun, 12 Feb 2006 23:40:49 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F8VW4-0007iR-VW for emacs-devel@gnu.org; Sun, 12 Feb 2006 23:40:49 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F8VW4-0007iJ-GQ for emacs-devel@gnu.org; Sun, 12 Feb 2006 23:40:48 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1F8VaR-0002YW-L6 for emacs-devel@gnu.org; Sun, 12 Feb 2006 23:45:19 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1F8VW3-0007TA-Nz; Sun, 12 Feb 2006 23:40:47 -0500 Original-To: Reiner Steib In-reply-to: (message from Reiner Steib on Wed, 08 Feb 2006 18:19:23 +0100) 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:50447 Archived-At: > Please describe exactly what actions triggered the bug > and the precise symptoms of the bug: ` k [Ctrl ]' (But it's not reproducible.) Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 182940272320 (LWP 4018)] x_catch_errors_unwind (dummy=9829361) at [...]/emacs/src/xterm.c:7530 The first question is, what was the immediate cause of the crash? Could you please see what instruction crashed, and what data it was looking at? Maybe it was examining x_error_message->dpy. What is the value of x_error_message?