diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-02-24 18:02:05 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-02-24 18:02:05 +0000 |
commit | 09dd7e7e4171d73b335978650da91fe1bf5385cf (patch) | |
tree | 6546e7ff6a644dcd1447dcd1fc676eb6be208c54 /PROBLEMS | |
parent | 9ea7cec1f333dc371a7234e8bf6c947b61eb9e06 (diff) | |
download | emacs-09dd7e7e4171d73b335978650da91fe1bf5385cf.tar.gz |
Formerly PROBLEMS.~3~
Diffstat (limited to 'PROBLEMS')
-rw-r--r-- | PROBLEMS | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,6 +1,15 @@ This file describes various problems that have been encountered in compiling, installing and running GNU Emacs. +* `Pid xxx killed due to text modification or page I/O error' + +On HP/UX, you can get that error when the Emacs executable is on an NFS +file system. HP/UX responds this way if it tries to swap in a page and +does not get a response from the server within a timeout whose default +value is just ten seconds. + +If this happens to you, extend the timeout period. + * `expand-file-name' fails to work on any but the machine you dumped Emacs on. On some systems, if you use any of the functions which look up |