From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: SEGV in x_catch_errors_unwind (x86_64-unknown-linux-gnu) Date: Mon, 20 Feb 2006 10:04:47 -0500 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1140464762 17738 80.91.229.2 (20 Feb 2006 19:46:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 20 Feb 2006 19:46:02 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 20 20:46:00 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 1FBGyt-0004ut-Re for ged-emacs-devel@m.gmane.org; Mon, 20 Feb 2006 20:46:00 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FBGyT-0002Dy-Ic for ged-emacs-devel@m.gmane.org; Mon, 20 Feb 2006 14:45:33 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FBCw1-0008QO-9r for emacs-devel@gnu.org; Mon, 20 Feb 2006 10:26:45 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FBCp0-00076C-9K for emacs-devel@gnu.org; Mon, 20 Feb 2006 10:19:56 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FBCas-0003kB-Mn for emacs-devel@gnu.org; Mon, 20 Feb 2006 10:04:55 -0500 Original-Received: from [132.204.24.67] (helo=mercure.iro.umontreal.ca) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FBCgw-0002XP-3q for emacs-devel@gnu.org; Mon, 20 Feb 2006 10:11:10 -0500 Original-Received: from hidalgo.iro.umontreal.ca (hidalgo.iro.umontreal.ca [132.204.27.50]) by mercure.iro.umontreal.ca (Postfix) with ESMTP id CBE792CEBD8; Mon, 20 Feb 2006 10:04:53 -0500 (EST) Original-Received: from asado.iro.umontreal.ca (asado.iro.umontreal.ca [132.204.24.84]) by hidalgo.iro.umontreal.ca (Postfix) with ESMTP id 7708D4AC17F; Mon, 20 Feb 2006 10:04:47 -0500 (EST) Original-Received: by asado.iro.umontreal.ca (Postfix, from userid 20848) id 61B1571482; Mon, 20 Feb 2006 10:04:47 -0500 (EST) Original-To: emacs-devel@gnu.org In-Reply-To: (Reiner Steib's message of "Mon, 20 Feb 2006 15:59:23 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) X-DIRO-MailScanner-Information: Please contact the ISP for more information X-DIRO-MailScanner: Found to be clean X-DIRO-MailScanner-SpamCheck: n'est pas un polluriel, SpamAssassin (score=-4.855, requis 5, autolearn=not spam, AWL 0.04, BAYES_00 -4.90) X-MailScanner-From: monnier@iro.umontreal.ca 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:50814 Archived-At: > I recompiled with this change on 2006-02-17. I can't reproduce the > Drag/drop crash anymore. Good. > Today I got another "x_error_message == 0x0" crash: > --8<---------------cut here---------------start------------->8--- > Program received signal SIGSEGV, Segmentation fault. > 0x00000000004fe8b0 in x_catch_errors_unwind (dummy=20426868) > at [...]/emacs/src/xterm.c:7543 > warning: Source file is more recent than executable. > 7543 Display *dpy = x_error_message->dpy; > (gdb) bt full > #0 0x00000000004fe8b0 in x_catch_errors_unwind (dummy=20426868) > at [...]/emacs/src/xterm.c:7543 > dpy = Variable "dpy" is not available. > (gdb) xbacktrace > (gdb) p x_error_message > $1 = (struct x_error_message_stack *) 0x0 > (gdb) > --8<---------------cut here---------------end--------------->8--- What's the C backtrace? Stefan