From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: bug#7517: 24.0.50; repeated crash under Mac OS X Date: Thu, 30 Dec 2010 23:02:26 +0100 Message-ID: <4D1D0172.8080404@swipnet.se> References: <87tyic1uzh.fsf@stupidchicken.com> <87vd2dyzfj.fsf@stupidchicken.com> <4D1B22A1.6080202@swipnet.se> <4D1B27AF.7010701@swipnet.se> <4D1C6E7D.2040300@swipnet.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1293746571 17900 80.91.229.12 (30 Dec 2010 22:02:51 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 30 Dec 2010 22:02:51 +0000 (UTC) Cc: 7517@debbugs.gnu.org, Chong Yidong , Stefan Monnier , emacs-devel@gnu.org To: emacs user Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 30 23:02:45 2010 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.69) (envelope-from ) id 1PYQa5-0000hJ-1R for ged-emacs-devel@m.gmane.org; Thu, 30 Dec 2010 23:02:45 +0100 Original-Received: from localhost ([127.0.0.1]:36320 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PYQZz-0001iT-9O for ged-emacs-devel@m.gmane.org; Thu, 30 Dec 2010 17:02:39 -0500 Original-Received: from [140.186.70.92] (port=51538 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PYQZu-0001iM-FV for emacs-devel@gnu.org; Thu, 30 Dec 2010 17:02:35 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PYQZt-0002GF-C0 for emacs-devel@gnu.org; Thu, 30 Dec 2010 17:02:34 -0500 Original-Received: from smtprelay-h22.telenor.se ([195.54.99.197]:42108) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PYQZt-0002Fd-19 for emacs-devel@gnu.org; Thu, 30 Dec 2010 17:02:33 -0500 Original-Received: from ipb2.telenor.se (ipb2.telenor.se [195.54.127.165]) by smtprelay-h22.telenor.se (Postfix) with ESMTP id 99132E8C72 for ; Thu, 30 Dec 2010 23:02:28 +0100 (CET) X-SENDER-IP: [85.225.45.100] X-LISTENER: [smtp.bredband.net] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AoIyANOPHE1V4S1kPGdsb2JhbACIPZwADAEBAQE1L79JhUoEjiE X-IronPort-AV: E=Sophos;i="4.60,251,1291590000"; d="scan'208";a="161415010" Original-Received: from c-642de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.100]) by ipb2.telenor.se with ESMTP; 30 Dec 2010 23:02:28 +0100 Original-Received: from [172.20.199.13] (zeplin [172.20.199.13]) by coolsville.localdomain (Postfix) with ESMTPSA id 506A87FA05A; Thu, 30 Dec 2010 23:02:27 +0100 (CET) User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; sv-SE; rv:1.9.2.13) Gecko/20101129 Thunderbird/3.1.7 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. 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:134057 Archived-At: emacs user skrev 2010-12-30 15.20: > sorry, still crashes with the same error message, I think, see > attached. best, E > Ok, it was a long shot. Can you in gdb: (gdb) fr 10 (gdb) p name (gdb) xstring ? Thanks, Jan D. > > > On Thu, Dec 30, 2010 at 1:35 PM, Jan Dj=E4rv wrote= : >> >> >> emacs user skrev 2010-12-29 17.06: >>> >>> regarding the locale, I am not sure what that means exactly, but thes= e >>> were originally hebrew characters that were somehow not correctly >>> stored by vm/emacs and turned into the characters I mentioned. I hop= e >>> to be able to produce a detailed bug report on that problem as well..= . >>> hope this helps >> >> Locale in this context means the character set and language environmen= t you >> are using. >> >>> >>> On Wed, Dec 29, 2010 at 5:41 PM, Stefan Monnier >>> wrote: >>>>> >>>>> What I see is that the X code does ENCODE_UTF_8, and W32 does >>>>> ENCODE_SYSTEM >>>>> before passing the string to the platform title setting function. = NS >>>>> does >>>>> nothing. Can this be the problem? >>>> >>>> Possibly. Maybe ENCODE_UTF_8 would fix the problem. >>>> >> >> Ok, I added ENCODE_UTF_8. Can you tru the latest trunk and see if thi= s >> fixes it? >> >> Thanks, >> >> Jan D. >>