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: Wed, 18 Dec 2013 23:05:09 +0200 Message-ID: <52B20E05.9090003@taydin.org> References: <52AF1CBF.1040904@taydin.org> <52AF2641.5070006@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 1387400759 15337 80.91.229.3 (18 Dec 2013 21:05:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 18 Dec 2013 21:05:59 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 18 22:06:04 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 1VtOJf-00046H-OT for ged-emacs-devel@m.gmane.org; Wed, 18 Dec 2013 22:06:03 +0100 Original-Received: from localhost ([::1]:40835 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VtOJf-0001Ko-6K for ged-emacs-devel@m.gmane.org; Wed, 18 Dec 2013 16:06:03 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57502) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VtOJ8-0000wY-La for emacs-devel@gnu.org; Wed, 18 Dec 2013 16:05:37 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VtOJ1-0001Cf-Kk for emacs-devel@gnu.org; Wed, 18 Dec 2013 16:05:30 -0500 Original-Received: from oproxy19-pub.mail.unifiedlayer.com ([70.40.200.33]:53770) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1VtOJ1-0001C5-BG for emacs-devel@gnu.org; Wed, 18 Dec 2013 16:05:23 -0500 Original-Received: (qmail 28816 invoked by uid 0); 18 Dec 2013 21:05:17 -0000 Original-Received: from unknown (HELO box401.bluehost.com) (69.89.31.201) by oproxy19.mail.unifiedlayer.com with SMTP; 18 Dec 2013 21:05:17 -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=XeT0DeHv5fNMIPLjGEDogPfUJS4J2Es+scAYUKM3e+Y=; b=BQJg7JBlwBg9ymwfRPFBHcAb+4LoQU/govgNCz1rQHzMsrhjCGywgnDjYSaG7Kvi6vQ2REmiHX2LddUtWI1qJbzU228jtj2HsqzquaGGY/7E0TtFZmbuHr5WM6FtMuYf; Original-Received: from [176.41.233.165] (port=64082 helo=[10.2.1.100]) by box401.bluehost.com with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.80) (envelope-from ) id 1VtOIu-0001uZ-RF for emacs-devel@gnu.org; Wed, 18 Dec 2013 14:05:17 -0700 User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 In-Reply-To: <52AF2641.5070006@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 3.x X-Received-From: 70.40.200.33 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:166599 Archived-At: I have compiled emacs with CFLAGS="-O0 -g" and tested again. With these flags, the crash doesn't happen. So this might either be a timing related issue or an uninitialized variable type of problem. Please let me know what kind of other tests I can run to narrow this down... -- Timur