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: Emacs (HEAD) crash on M$ (XP) built with MinGW Date: Tue, 21 Oct 2008 08:38:21 +0200 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1224571115 29018 80.91.229.12 (21 Oct 2008 06:38:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 21 Oct 2008 06:38:35 +0000 (UTC) Cc: emacs-devel@gnu.org To: dhruva Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 21 08:39:34 2008 connect(): Connection refused 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 1KsAtw-0007lV-Vc for ged-emacs-devel@m.gmane.org; Tue, 21 Oct 2008 08:39:33 +0200 Original-Received: from localhost ([127.0.0.1]:42521 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KsAsr-0003Uo-3a for ged-emacs-devel@m.gmane.org; Tue, 21 Oct 2008 02:38:25 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KsAsn-0003Uj-D9 for emacs-devel@gnu.org; Tue, 21 Oct 2008 02:38:21 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KsAsl-0003UX-Ek for emacs-devel@gnu.org; Tue, 21 Oct 2008 02:38:20 -0400 Original-Received: from [199.232.76.173] (port=39471 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KsAsl-0003UU-BN for emacs-devel@gnu.org; Tue, 21 Oct 2008 02:38:19 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]:64362) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KsAsl-0005q8-6b for emacs-devel@gnu.org; Tue, 21 Oct 2008 02:38:19 -0400 Original-Received: from mtaout7.012.net.il ([84.95.2.19]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KsAsk-0000lB-54 for emacs-devel@gnu.org; Tue, 21 Oct 2008 02:38:18 -0400 Original-Received: from HOME-C4E4A596F7 ([77.126.98.197]) by i-mtaout7.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0K9200FIAT680670@i-mtaout7.012.net.il> for emacs-devel@gnu.org; Tue, 21 Oct 2008 08:39:45 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-kernel: by mx20.gnu.org: Solaris 10 (1203?) X-detected-operating-system: by monty-python.gnu.org: GNU/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:104725 Archived-At: > Date: Tue, 21 Oct 2008 11:10:02 +0530 > From: dhruva > Cc: emacs-devel@gnu.org > > + /* if string is NULL, nothing much we can do */ > + if (NULL == it->string) > + { > + return 0; > + } > + Thanks, but we need to understand how come it->string became NULL.