emacs-devel
[Top][All Lists]
Advanced

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

Re: Hang in make check


From: Jeffrey Walton
Subject: Re: Hang in make check
Date: Sun, 28 Mar 2021 13:28:05 -0400

On Sun, Mar 28, 2021 at 8:14 AM Michael Albinus <michael.albinus@gmx.de> wrote:
>
> Jeffrey Walton <noloader@gmail.com> writes:
>
> Hi Jeff,
>
> > It was created by GNU Emacs configure 27.2, which was
> > generated by GNU Autoconf 2.69.  Invocation command line was
> >
> >   $ ./configure --build=x86_64-pc-linux-gnu --prefix=/usr/local 
> > --libdir=/usr/local/lib --without-all --with-xml2 --with-json --with-libgmp 
> > --with-zlib --without-gnutls --with-selinux
>
> With this configuration, I could reproduce the problem. The appended
> patch fixes this for me, could you pls check?
>
> (There's no need to panic about Emacs 27.2, the patch is in
> autorevert-tests.el)

Thanks Michael. The patch clears the hang.

Here's one more hang. It happens on both Linux and Apple over SSH. (I
SSH into most of my machines).

  --batch --eval '(ert-run-tests-batch-and-exit (quote (not (or (tag
:expensive-test) (tag :unstable)))))' > src/keyboard-tests.log 2>&1 ||
{ STAT=$?; cat src/keyboard-tests.log; exit $STAT; }

Jeff



reply via email to

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