GNU bug report logs - #37559
network-stream-tests hangs on Windows

Previous Next

Package: emacs;

Reported by: Juanma Barranquero <lekktu <at> gmail.com>

Date: Mon, 30 Sep 2019 02:23:02 UTC

Severity: normal

Tags: moreinfo

Done: Stefan Kangas <stefankangas <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 37559 in the body.
You can then email your comments to 37559 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#37559; Package emacs. (Mon, 30 Sep 2019 02:23:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Juanma Barranquero <lekktu <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Mon, 30 Sep 2019 02:23:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Juanma Barranquero <lekktu <at> gmail.com>
To: Bug-Gnu-Emacs <bug-gnu-emacs <at> gnu.org>
Subject: network-stream-tests hangs on Windows
Date: Mon, 30 Sep 2019 04:21:53 +0200
[Message part 1 (text/plain, inline)]
While running tests on Windows, the following tests (from
network-stream-tests.el) hang up and have to be interrupted:

connect-to-tls-ipv4-wait
open-network-stream-tls-wait
open-network-stream-tls
open-network-stream-tls-nocert
open-gnutls-stream-new-api-default
open-gnutls-stream-new-api-wait
open-gnutls-stream-old-api-wait




In GNU Emacs 27.0.50 (build 1, x86_64-w64-mingw32)
 of 2019-09-30 built on ODIEFAST
Repository revision: fd887250dc560541ecc2a3ea4a5d6f61591e2821
Repository branch: master
Windowing system distributor 'Microsoft Corp.', version 10.0.18362
System Description: Microsoft Windows 10 Home (v10.0.1903.18362.356)

Configured using:
 'configure --prefix=/d/Devel/emacs/repo/trunk --with-modules
 --without-pop --enable-checking=yes
 --enable-locallisppath=%emacs_dir%/../site-lisp:%emacs_dir%/share/emacs/@VER@
/site-lisp:%emacs_dir%/share/emacs/site-lisp
 'CFLAGS=-Og -ggdb3''

Configured features:
XPM JPEG TIFF GIF PNG RSVG SOUND NOTIFY W32NOTIFY ACL GNUTLS LIBXML2
HARFBUZZ ZLIB TOOLKIT_SCROLL_BARS MODULES THREADS JSON PDUMPER LCMS2 GMP

Important settings:
  value of $LANG: ESN
  locale-coding-system: cp1252
