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: Fri, 31 Dec 2010 11:49:57 +0100 Message-ID: <4D1DB555.5080002@swipnet.se> References: <87tyic1uzh.fsf@stupidchicken.com> <87vd2dyzfj.fsf@stupidchicken.com> <4D1B22A1.6080202@swipnet.se> <4D1B27AF.7010701@swipnet.se> <4D1C6E7D.2040300@swipnet.se> <4D1D0172.8080404@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: 7bit X-Trace: dough.gmane.org 1293792681 23646 80.91.229.12 (31 Dec 2010 10:51:21 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 31 Dec 2010 10:51:21 +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 Fri Dec 31 11:51:15 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 1PYcZm-0002eG-4x for ged-emacs-devel@m.gmane.org; Fri, 31 Dec 2010 11:51:14 +0100 Original-Received: from localhost ([127.0.0.1]:55755 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PYcZl-0003TA-FP for ged-emacs-devel@m.gmane.org; Fri, 31 Dec 2010 05:51:13 -0500 Original-Received: from [140.186.70.92] (port=36561 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PYcYt-0002rk-Bk for emacs-devel@gnu.org; Fri, 31 Dec 2010 05:50:21 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PYcYr-0008R8-OQ for emacs-devel@gnu.org; Fri, 31 Dec 2010 05:50:19 -0500 Original-Received: from smtprelay-h31.telenor.se ([213.150.131.4]:38112) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PYcYr-0008Pg-Dl for emacs-devel@gnu.org; Fri, 31 Dec 2010 05:50:17 -0500 Original-Received: from ipb2.telenor.se (ipb2.telenor.se [195.54.127.165]) by smtprelay-h31.telenor.se (Postfix) with ESMTP id 8ED49E8D58 for ; Fri, 31 Dec 2010 11:50:15 +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: AlI4AJ9EHU1V4S1kPGdsb2JhbACIPZt/DAEBAQE1L78ahUoEjiE X-IronPort-AV: E=Sophos;i="4.60,254,1291590000"; d="scan'208";a="161485358" Original-Received: from c-642de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.100]) by ipb2.telenor.se with ESMTP; 31 Dec 2010 11:49:58 +0100 Original-Received: from [172.20.199.13] (zeplin [172.20.199.13]) by coolsville.localdomain (Postfix) with ESMTPSA id 210217FA05A; Fri, 31 Dec 2010 11:49:58 +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:134072 Archived-At: emacs user skrev 2010-12-31 07.12: > I forgot to include the first part of this: > > (gdb) fr 10 > #10 0x000000010019fd3c in ns_set_name_as_filename (f=0x100b418e0) at nsfns.m:655 > 655 [[view window] setTitle: str]; > Current language: auto; currently objective-c > (gdb) p name > $1 = 4802696161 > (gdb) xstring > $2 = (struct Lisp_String *) 0x11e4353e0 > "edit of \362\351\370\343 \351\345\342\341's note re: \371\345\354\347 > \343\345\340\370 \340\354\367\350\370\345\360\351: IMG_0373, IMG_0436, > IMG_0456, IMG_0545, IMG_0575, IMG_0596, IMG_0636, IMG_0641, IMG_0744, > IMG_0745, IMG_0906, IMG_0925, IMG_1025, IMG_1038, IMG_1121" > > That is no utf-8 string (looks like a unibyte string), so the fact that str is nil is expected. Is this a filename? In that case there is a bug here, filename coding isn't used. Can you in a shell do: % env | grep LANG and % env | grep LC_ Thanks, Jan D.