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: HTML Mode and Turkish Locale - Segfault Date: Mon, 27 Nov 2006 08:37:46 +0200 Message-ID: References: <871wnqncwa.fsf@medic.epidio.net> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1164609519 15848 80.91.229.2 (27 Nov 2006 06:38:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 27 Nov 2006 06:38:39 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 27 07:38:37 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Goa8T-000477-6n for ged-emacs-devel@m.gmane.org; Mon, 27 Nov 2006 07:38:37 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Goa8S-00060X-OB for ged-emacs-devel@m.gmane.org; Mon, 27 Nov 2006 01:38:36 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Goa7v-0005ni-Lf for emacs-devel@gnu.org; Mon, 27 Nov 2006 01:38:03 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Goa7t-0005lq-Ii for emacs-devel@gnu.org; Mon, 27 Nov 2006 01:38:02 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Goa7s-0005lH-Im for emacs-devel@gnu.org; Mon, 27 Nov 2006 01:38:01 -0500 Original-Received: from [192.114.186.66] (helo=romy.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Goa7s-0005oi-BR for emacs-devel@gnu.org; Mon, 27 Nov 2006 01:38:00 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-84-228-213-128.inter.net.il [84.228.213.128]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id GJO77260 (AUTH halo1); Mon, 27 Nov 2006 08:37:52 +0200 (IST) Original-To: cfb@cafer.org (Cafer =?utf-8?B?xZ5pbcWfZWs=?=) In-reply-to: <871wnqncwa.fsf@medic.epidio.net> (cfb@cafer.org) 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:62837 Archived-At: > From: cfb@cafer.org (Cafer =?utf-8?B?xZ5pbcWfZWs=?=) > Date: Sun, 26 Nov 2006 22:58:29 +0200 > > It's crash when using html-mode randomly (seg fault) when using > tr_TR.UTF-8 locale. I've tried it en_US.UTF-8 locale and it seems > working. > > I've tried with both (from CVS and from Debian Repository) > > Version: 22.0.91.1 Thank you for your report. However, there's not enough information in this for us to try to find out what is wrong. Please use "M-x report-emacs-bug RET" to provide the information. Also, since this is a segfault, please run GDB on the core file, type the command "bt" inside GDB, and post the resulting backtrace here. Thanks.