From: Glenn Morris <rgm@gnu.org>
To: Michael Albinus <michael.albinus@gmx.de>
Cc: Andreas Schwab <schwab@linux-m68k.org>, 33781@debbugs.gnu.org
Subject: bug#33781: tramp tests abort on hydra
Date: Thu, 20 Dec 2018 12:46:17 -0500 [thread overview]
Message-ID: <05bm5g5bx2.fsf@fencepost.gnu.org> (raw)
In-Reply-To: <87sgysa4fl.fsf@gmx.de> (Michael Albinus's message of "Thu, 20 Dec 2018 11:16:46 +0100")
Great job, thanks for fixing it!
Michael Albinus wrote:
> Yes, PATH_MAX by definition is the maximum length of a file path. But I
> still have the feeling it is also involved in setting the $PATH
> environment variable. As Glenn did report, there are problems on hydra
> when setting $PATH to a string longer than 4096 characters.
No, I did not report that. PATHs longer than 4096 work fine on
hydra.nixos.org, and on my local machine. What did not work was tramp
trying to pass a long string to a process. It is an Emacs-specific problem.
> It doesn't seem to be related to the shell limit of input lines; Glenn
> reported that 'getconf LINE_MAX' returns 2048.
I think LINE_MAX has no relevance here. Eg:
getconf LINE_MAX # -> 2048
echo $(seq 1 10000) | wc -w # -> 10000
echo $(seq 1 400000) | wc -c # -> 2688895
echo $(seq 1 500000) # -> bash: /usr/bin/echo: Argument list too long
next prev parent reply other threads:[~2018-12-20 17:46 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-12-17 19:16 bug#33781: tramp tests abort on hydra Glenn Morris
2018-12-17 19:36 ` Michael Albinus
2018-12-18 1:05 ` Glenn Morris
2018-12-18 1:37 ` Glenn Morris
2018-12-18 2:23 ` Glenn Morris
2018-12-18 7:06 ` Glenn Morris
2018-12-18 13:21 ` Michael Albinus
2018-12-18 18:29 ` Glenn Morris
2018-12-18 19:52 ` Michael Albinus
2018-12-18 20:49 ` Glenn Morris
2018-12-19 19:53 ` Michael Albinus
2018-12-19 20:33 ` Andreas Schwab
2018-12-20 10:16 ` Michael Albinus
2018-12-20 17:25 ` Andreas Schwab
2018-12-20 20:50 ` Michael Albinus
2018-12-21 8:25 ` Andreas Schwab
2018-12-21 12:55 ` Michael Albinus
2018-12-20 17:46 ` Glenn Morris [this message]
2018-12-20 21:06 ` Michael Albinus
2018-12-19 21:50 ` Glenn Morris
2018-12-20 10:19 ` Michael Albinus
2018-12-19 22:10 ` Glenn Morris
2018-12-18 13:09 ` Michael Albinus
2018-12-18 18:27 ` Glenn Morris
2018-12-18 19:33 ` Michael Albinus
2018-12-18 20:47 ` Glenn Morris
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=05bm5g5bx2.fsf@fencepost.gnu.org \
--to=rgm@gnu.org \
--cc=33781@debbugs.gnu.org \
--cc=michael.albinus@gmx.de \
--cc=schwab@linux-m68k.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.