From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: Crashes with non-default language environments Date: Tue, 12 Feb 2008 21:29:29 +0200 Organization: JURTA Message-ID: <87ve4u5bw0.fsf@jurta.org> References: <87y79wve9b.fsf@jurta.org> <87zlu96bp2.fsf@jurta.org> <87prv4l96f.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 1202845210 21536 80.91.229.12 (12 Feb 2008 19:40:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 12 Feb 2008 19:40:10 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org, monnier@iro.umontreal.ca To: Kenichi Handa Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 12 20:40:33 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 1JP0zI-00062J-FK for ged-emacs-devel@m.gmane.org; Tue, 12 Feb 2008 20:40:16 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JP0yp-0000fY-1b for ged-emacs-devel@m.gmane.org; Tue, 12 Feb 2008 14:39:47 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JP0xU-0008Li-W6 for emacs-devel@gnu.org; Tue, 12 Feb 2008 14:38:25 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JP0xT-0008Ku-2A for emacs-devel@gnu.org; Tue, 12 Feb 2008 14:38:24 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JP0xS-0008Kn-Uc for emacs-devel@gnu.org; Tue, 12 Feb 2008 14:38:22 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JP0xS-00074S-ML for emacs-devel@gnu.org; Tue, 12 Feb 2008 14:38:22 -0500 Original-Received: from mail.gnu.org ([199.232.76.166] helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1JP0xS-00030T-4b for emacs-pretest-bug@gnu.org; Tue, 12 Feb 2008 14:38:22 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1JP0xO-00072n-VN for emacs-pretest-bug@gnu.org; Tue, 12 Feb 2008 14:38:22 -0500 Original-Received: from anti-4.kiev.sovam.com ([62.64.120.202]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JP0xO-00071r-Ew for emacs-pretest-bug@gnu.org; Tue, 12 Feb 2008 14:38:18 -0500 Original-Received: from [83.170.232.243] (helo=smtp.svitonline.com) by anti-4.kiev.sovam.com with esmtp (Exim 4.67) (envelope-from ) id 1JP0xH-0003k5-6s; Tue, 12 Feb 2008 21:38:15 +0200 In-Reply-To: (Kenichi Handa's message of "Tue, 12 Feb 2008 20:23:52 +0900") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-Scanner-Signature: ef6c50392af5ec65634338665e82f3c2 X-DrWeb-checked: yes X-SpamTest-Envelope-From: juri@jurta.org X-SpamTest-Group-ID: 00000000 X-SpamTest-Header: Not Detected X-SpamTest-Info: Profiles 2232 [Feb 12 2008] X-SpamTest-Info: helo_type=3 X-SpamTest-Info: {HEADERS: header Content-Type found without required header Content-Transfer-Encoding} X-SpamTest-Info: {TO: local part of email appears in body} X-SpamTest-Method: none X-SpamTest-Rate: 20 X-SpamTest-Status: Not detected X-SpamTest-Status-Extended: not_detected X-SpamTest-Version: SMTP-Filter Version 3.0.0 [0255], KAS30/Release X-detected-kernel: by monty-python.gnu.org: FreeBSD 6.x (1) 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:88902 gmane.emacs.pretest.bugs:21054 Archived-At: >> * emacs-lisp/bytecomp.el (byte-compile-lapcode): Be sure to >> return a unibyte string. > >> Maybe, this change is correct, but the bug is in the definition of the >> language environment, I can't say for sure. Comparing results of calling >> `string-make-unibyte' on 256 bytes in different language environments >> gives only 6 differences: > > It was my fault. I've just installed this change. Could > you please try with the latest code? Thank you! The crashes are now gone. -- Juri Linkov http://www.jurta.org/emacs/