From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Angelo Graziosi Newsgroups: gmane.emacs.devel Subject: Re: Recent Emacs crashes when started in console Date: Fri, 11 Apr 2008 01:46:07 +0200 Message-ID: <47FEA6BF.1060603@alice.it> References: <47FD3724.1090508@alice.it> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1207871227 2249 80.91.229.12 (10 Apr 2008 23:47:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 10 Apr 2008 23:47:07 +0000 (UTC) Cc: ari.roponen@gmail.com To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Apr 11 01:47:39 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Jk6UL-0007ww-I4 for ged-emacs-devel@m.gmane.org; Fri, 11 Apr 2008 01:47:29 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jk6Th-00021q-Vh for ged-emacs-devel@m.gmane.org; Thu, 10 Apr 2008 19:46:49 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jk6Te-00021d-AZ for emacs-devel@gnu.org; Thu, 10 Apr 2008 19:46:46 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jk6Ta-000208-Hy for emacs-devel@gnu.org; Thu, 10 Apr 2008 19:46:45 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jk6Ta-000203-DG for emacs-devel@gnu.org; Thu, 10 Apr 2008 19:46:42 -0400 Original-Received: from smtp-out113.alice.it ([85.37.17.113]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jk6Ta-0007oW-3I for emacs-devel@gnu.org; Thu, 10 Apr 2008 19:46:42 -0400 Original-Received: from FBCMMO01.fbc.local ([192.168.68.195]) by smtp-out113.alice.it with Microsoft SMTPSVC(6.0.3790.1830); Fri, 11 Apr 2008 01:46:39 +0200 Original-Received: from FBCMCL01B08.fbc.local ([192.168.171.46]) by FBCMMO01.fbc.local with Microsoft SMTPSVC(6.0.3790.1830); Fri, 11 Apr 2008 01:46:38 +0200 Original-Received: from [87.6.239.200] ([87.6.239.200]) by FBCMCL01B08.fbc.local with Microsoft SMTPSVC(6.0.3790.1830); Fri, 11 Apr 2008 01:45:50 +0200 User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) In-Reply-To: X-OriginalArrivalTime: 10 Apr 2008 23:45:50.0687 (UTC) FILETIME=[01F49EF0:01C89B65] X-detected-kernel: by monty-python.gnu.org: Windows 2000 SP4, XP SP1+ 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:94918 Archived-At: Ari Roponen wrote: > recent Emacs crashes when started in GNU/Linux console: > Program received signal SIGSEGV, Segmentation fault. > set_tty_color_mode (tty=0x8b7f1d8, f=0x8392c98) at term.c:2175 > 2175 tem = assq_no_quit (Qtty_color_mode, XFRAME > (val)->param_alist); This is exactly the same problem (seen on Cygwin) I flagged here [1,2]. The patch proposed > diff --git a/src/term.c b/src/term.c > [...] solves the things also on Cygwin (though I was constrained to use CVS-trunk of about 36 hours ago: the current fails bootstrapping, as several posts, on this list, confirm). Thanks, Angelo --- [1] http://lists.gnu.org/archive/html/emacs-devel/2008-04/msg00727.html [2] http://lists.gnu.org/archive/html/emacs-devel/2008-04/msg00764.html