From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: EXC_BAD_ACCESS on Mac Date: Tue, 18 Jun 2013 20:20:34 +0300 Message-ID: <8338sfs5ct.fsf@gnu.org> References: <20130618.044405.1130378281292486125.kazu@iij.ad.jp> <51BF90EE.90908@cs.ucla.edu> <20130618.092933.35336000126336498.kazu@iij.ad.jp> <20130618.112719.2252126271017151770.kazu@iij.ad.jp> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-2022-jp Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1371576038 3179 80.91.229.3 (18 Jun 2013 17:20:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 18 Jun 2013 17:20:38 +0000 (UTC) Cc: emacs-devel@gnu.org To: Kazu Yamamoto (=?iso-2022-jp?B?GyRCOzNLXE9CSScbKEI=?=) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 18 19:20:38 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 1Uoza8-0002dv-7l for ged-emacs-devel@m.gmane.org; Tue, 18 Jun 2013 19:20:36 +0200 Original-Received: from localhost ([::1]:52118 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uoza7-00036S-OI for ged-emacs-devel@m.gmane.org; Tue, 18 Jun 2013 13:20:35 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34792) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uoza4-00034f-C5 for emacs-devel@gnu.org; Tue, 18 Jun 2013 13:20:33 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uoza2-0000Eq-OP for emacs-devel@gnu.org; Tue, 18 Jun 2013 13:20:32 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:64492) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uoza2-0000El-G9 for emacs-devel@gnu.org; Tue, 18 Jun 2013 13:20:30 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0MOL00500MS4ES00@a-mtaout20.012.net.il> for emacs-devel@gnu.org; Tue, 18 Jun 2013 20:20:29 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MOL004FRMU4Q5F0@a-mtaout20.012.net.il>; Tue, 18 Jun 2013 20:20:29 +0300 (IDT) In-reply-to: <20130618.112719.2252126271017151770.kazu@iij.ad.jp> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.166 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:160587 Archived-At: > Date: Tue, 18 Jun 2013 11:27:19 +0900 (JST) > From: Kazu Yamamoto (山本和彦) > > >> What happens if you apply the following patch and compile > >> with -DENABLE_CHECKING? > > > > Thanks you for the patch. I compiled Emacs with: > > ./configure --with-ns --enable-checking > > > > Let me see what will happen. > > Emacs receives SIGABRT quite often. Two stack traces are attached. As this is something unrelated, I suggest that you reconfigure like this: CFLAGS='-g3 -O0' ./configure --with-ns and try to reproduce the original crash. If you succeed, please post here the backtrace from the crash.