[Message part 2 (text/html, inline)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#37559; Package emacs. (Mon, 30 Sep 2019 06:52:02 GMT) Full text and rfc822 format available.

Message #8 received at 37559 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Juanma Barranquero <lekktu <at> gmail.com>
Cc: 37559 <at> debbugs.gnu.org
Subject: Re: bug#37559: network-stream-tests hangs on Windows
Date: Mon, 30 Sep 2019 09:51:32 +0300
> From: Juanma Barranquero <lekktu <at> gmail.com>
> Date: Mon, 30 Sep 2019 04:21:53 +0200
> 
> While running tests on Windows, the following tests (from network-stream-tests.el) hang up and have to be
> interrupted:
> 
> connect-to-tls-ipv4-wait
> open-network-stream-tls-wait
> open-network-stream-tls
> open-network-stream-tls-nocert
> open-gnutls-stream-new-api-default
> open-gnutls-stream-new-api-wait
> open-gnutls-stream-old-api-wait

They all work here, in a 32-bit build, FWIW.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#37559; Package emacs. (Mon, 30 Sep 2019 07:36:02 GMT) Full text and rfc822 format available.

Message #11 received at 37559 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: lekktu <at> gmail.com
Cc: 37559 <at> debbugs.gnu.org
Subject: Re: bug#37559: network-stream-tests hangs on Windows
Date: Mon, 30 Sep 2019 10:35:33 +0300
> Date: Mon, 30 Sep 2019 09:51:32 +0300
> From: Eli Zaretskii <eliz <at> gnu.org>
> Cc: 37559 <at> debbugs.gnu.org
> 
> > From: Juanma Barranquero <lekktu <at> gmail.com>
> > Date: Mon, 30 Sep 2019 04:21:53 +0200
> > 
> > While running tests on Windows, the following tests (from network-stream-tests.el) hang up and have to be
> > interrupted:
> > 
> > connect-to-tls-ipv4-wait
> > open-network-stream-tls-wait
> > open-network-stream-tls
> > open-network-stream-tls-nocert
> > open-gnutls-stream-new-api-default
> > open-gnutls-stream-new-api-wait
> > open-gnutls-stream-old-api-wait
> 
> They all work here, in a 32-bit build, FWIW.

And since TLS is involved, my GnuTLS version is 3.4.15.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#37559; Package emacs. (Mon, 30 Sep 2019 07:55:01 GMT) Full text and rfc822 format available.

Message #14 received at 37559 <at> debbugs.gnu.org (full text, mbox):

From: Juanma Barranquero <lekktu <at> gmail.com>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 37559 <at> debbugs.gnu.org
Subject: Re: bug#37559: network-stream-tests hangs on Windows
Date: Mon, 30 Sep 2019 09:53:37 +0200
[Message part 1 (text/plain, inline)]
On Mon, Sep 30, 2019 at 9:35 AM Eli Zaretskii <eliz <at> gnu.org> wrote:

> They all work here, in a 32-bit build, FWIW.

I asked Óscar and the tests fail for him too (on MSYS2). So perhaps it's
something specific to the 64-bit version.

> And since TLS is involved, my GnuTLS version is 3.4.15.

3.6.8 is the current one on MSYS2.
[Message part 2 (text/html, inline)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#37559; Package emacs. (Mon, 30 Sep 2019 08:48:01 GMT) Full text and rfc822 format available.

Message #17 received at 37559 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Juanma Barranquero <lekktu <at> gmail.com>
Cc: 37559 <at> debbugs.gnu.org
Subject: Re: bug#37559: network-stream-tests hangs on Windows
Date: Mon, 30 Sep 2019 11:47:45 +0300
> From: Juanma Barranquero <lekktu <at> gmail.com>
> Date: Mon, 30 Sep 2019 09:53:37 +0200
> Cc: 37559 <at> debbugs.gnu.org
> 
> > And since TLS is involved, my GnuTLS version is 3.4.15.
> 
> 3.6.8 is the current one on MSYS2.

If someone could try building with GnuTLS 3.4.x, we could eliminate
the GnuTLS version factor.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#37559; Package emacs. (Mon, 30 Sep 2019 09:57:02 GMT) Full text and rfc822 format available.

Message #20 received at 37559 <at> debbugs.gnu.org (full text, mbox):

From: Juanma Barranquero <lekktu <at> gmail.com>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 37559 <at> debbugs.gnu.org
Subject: Re: bug#37559: network-stream-tests hangs on Windows
Date: Mon, 30 Sep 2019 11:55:19 +0200
[Message part 1 (text/plain, inline)]
On Mon, Sep 30, 2019 at 10:47 AM Eli Zaretskii <eliz <at> gnu.org> wrote:

> If someone could try building with GnuTLS 3.4.x, we could eliminate
> the GnuTLS version factor.

There are MSYS2 64-bit binaries available for 3.4.10. I'll give it a try.
[Message part 2 (text/html, inline)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#37559; Package emacs. (Sun, 02 Aug 2020 18:21:02 GMT) Full text and rfc822 format available.

Message #23 received at 37559 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Juanma Barranquero <lekktu <at> gmail.com>
Cc: Eli Zaretskii <eliz <at> gnu.org>, 37559 <at> debbugs.gnu.org
Subject: Re: bug#37559: network-stream-tests hangs on Windows
Date: Sun, 02 Aug 2020 20:19:53 +0200
Juanma Barranquero <lekktu <at> gmail.com> writes:

> On Mon, Sep 30, 2019 at 10:47 AM Eli Zaretskii <eliz <at> gnu.org> wrote:
>
>> If someone could try building with GnuTLS 3.4.x, we could eliminate
>> the GnuTLS version factor.
>
> There are MSYS2 64-bit binaries available for 3.4.10. I'll give it a try.

This was almost a year ago.  Was there any further progress on debugging
this?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




Added tag(s) moreinfo. Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Sun, 02 Aug 2020 18:21:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#37559; Package emacs. (Sun, 02 Aug 2020 19:03:01 GMT) Full text and rfc822 format available.

Message #28 received at 37559 <at> debbugs.gnu.org (full text, mbox):

From: Juanma Barranquero <lekktu <at> gmail.com>
To: Lars Ingebrigtsen <larsi <at> gnus.org>
Cc: Eli Zaretskii <eliz <at> gnu.org>, 37559 <at> debbugs.gnu.org
Subject: Re: bug#37559: network-stream-tests hangs on Windows
Date: Sun, 2 Aug 2020 21:01:57 +0200
[Message part 1 (text/plain, inline)]
Not from me.
[Message part 2 (text/html, inline)]

Removed tag(s) moreinfo. Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Mon, 26 Oct 2020 15:49:03 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#37559; Package emacs. (Sat, 15 Feb 2025 02:25:02 GMT) Full text and rfc822 format available.

Message #33 received at 37559 <at> debbugs.gnu.org (full text, mbox):

From: Stefan Kangas <stefankangas <at> gmail.com>
To: Juanma Barranquero <lekktu <at> gmail.com>
Cc: 37559 <at> debbugs.gnu.org
Subject: Re: bug#37559: network-stream-tests hangs on Windows
Date: Fri, 14 Feb 2025 20:24:12 -0600
Juanma Barranquero <lekktu <at> gmail.com> writes:

> While running tests on Windows, the following tests (from network-stream-tests.el) hang up and have
> to be interrupted:
>
> connect-to-tls-ipv4-wait
> open-network-stream-tls-wait
> open-network-stream-tls
> open-network-stream-tls-nocert
> open-gnutls-stream-new-api-default
> open-gnutls-stream-new-api-wait
> open-gnutls-stream-old-api-wait
>
> In GNU Emacs 27.0.50 (build 1, x86_64-w64-mingw32)
>  of 2019-09-30 built on ODIEFAST
> Repository revision: fd887250dc560541ecc2a3ea4a5d6f61591e2821
> Repository branch: master
> Windowing system distributor 'Microsoft Corp.', version 10.0.18362
> System Description: Microsoft Windows 10 Home (v10.0.1903.18362.356)
>
> Configured using:
>  'configure --prefix=/d/Devel/emacs/repo/trunk --with-modules
>  --without-pop --enable-checking=yes
>  -
> -enable-locallisppath=%emacs_dir%/../site-lisp:%emacs_dir%/share/emacs/@VER@/site-lisp:%emacs_dir%/share/emacs/site-lisp
>
>  'CFLAGS=-Og -ggdb3''
>
> Configured features:
> XPM JPEG TIFF GIF PNG RSVG SOUND NOTIFY W32NOTIFY ACL GNUTLS LIBXML2
> HARFBUZZ ZLIB TOOLKIT_SCROLL_BARS MODULES THREADS JSON PDUMPER LCMS2 GMP
>
> Important settings:
>   value of $LANG: ESN
>   locale-coding-system: cp1252

That was 5 years ago, and much has happened.  Do these tests still hang?




Added tag(s) moreinfo. Request was from Stefan Kangas <stefankangas <at> gmail.com> to control <at> debbugs.gnu.org. (Sat, 15 Feb 2025 02:25:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#37559; Package emacs. (Sat, 15 Feb 2025 03:21:01 GMT) Full text and rfc822 format available.

Message #38 received at 37559 <at> debbugs.gnu.org (full text, mbox):

From: Juanma Barranquero <lekktu <at> gmail.com>
To: Stefan Kangas <stefankangas <at> gmail.com>
Cc: 37559 <at> debbugs.gnu.org
Subject: Re: bug#37559: network-stream-tests hangs on Windows
Date: Sat, 15 Feb 2025 04:19:36 +0100
[Message part 1 (text/plain, inline)]
No idea. I've not built Emacs for years now.

On Sat, Feb 15, 2025 at 3:24 AM Stefan Kangas <stefankangas <at> gmail.com>
wrote:

> Juanma Barranquero <lekktu <at> gmail.com> writes:
>
> > While running tests on Windows, the following tests (from
> network-stream-tests.el) hang up and have
> > to be interrupted:
> >
> > connect-to-tls-ipv4-wait
> > open-network-stream-tls-wait
> > open-network-stream-tls
> > open-network-stream-tls-nocert
> > open-gnutls-stream-new-api-default
> > open-gnutls-stream-new-api-wait
> > open-gnutls-stream-old-api-wait
> >
> > In GNU Emacs 27.0.50 (build 1, x86_64-w64-mingw32)
> >  of 2019-09-30 built on ODIEFAST
> > Repository revision: fd887250dc560541ecc2a3ea4a5d6f61591e2821
> > Repository branch: master
> > Windowing system distributor 'Microsoft Corp.', version 10.0.18362
> > System Description: Microsoft Windows 10 Home (v10.0.1903.18362.356)
> >
> > Configured using:
> >  'configure --prefix=/d/Devel/emacs/repo/trunk --with-modules
> >  --without-pop --enable-checking=yes
> >  -
> >
> -enable-locallisppath=%emacs_dir%/../site-lisp:%emacs_dir%/share/emacs/@VER@
> /site-lisp:%emacs_dir%/share/emacs/site-lisp
> >
> >  'CFLAGS=-Og -ggdb3''
> >
> > Configured features:
> > XPM JPEG TIFF GIF PNG RSVG SOUND NOTIFY W32NOTIFY ACL GNUTLS LIBXML2
> > HARFBUZZ ZLIB TOOLKIT_SCROLL_BARS MODULES THREADS JSON PDUMPER LCMS2 GMP
> >
> > Important settings:
> >   value of $LANG: ESN
> >   locale-coding-system: cp1252
>
> That was 5 years ago, and much has happened.  Do these tests still hang?
>
[Message part 2 (text/html, inline)]

Reply sent to Stefan Kangas <stefankangas <at> gmail.com>:
You have taken responsibility. (Sat, 15 Feb 2025 10:01:02 GMT) Full text and rfc822 format available.

Notification sent to Juanma Barranquero <lekktu <at> gmail.com>:
bug acknowledged by developer. (Sat, 15 Feb 2025 10:01:02 GMT) Full text and rfc822 format available.

Message #43 received at 37559-done <at> debbugs.gnu.org (full text, mbox):

From: Stefan Kangas <stefankangas <at> gmail.com>
To: Juanma Barranquero <lekktu <at> gmail.com>
Cc: 37559-done <at> debbugs.gnu.org
Subject: Re: bug#37559: network-stream-tests hangs on Windows
Date: Sat, 15 Feb 2025 10:00:13 +0000
Juanma Barranquero <lekktu <at> gmail.com> writes:

> No idea. I've not built Emacs for years now.

OK, thanks.  I guess it's not likely that we'll make further progress
here with no one that can reproduce it.

I'm therefore closing this bug report.  Thanks.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 15 Mar 2025 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 81 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.