From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.bugs Subject: Re: Crash on empty HOME var in Windows registry Date: Mon, 18 Jun 2007 15:05:10 +0200 Message-ID: References: <46764C61.1050804@free.fr> <46767EDE.3010704@free.fr> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1182171971 14248 80.91.229.12 (18 Jun 2007 13:06:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 18 Jun 2007 13:06:11 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org To: "Vincent Liard" Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Jun 18 15:06:09 2007 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1I0Guy-0004Za-2D for geb-bug-gnu-emacs@m.gmane.org; Mon, 18 Jun 2007 15:05:40 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I0Gux-0001oc-BS for geb-bug-gnu-emacs@m.gmane.org; Mon, 18 Jun 2007 09:05:15 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I0Guv-0001nk-FA for bug-gnu-emacs@gnu.org; Mon, 18 Jun 2007 09:05:13 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I0Gut-0001nH-Fs for bug-gnu-emacs@gnu.org; Mon, 18 Jun 2007 09:05:12 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I0Gut-0001nE-As for bug-gnu-emacs@gnu.org; Mon, 18 Jun 2007 09:05:11 -0400 Original-Received: from wx-out-0506.google.com ([66.249.82.228]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I0Gus-0002zW-Ok for bug-gnu-emacs@gnu.org; Mon, 18 Jun 2007 09:05:10 -0400 Original-Received: by wx-out-0506.google.com with SMTP id h26so1644312wxd for ; Mon, 18 Jun 2007 06:05:10 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Wor2Qz9eChmYaqjiteH3kdSE+gVfpjKPSiGPBCkVOpm+p6l2cSEoIW1Ni4T2r1Xo1qR4vgKeXyiz/tgncDV6qFAe5rTar1CJq5zNExt4vIPPqM0/GW924rnGuC1Ms8OWZy5zjsfsWqapYznanfhpxMk52zKUbj1oxIRCZt3r2dA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=kpNWwCzLhwtax59sv/pDH/2re/FYYXtt0d4h57PzOJEJl/tsgAdXEp9GYMe8+XsMPTeepNnvlQMFR31OHlchuMJcS7lFuCg3OHRVSu5vqqNxoAxPN7HSFeqUGLEyGSynei2dKV8Ww2FCtHsDhd/fiNgBY2D0kF6Ji6m3RePu1SA= Original-Received: by 10.90.105.19 with SMTP id d19mr3589409agc.1182171910402; Mon, 18 Jun 2007 06:05:10 -0700 (PDT) Original-Received: by 10.90.87.8 with HTTP; Mon, 18 Jun 2007 06:05:10 -0700 (PDT) In-Reply-To: <46767EDE.3010704@free.fr> Content-Disposition: inline X-detected-kernel: Linux 2.4-2.6 (Google crawlbot) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:15938 Archived-At: On 6/18/07, Vincent Liard wrote: > As for me, I have switched to the solution of using a HOME > environment var, anyway. Yes, that's what I do. It's better if you have other programs which use HOME. > At first, I get an emacs notification error "A fatal error has > occurred! Select Abort to exit, Retry to debug, Ignore to > continue". But when deciding to ignore, I get a Windows error > indicating that GNU Emacs encountered a problem and ought to stop > (approximately translated from the French error message). Yes. Emacs calls abort(), so Windows offers you to run a debugger. If you don't, the program is forcefully finished. > Apart from the opening curly brace which is on the + but not on > the - in the changelog I don't understand; the patch is fine... Juanma