From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: segmentation fault on gnu/hurd, CVS version Date: Mon, 14 Feb 2005 04:43:06 -0500 Message-ID: References: <20050213014929.GA22205@yahoo.fr> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1108377144 17909 80.91.229.2 (14 Feb 2005 10:32:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 14 Feb 2005 10:32:24 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 14 11:32:24 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D0dWY-0006wX-AZ for ged-emacs-devel@m.gmane.org; Mon, 14 Feb 2005 11:32:14 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D0dm3-0007zj-OJ for ged-emacs-devel@m.gmane.org; Mon, 14 Feb 2005 05:48:16 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D0d6R-0000Zu-PA for emacs-devel@gnu.org; Mon, 14 Feb 2005 05:05:15 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D0d6Q-0000ZM-I2 for emacs-devel@gnu.org; Mon, 14 Feb 2005 05:05:14 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D0d39-00008G-Kv for emacs-devel@gnu.org; Mon, 14 Feb 2005 05:01:56 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D0coy-0007qR-WC for emacs-devel@gnu.org; Mon, 14 Feb 2005 04:47:13 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1D0cl0-0005Bb-1M; Mon, 14 Feb 2005 04:43:06 -0500 Original-To: Munteanu Alexandru In-reply-to: <20050213014929.GA22205@yahoo.fr> (message from Munteanu Alexandru on Sun, 13 Feb 2005 02:49:29 +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 X-MailScanner-To: ged-emacs-devel@m.gmane.org Xref: main.gmane.org gmane.emacs.devel:33372 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:33372 Running emacs on gdb step by step, it gets stucked at the function XtOpenDisplay (..) at the file xterm.c I would think this means that either there is a bug in Xt or some of the data being passed to XtOpenDisplay are invalid. Can you find anything invalid?