public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Mark Geisert <mark@maxrnd.com>
To: Jim Bell <Jim@JC-Bell.com>, cygwin@cygwin.com
Subject: Re: python fails asyncio tests (py 3.7 & 3.8)
Date: Mon, 30 Nov 2020 16:53:43 -0800	[thread overview]
Message-ID: <b1ae75e7-f245-68d6-38b0-2b2b80199308@maxrnd.com> (raw)
In-Reply-To: <5233b4bb-8e9e-b6bd-0a56-c6ce5aa43f42@JC-Bell.com>

Hi Jim,

Jim Bell wrote:
> On 2020-11-21 5:59 AM, Jim Bell wrote:
>> The standard python asyncio tests hang.
>>
>>         cd /usr/lib/python3.8/test
>>
>>         python3.8 test_asyncore.py -v
>>
>> [...]
> 
> 
> Using strace, stripping down this very repeatable test, and grabbing the 
> source-code snapshot, it looks like winsup/cygwin/select.cc socket_cleanup() is 
> waiting forever for the thread to go away.
> 
> strace:
> 
>    121 6732185 [main] python3.8 13329 select_stuff::cleanup: calling cleanup rout
> ines
>    178 6732363 [main] python3.8 13329 socket_cleanup: si 0x800290E10 si->thread 0
> x18023E758
> -
> 
> But I don't see the select_printf("returning")  at select.cc:1808, so the 
> si->thread->detach() call seems to be blocked forever.  I don't see that we make 
> it here either:
> 
>      select.cc:1685  select_printf ("leaving thread_socket");
> 
> I see a bool stop_thread field in select_info, inherited by select_socket_info 
> (select.h), used by other mechanisms. Seems that could be set by socket_cleanup() 
> and used by thread_socket() to break out of its event loops (select.cc lines 1660  
> and 1667)
> 
> https://cygwin.com/git/?p=newlib-cygwin.git;a=blob;f=winsup/cygwin/select.cc;hb=HEAD#l1796 

Thanks for the report and especially for the initial debugging you've done.  I've 
reproduced the issue on my test machine.  No need to supply 'cygcheck -svr' at 
this point.  I'll investigate this further and keep you posted (on the Cygwin 
mailing list).

..mark

  reply	other threads:[~2020-12-01  0:53 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-21 11:59 Jim Bell
2020-11-22  0:13 ` Jim Bell
2020-12-01  0:53   ` Mark Geisert [this message]
2020-12-07  7:58     ` Mark Geisert
2020-12-07 18:01       ` Marco Atzeri
2020-12-08  3:14         ` Mark Geisert

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=b1ae75e7-f245-68d6-38b0-2b2b80199308@maxrnd.com \
    --to=mark@maxrnd.com \
    --cc=Jim@JC-Bell.com \
    --cc=cygwin@cygwin.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.
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).