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: Crashes with non-default language environments Date: Sat, 09 Feb 2008 21:09:04 -0500 Message-ID: References: <87y79wve9b.fsf@jurta.org> <87zlu96bp2.fsf@jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1202609362 6470 80.91.229.12 (10 Feb 2008 02:09:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 10 Feb 2008 02:09:22 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 10 03:09:45 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 1JO1dY-0007ZK-L3 for ged-emacs-devel@m.gmane.org; Sun, 10 Feb 2008 03:09:44 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JO1d5-0001ua-MV for ged-emacs-devel@m.gmane.org; Sat, 09 Feb 2008 21:09:15 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JO1d1-0001sE-8U for emacs-devel@gnu.org; Sat, 09 Feb 2008 21:09:11 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JO1d0-0001rX-MJ for emacs-devel@gnu.org; Sat, 09 Feb 2008 21:09:10 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JO1d0-0001rF-Fe for emacs-devel@gnu.org; Sat, 09 Feb 2008 21:09:10 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JO1d0-0006va-H0 for emacs-devel@gnu.org; Sat, 09 Feb 2008 21:09:10 -0500 Original-Received: from mx10.gnu.org ([199.232.76.166]) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1JO1cz-0006od-W2 for emacs-pretest-bug@gnu.org; Sat, 09 Feb 2008 21:09:10 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1JO1cx-0006v2-58 for emacs-pretest-bug@gnu.org; Sat, 09 Feb 2008 21:09:10 -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 1JO1cw-0006ug-Sv for emacs-pretest-bug@gnu.org; Sat, 09 Feb 2008 21:09:07 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgAAAOnqrUfO+JwNdGdsb2JhbACQNgEwlyZ7 X-IronPort-AV: E=Sophos;i="4.25,328,1199682000"; d="scan'208";a="13987307" Original-Received: from smtp.pppoe.ca ([65.39.196.238]) by ironport2-out.pppoe.ca with ESMTP; 09 Feb 2008 21:09:04 -0500 Original-Received: from pastel.home ([206.248.156.13]) by smtp.pppoe.ca (Internet Mail Server v1.0) with ESMTP id QET89804; Sat, 09 Feb 2008 21:09:04 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 36FA1800F; Sat, 9 Feb 2008 21:09:04 -0500 (EST) In-Reply-To: <87zlu96bp2.fsf@jurta.org> (Juri Linkov's message of "Sun, 10 Feb 2008 00:17:10 +0200") 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:88604 gmane.emacs.pretest.bugs:20970 Archived-At: > This crash is caused by the corrupt byte-code produced by > `byte-compile-lapcode'. `string-make-unibyte' at the end of this > function produces different bytecode strings in different > language environments. This problem can be narrowed down to: Shouldn't it be string-to-unibyte instead? Stefan