Re: xterm crashes?
Re: xterm crashes?
- Subject: Re: xterm crashes?
- From: Rick Prest <email@hidden>
- Date: Thu, 20 Mar 2003 01:55:59 -0500
If this is the same problem I was having, a work-around is to 'set
ignoreeof' in your .tcshrc (or .cshrc) file. Instead of the xterm
disappearing, the following warning will be printed:
Use "exit" to leave tcsh.
as if you had typed control-D.
On Wednesday, March 19, 2003, at 03:31 PM, David Brown wrote:
On Thu, Mar 20, 2003 at 07:49:31AM +1200, David Orlovich wrote:
I've found that the only time my xterm crashes was when I tried to
execute a file that wasn't available to me (either in my path in that
xterm or just not installed). This happened with previous X-11 betas
This is a known bug/feature in tcsh.
% foo &
[1] 939
foo: Command not found.
exit
Backgrounded commands that aren't found cause the shell to exit.
Perhaps this is the cause of the problems that others are experiencing
with exiting terminals. If your startup scripts are executing with
csh,
a bad command with & at the end would crash the shell, and the xterm
would exit.
The other shells do not have this problem (zsh, bash). This happens
with all versions of tcsh I've seen.
Dave
_______________________________________________
x11-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/x11-users
X11 for Mac OS X FAQ: http://developer.apple.com/qa/qa2001/qa1232.html
Report issues, request features, feedback:
http://developer.apple.com/bugreporter
Do not post admin requests to the list. They will be ignored.
_______________________________________________
x11-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/x11-users
X11 for Mac OS X FAQ: http://developer.apple.com/qa/qa2001/qa1232.html
Report issues, request features, feedback: http://developer.apple.com/bugreporter
Do not post admin requests to the list. They will be ignored.