From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: 23.0.50; cl-assertion-failed when saving abbrev file Date: Mon, 14 Jan 2008 15:17:26 -0500 Message-ID: References: <87fxx5ugt8.fsf@offby1.atm01.sea.blarg.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1200341860 6663 80.91.229.12 (14 Jan 2008 20:17:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 14 Jan 2008 20:17:40 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org To: Eric Hanchrow Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 14 21:18:03 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 1JEVkw-0003jY-9a for ged-emacs-devel@m.gmane.org; Mon, 14 Jan 2008 21:18:02 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JEVkX-0004tm-Vx for ged-emacs-devel@m.gmane.org; Mon, 14 Jan 2008 15:17:38 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JEVkT-0004s9-G5 for emacs-devel@gnu.org; Mon, 14 Jan 2008 15:17:33 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JEVkS-0004rB-8k for emacs-devel@gnu.org; Mon, 14 Jan 2008 15:17:32 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JEVkR-0004r1-V0 for emacs-devel@gnu.org; Mon, 14 Jan 2008 15:17:32 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JEVkS-0005js-0f for emacs-devel@gnu.org; Mon, 14 Jan 2008 15:17:32 -0500 Original-Received: from mx10.gnu.org ([199.232.76.166]) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1JEVkR-0004cv-GQ for emacs-pretest-bug@gnu.org; Mon, 14 Jan 2008 15:17:31 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1JEVkO-0005iy-Ly for emacs-pretest-bug@gnu.org; Mon, 14 Jan 2008 15:17:31 -0500 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JEVkO-0005im-DB for emacs-pretest-bug@gnu.org; Mon, 14 Jan 2008 15:17:28 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ao8CAJNRi0fO+KVp/2dsb2JhbACpLn0 X-IronPort-AV: E=Sophos;i="4.24,284,1196658000"; d="scan'208";a="12654899" Original-Received: from smtp.pppoe.ca ([65.39.196.238]) by ironport2-out.pppoe.ca with ESMTP; 14 Jan 2008 15:17:26 -0500 Original-Received: from pastel.home ([206.248.165.105]) by smtp.pppoe.ca (Internet Mail Server v1.0) with ESMTP id UVF86726; Mon, 14 Jan 2008 15:17:26 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 810A08124; Mon, 14 Jan 2008 15:17:26 -0500 (EST) In-Reply-To: <87fxx5ugt8.fsf@offby1.atm01.sea.blarg.net> (Eric Hanchrow's message of "Thu, 10 Jan 2008 20:28:19 -0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:86906 gmane.emacs.pretest.bugs:20647 Archived-At: > I did M-x edit-abbrevs RET, and (possibly; can't remember) made some > changes in my abbrevs table; I then hit C-c C-c to save it, and got > Debugger entered--Lisp error: (cl-assertion-failed sym) > signal(cl-assertion-failed (sym)) > clear-abbrev-table([0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ...]) I can't reproduce this here. I've fixed a very similar bug in November, and a related bug today, but today's bug fix shouldn't fix your problem. So please try to find a reproducible test case. Stefan