From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Timur Aydin Newsgroups: gmane.emacs.devel Subject: Re: rev115543 (win7): C-x C-f causes SIGSEGV Date: Mon, 16 Dec 2013 18:11:45 +0200 Message-ID: <52AF2641.5070006@taydin.org> References: <52AF1CBF.1040904@taydin.org> NNTP-Posting-Host: plane.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 1387210345 17675 80.91.229.3 (16 Dec 2013 16:12:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 16 Dec 2013 16:12:25 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 16 17:12:31 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VsamU-0001Pp-SR for ged-emacs-devel@m.gmane.org; Mon, 16 Dec 2013 17:12:30 +0100 Original-Received: from localhost ([::1]:56826 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VsamU-0008O1-DL for ged-emacs-devel@m.gmane.org; Mon, 16 Dec 2013 11:12:30 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46864) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VsamK-0008Mh-P1 for emacs-devel@gnu.org; Mon, 16 Dec 2013 11:12:27 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VsamD-000749-Rh for emacs-devel@gnu.org; Mon, 16 Dec 2013 11:12:20 -0500 Original-Received: from oproxy7-pub.mail.unifiedlayer.com ([67.222.55.9]:50205) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1VsamD-00073t-Gv for emacs-devel@gnu.org; Mon, 16 Dec 2013 11:12:13 -0500 Original-Received: (qmail 4068 invoked by uid 0); 16 Dec 2013 16:11:49 -0000 Original-Received: from unknown (HELO box401.bluehost.com) (69.89.31.201) by oproxy7.mail.unifiedlayer.com with SMTP; 16 Dec 2013 16:11:49 -0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=taydin.org; s=default; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:References:Subject:To:MIME-Version:From:Date:Message-ID; bh=pMKT13B0SO0pPRgy+4rqHOkKiFFJNCsAgKxrnkGeV4A=; b=tB1JxtS9EVA2UTZ2pahY1v0obARjbndeXUfu436tnQltOUxggx1NXkqXvYIFeN0BXcMVwWJ+jihFFuNE58Zy9uO+EeqTtBIq6VGNbnmn3Q0YqP5YFclddbxc19wI9FMu; Original-Received: from [176.41.233.165] (port=61634 helo=[10.2.1.100]) by box401.bluehost.com with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.80) (envelope-from ) id 1Vsalp-0000wg-GN for emacs-devel@gnu.org; Mon, 16 Dec 2013 09:11:49 -0700 User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 In-Reply-To: <52AF1CBF.1040904@taydin.org> X-Identified-User: {1590:box401.bluehost.com:taydinor:taydin.org} {sentby:smtp auth 176.41.233.165 authed with ta@taydin.org} X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 67.222.55.9 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:166480 Archived-At: On 12/16/2013 5:31 PM, Timur Aydin wrote: > rev115543: On Windows7, emacs -Q crashes with a SIGSEGV when attempting > to visit a file. I have run emacs in gdb and here is the back trace: > One clarification, if emacs is invoked with the filename to visit on the command line: $ emacs somefile.txt Then there is no crash. But if emacs is invoked without any command line arguments: $ emacs -Q and then C-x C-f is used to visit a file, emacs crashes before the dired buffer is displayed. -- Timur