From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Munteanu Alexandru Newsgroups: gmane.emacs.devel Subject: segmentation fault on gnu/hurd, CVS version Date: Sun, 13 Feb 2005 02:49:29 +0100 Message-ID: <20050213014929.GA22205@yahoo.fr> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1108258804 32540 80.91.229.2 (13 Feb 2005 01:40:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 13 Feb 2005 01:40:04 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 13 02:40:04 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D08jq-0008Sn-0U for ged-emacs-devel@m.gmane.org; Sun, 13 Feb 2005 02:39:54 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D08z4-0004Of-51 for ged-emacs-devel@m.gmane.org; Sat, 12 Feb 2005 20:55:39 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D08y5-0004D9-Rd for emacs-devel@gnu.org; Sat, 12 Feb 2005 20:54:37 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D08xm-00046Q-QC for emacs-devel@gnu.org; Sat, 12 Feb 2005 20:54:20 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D08xm-00044a-8y for emacs-devel@gnu.org; Sat, 12 Feb 2005 20:54:18 -0500 Original-Received: from [80.236.113.205] (helo=localhost.localdomain) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D08cI-0004XB-Ki for emacs-devel@gnu.org; Sat, 12 Feb 2005 20:32:06 -0500 Original-Received: by localhost.localdomain (Postfix, from userid 1003) id 387B915CD62; Sun, 13 Feb 2005 02:49:29 +0100 (CET) Original-To: emacs-devel@gnu.org Mail-Followup-To: emacs-devel@gnu.org Content-Disposition: inline User-Agent: Mutt/1.5.6+20040907i 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:33327 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:33327 After compilation of the CVS version on GNU/Hurd, I have a segmentation fault when trying to launch emacs on X mode. The segmentation fault appears on older versions too. The problem is to find out if its a emacs bug or a XFree86 bug(which is not stable). Here is a quite full backtrace: http://www.ie2.u-psud.fr/~amuntean/debian/hurd-i386/experimental/emacs/reallyfullbt.txt Running emacs on gdb step by step, it gets stucked at the function XtOpenDisplay (..) at the file xterm.c Any help would be apreciated. Alex