From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: Assertion failures at start Date: Tue, 10 Jun 2008 13:11:14 +0900 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: ger.gmane.org 1213071100 21905 80.91.229.12 (10 Jun 2008 04:11:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 10 Jun 2008 04:11:40 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 10 06:12:23 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 1K5vDb-0006Zh-Bh for ged-emacs-devel@m.gmane.org; Tue, 10 Jun 2008 06:12:23 +0200 Original-Received: from localhost ([127.0.0.1]:34402 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K5vCn-0008UG-Lp for ged-emacs-devel@m.gmane.org; Tue, 10 Jun 2008 00:11:33 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K5vCh-0008U9-Lc for emacs-devel@gnu.org; Tue, 10 Jun 2008 00:11:27 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K5vCg-0008Tq-2V for emacs-devel@gnu.org; Tue, 10 Jun 2008 00:11:26 -0400 Original-Received: from [199.232.76.173] (port=48549 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K5vCf-0008Tn-Ti for emacs-devel@gnu.org; Tue, 10 Jun 2008 00:11:25 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:57796) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K5vCf-0004zb-5M for emacs-devel@gnu.org; Tue, 10 Jun 2008 00:11:25 -0400 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id m5A4BsHv007837; Tue, 10 Jun 2008 13:11:54 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp2.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id m5A4BL6q028145; Tue, 10 Jun 2008 13:11:21 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp2.aist.go.jp with ESMTP id m5A4BE8E019946; Tue, 10 Jun 2008 13:11:14 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.69) (envelope-from ) id 1K5vCU-0006hZ-BC; Tue, 10 Jun 2008 13:11:14 +0900 In-reply-to: (message from Stefan Monnier on Mon, 09 Jun 2008 22:51:11 -0400) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/23.0.60 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) X-detected-kernel: by monty-python.gnu.org: Solaris 9 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:98845 Archived-At: In article , Stefan Monnier writes: > I get an assertion failure right at the start. After commenting out > 2 assertions (see patch at the end), the programs starts up and runs > fine. Are these assertions out-of-date or something? I don't think so. Perhaps, there's a bug somewhere else. Could you find which attribute is not specified? --- Kenichi Handa handa@ni.aist.go.jp