all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Steven Allen <steven@stebalien.com>
To: Andrea Corallo <acorallo@gnu.org>, Alan Mackenzie <acm@muc.de>
Cc: Eli Zaretskii <eliz@gnu.org>,
	Pedro Andres Aranda Gutierrez <paaguti@gmail.com>,
	emacs-devel@gnu.org, Dmitry Gutov <dmitry@gutov.dev>
Subject: Re: Building master hangs generating lisp/eshell/esh-util-tests.log
Date: Thu, 13 Jun 2024 09:20:25 -0700	[thread overview]
Message-ID: <878qz8byra.fsf@stebalien.com> (raw)
In-Reply-To: <yp1jzitj882.fsf@fencepost.gnu.org>


Andrea Corallo <acorallo@gnu.org> writes:
> If I apply the following:
>
> ===========
>
> modified   src/process.c
> @@ -6423,9 +6423,9 @@ read_and_insert_process_output (struct Lisp_Process *p, char *buf,
>        specbind (Qinhibit_modification_hooks, Qt);
>        decode_coding_c_string (process_coding,
>                                (unsigned char *) buf, nread, curbuf);
> -      adjust_markers_for_insert (PT, PT_BYTE,
> -                                 PT + process_coding->produced_char,
> -                                 PT_BYTE + process_coding->produced, true);
> +      /* adjust_markers_for_insert (PT, PT_BYTE, */
> +      /*                                PT + process_coding->produced_char, */
> +      /*                                PT_BYTE + process_coding->produced, true); */
>        unbind_to (count1, Qnil);
>
>        read_process_output_set_last_coding_system (p, process_coding);
>
>
> ===========
>
> my make check does not hang.

I've tested this and it seems to fix bug#71525 as well (looks like the
same bug).



  reply	other threads:[~2024-06-13 16:20 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-12 15:54 Building master hangs generating lisp/eshell/esh-util-tests.log Pedro Andres Aranda Gutierrez
2024-06-12 17:02 ` Eli Zaretskii
2024-06-12 17:43   ` Stefan Kangas
2024-06-13  8:36   ` Andrea Corallo
2024-06-13 10:43     ` Alan Mackenzie
2024-06-13 13:14       ` Andrea Corallo
2024-06-13 16:20         ` Steven Allen [this message]
2024-06-13 20:30         ` Dmitry Gutov
2024-06-13 22:55           ` Andrea Corallo
2024-06-13 23:44             ` Dmitry Gutov
2024-06-14  5:09           ` Pedro Andres Aranda Gutierrez
2024-06-12 19:09 ` Jim Porter
2024-06-13  6:14   ` Pedro Andres Aranda Gutierrez
2024-06-13 19:19     ` Jim Porter
2024-06-13 20:29       ` Dmitry Gutov
2024-06-13 20:35         ` Jim Porter
2024-06-13 20:48           ` Dmitry Gutov

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=878qz8byra.fsf@stebalien.com \
    --to=steven@stebalien.com \
    --cc=acm@muc.de \
    --cc=acorallo@gnu.org \
    --cc=dmitry@gutov.dev \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=paaguti@gmail.com \
    /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.