all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Bum term
@ 2003-06-02 12:29 Irving Kimura
  2003-06-02 17:50 ` Stefan Monnier
  0 siblings, 1 reply; 2+ messages in thread
From: Irving Kimura @ 2003-06-02 12:29 UTC (permalink / raw)





As I reported in a different thread, when I execute "M-x term",
and try "ls" in the new terminal, after printing a fraction of the
lines in the output, Emacs becomes completely comatose.  It responds
only to an external "kill -9".

I want to isolate the source of this problem.  I find that if
instead of running term with a plain ol' "/bin/bash" argument, I
run it with "~/bare_bash", where bare_bash is a script containing
the lines

#!/bin/bash
/usr/bin/env -i /bin/bash

then the problem disappears.

I tried to pinpoint the cause of the problem by adding an increasing
number of environment variables and function definitions to the
bare environment generated by bare_bash, so as to approach the
environment where the error occurs, but I have not succeded in
reproducing the error this way.  The only way I can get the error
is by running "M-x term" and accepting the default argument,
"/bin/bash".

I'm stumped.  Is there a more direct way to troubleshoot the problem?
I am reluctant to report this as a bug to Emacs, because I have no
clue about the origin of the malfunction, and without this, I don't
see how the people fielding the bug report will be able to do
anything about it.

Thanks,

	-Irv

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-06-02 17:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-06-02 12:29 Bum term Irving Kimura
2003-06-02 17:50 ` Stefan Monnier

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.