emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problems with HOME on w32


From: Jason Rumney
Subject: Re: Problems with HOME on w32
Date: Fri, 19 May 2006 09:02:13 +0100
User-agent: Thunderbird 1.5.0.2 (Windows/20060308)

Seems like a bug in the library if the following causes a buffer overflow when .emacs exists:

struct stat ignored;
stat ("C:/.emacs", &ignored);


Lennart Borgman wrote:
There is a message about a problem with HOME on w32 on http://www.emacswiki.org/cgi-bin/wiki/EmacsW32 :

<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
The symptom is “Error (initialization): User has no home directory” and no .emacs file loaded.

A quick kook at HOME env. var shows:

   (getenv "HOME") -> "Š,ûw"

I traced Emacs22 file access with NTFILMON
It would be more useful to use gdb.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]