* bug#37559: network-stream-tests hangs on Windows
@ 2019-09-30 2:21 Juanma Barranquero
2019-09-30 6:51 ` Eli Zaretskii
0 siblings, 1 reply; 8+ messages in thread
From: Juanma Barranquero @ 2019-09-30 2:21 UTC (permalink / raw)
To: 37559
[-- Attachment #1: Type: text/plain, Size: 1142 bytes --]
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
[-- Attachment #2: Type: text/html, Size: 1372 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* bug#37559: network-stream-tests hangs on Windows
2019-09-30 2:21 bug#37559: network-stream-tests hangs on Windows Juanma Barranquero
@ 2019-09-30 6:51 ` Eli Zaretskii
2019-09-30 7:35 ` Eli Zaretskii
0 siblings, 1 reply; 8+ messages in thread
From: Eli Zaretskii @ 2019-09-30 6:51 UTC (permalink / raw)
To: Juanma Barranquero; +Cc: 37559
> From: Juanma Barranquero <lekktu@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.
^ permalink raw reply [flat|nested] 8+ messages in thread
* bug#37559: network-stream-tests hangs on Windows
2019-09-30 6:51 ` Eli Zaretskii
@ 2019-09-30 7:35 ` Eli Zaretskii
2019-09-30 7:53 ` Juanma Barranquero
0 siblings, 1 reply; 8+ messages in thread
From: Eli Zaretskii @ 2019-09-30 7:35 UTC (permalink / raw)
To: lekktu; +Cc: 37559
> Date: Mon, 30 Sep 2019 09:51:32 +0300
> From: Eli Zaretskii <eliz@gnu.org>
> Cc: 37559@debbugs.gnu.org
>
> > From: Juanma Barranquero <lekktu@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.
^ permalink raw reply [flat|nested] 8+ messages in thread
* bug#37559: network-stream-tests hangs on Windows
2019-09-30 7:35 ` Eli Zaretskii
@ 2019-09-30 7:53 ` Juanma Barranquero
2019-09-30 8:47 ` Eli Zaretskii
0 siblings, 1 reply; 8+ messages in thread
From: Juanma Barranquero @ 2019-09-30 7:53 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: 37559
[-- Attachment #1: Type: text/plain, Size: 338 bytes --]
On Mon, Sep 30, 2019 at 9:35 AM Eli Zaretskii <eliz@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.
[-- Attachment #2: Type: text/html, Size: 493 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* bug#37559: network-stream-tests hangs on Windows
2019-09-30 7:53 ` Juanma Barranquero
@ 2019-09-30 8:47 ` Eli Zaretskii
2019-09-30 9:55 ` Juanma Barranquero
0 siblings, 1 reply; 8+ messages in thread
From: Eli Zaretskii @ 2019-09-30 8:47 UTC (permalink / raw)
To: Juanma Barranquero; +Cc: 37559
> From: Juanma Barranquero <lekktu@gmail.com>
> Date: Mon, 30 Sep 2019 09:53:37 +0200
> Cc: 37559@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.
^ permalink raw reply [flat|nested] 8+ messages in thread
* bug#37559: network-stream-tests hangs on Windows
2019-09-30 8:47 ` Eli Zaretskii
@ 2019-09-30 9:55 ` Juanma Barranquero
2020-08-02 18:19 ` Lars Ingebrigtsen
0 siblings, 1 reply; 8+ messages in thread
From: Juanma Barranquero @ 2019-09-30 9:55 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: 37559
[-- Attachment #1: Type: text/plain, Size: 244 bytes --]
On Mon, Sep 30, 2019 at 10:47 AM Eli Zaretskii <eliz@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.
[-- Attachment #2: Type: text/html, Size: 368 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* bug#37559: network-stream-tests hangs on Windows
2019-09-30 9:55 ` Juanma Barranquero
@ 2020-08-02 18:19 ` Lars Ingebrigtsen
2020-08-02 19:01 ` Juanma Barranquero
0 siblings, 1 reply; 8+ messages in thread
From: Lars Ingebrigtsen @ 2020-08-02 18:19 UTC (permalink / raw)
To: Juanma Barranquero; +Cc: 37559
Juanma Barranquero <lekktu@gmail.com> writes:
> On Mon, Sep 30, 2019 at 10:47 AM Eli Zaretskii <eliz@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
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2020-08-02 19:01 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-30 2:21 bug#37559: network-stream-tests hangs on Windows Juanma Barranquero
2019-09-30 6:51 ` Eli Zaretskii
2019-09-30 7:35 ` Eli Zaretskii
2019-09-30 7:53 ` Juanma Barranquero
2019-09-30 8:47 ` Eli Zaretskii
2019-09-30 9:55 ` Juanma Barranquero
2020-08-02 18:19 ` Lars Ingebrigtsen
2020-08-02 19:01 ` Juanma Barranquero
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).