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: Crash in byte compiling leim/quail/quick-cns.el (WXP using MSVC 2003) Date: Tue, 10 Mar 2009 21:51:01 +0200 Message-ID: References: <23142099.11236573536675.JavaMail.root@wombat.diezmil.com> <368981.36843.qm@web31810.mail.mud.yahoo.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1236714733 13451 80.91.229.12 (10 Mar 2009 19:52:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 10 Mar 2009 19:52:13 +0000 (UTC) Cc: emacs-devel@gnu.org To: dhruva Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 10 20:53:29 2009 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 1Lh80a-0001BY-0s for ged-emacs-devel@m.gmane.org; Tue, 10 Mar 2009 20:53:00 +0100 Original-Received: from localhost ([127.0.0.1]:46129 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lh7zE-0000cc-Cp for ged-emacs-devel@m.gmane.org; Tue, 10 Mar 2009 15:51:36 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lh7yl-0000UU-7m for emacs-devel@gnu.org; Tue, 10 Mar 2009 15:51:07 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lh7yj-0000U9-VD for emacs-devel@gnu.org; Tue, 10 Mar 2009 15:51:06 -0400 Original-Received: from [199.232.76.173] (port=55313 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lh7yj-0000U2-MR for emacs-devel@gnu.org; Tue, 10 Mar 2009 15:51:05 -0400 Original-Received: from mtaout2.012.net.il ([84.95.2.4]:19804) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lh7yj-0006Vn-4n for emacs-devel@gnu.org; Tue, 10 Mar 2009 15:51:05 -0400 Original-Received: from conversion-daemon.i_mtaout2.012.net.il by i_mtaout2.012.net.il (HyperSendmail v2004.12) id <0KGB00400349PK00@i_mtaout2.012.net.il> for emacs-devel@gnu.org; Tue, 10 Mar 2009 21:51:47 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([84.228.183.217]) by i_mtaout2.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0KGB00F3R36AIAY0@i_mtaout2.012.net.il>; Tue, 10 Mar 2009 21:51:47 +0200 (IST) In-reply-to: <368981.36843.qm@web31810.mail.mud.yahoo.com> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by monty-python.gnu.org: Solaris 9.1 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:109546 Archived-At: > Date: Mon, 9 Mar 2009 22:13:44 -0700 (PDT) > From: dhruva > Cc: emacs-devel@gnu.org > > > In file coding.c: > attrs = CODING_ID_ATTRS (coding->id); > > where: > coding->id is 159 > > -backtrace- > > temacs!decode_coding_gap(struct coding_system * coding = 0x0083f478, int chars = 51590, int bytes = 51590)+0xee So what, `coding' is an invalid pointer, and thus dereferencing it bombs? Or does something else crash inside the CODING_ID_ATTRS macro (defined on coding.h)? Is this an optimized build or not? If it's optimized, can you try with unoptimized one?