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: C-g crash in C-x C-f (OSX Lion) Date: Sat, 17 Dec 2011 10:33:27 +0200 Message-ID: <837h1v1tt4.fsf@gnu.org> References: <4EEB48B2.9090602@swipnet.se> <83liqc1tac.fsf@gnu.org> <83fwgk1atk.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE X-Trace: dough.gmane.org 1324110815 12501 80.91.229.12 (17 Dec 2011 08:33:35 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 17 Dec 2011 08:33:35 +0000 (UTC) Cc: emacs-devel@gnu.org To: Carsten Mattner Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Dec 17 09:33:31 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Rbphy-0006TB-Cr for ged-emacs-devel@m.gmane.org; Sat, 17 Dec 2011 09:33:30 +0100 Original-Received: from localhost ([::1]:39425 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rbphx-0008Cf-S1 for ged-emacs-devel@m.gmane.org; Sat, 17 Dec 2011 03:33:29 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:52662) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rbpht-00080P-Pv for emacs-devel@gnu.org; Sat, 17 Dec 2011 03:33:26 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rbphs-0006ii-Vl for emacs-devel@gnu.org; Sat, 17 Dec 2011 03:33:25 -0500 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:51611) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rbphs-0006ic-OJ for emacs-devel@gnu.org; Sat, 17 Dec 2011 03:33:24 -0500 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0LWC00600A9EN100@a-mtaout20.012.net.il> for emacs-devel@gnu.org; Sat, 17 Dec 2011 10:33:23 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.127.39.203]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LWC00574AFNYOF0@a-mtaout20.012.net.il>; Sat, 17 Dec 2011 10:33:23 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 80.179.55.166 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:146765 Archived-At: > Date: Fri, 16 Dec 2011 22:22:54 +0100 > From: Carsten Mattner > Cc: emacs-devel@gnu.org >=20 > > No. =A0Emacs crashes because it tries to compute the length of a = string > > specified by a NULL pointer. =A0It looks like this happens due to= a > > selection request, but when that request is handled, Emacs tries = to > > intern a name that is a NULL string. >=20 > What about the other crash which happened when I ran it as > emacs -nw? Let's take it one crash at a time.