emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#41042: closed (Compilation (Comint) is consistently killed when run


From: GNU bug Tracking System
Subject: bug#41042: closed (Compilation (Comint) is consistently killed when run with default directory /sudo::root)
Date: Mon, 04 May 2020 07:03:02 +0000

Your message dated Mon, 04 May 2020 09:02:11 +0200
with message-id <address@hidden>
and subject line Re: bug#41042: Compilation (Comint) is consistently killed 
when run with default directory /sudo::root
has caused the debbugs.gnu.org bug report #41042,
regarding Compilation (Comint) is consistently killed when run with default 
directory /sudo::root
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
41042: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=41042
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Compilation (Comint) is consistently killed when run with default directory /sudo::root Date: Sun, 03 May 2020 07:48:58 +0000
I'm using Emacs 28.0.50 (build 1, x86_64-pc-linux-uclibc) of 2020-05-03.

Compilation processes started with #'compile are killed after some time
when default-directory is let-bound to /sudo::/

Example:

emacs -Q

(require 'tramp)
(require 'compile)
(let ((default-directory "/sudo::/")) (compile "sleep 300"))

This started to happen between January 1 and April 30 (most likely
between March 1 and April 15 but I can't be completely sure).  I'm
calling such code regularly; it is used by ebuild-mode package in the
main Gentoo repository.

(compile "sudo ..") works fine.

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message --- Subject: Re: bug#41042: Compilation (Comint) is consistently killed when run with default directory /sudo::root Date: Mon, 04 May 2020 09:02:11 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)
akater <address@hidden> writes:

Hi,

> Thank you, everything is fine now.

Thanks for the confirmation, I'm closing the bug.

> It looks like not many users of live Emacs builds also use compile over
> tramp feature, as this haven't been reported earlier.  That's
> unexpected.  (I build and install ≈everything this way.)

Well, this happens only for Tramp connections which have a session
timeout (sudo, doas) and for compilations which run longer than the
timeout (300 sec per default). Perhaps this doesn't happen for the
majority of users.

Best regards, Michael.


--- End Message ---

reply via email to

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