X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; q=dns; s=default; b=KHut1DH flgGBCjhecK3m47w0zzeHnr/dbHxYWsSxYknDoQYwhf03+dUxXpM346fBpFZYBR7 l90nBMqn3H77z3lVixnQJy/DhxrZBqXhrHJClahLNh+zCe0/PFGZfz0cflB+R1UA 6PhYl6holf26Ii+H0lyi6UW+5Suywlz5ly+w= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; s=default; bh=nyH5SzRC72EbI 0iVKdM3XckCxug=; b=SVhaDGit1EUg2E/7McKYYIw8cachUt78Yz4HdZZGoq8TA EXLrRqWj/wNSjCg0kHvijhLdddksJ4b8HCVNgJSeA5Ad2XMyaPFByAQE1mIxTbkN gdP4q/o91ba2RoPXvHGs2zna6vBNUFBHQl5U+13tp1oqb7ujY1bG+xjoP0TiJo= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,HTML_MESSAGE,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.1 spammy=HX-Received:a5e, H*c:alternative, zoom X-HELO: mail-io1-f50.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=cWtWuIy/4HRpdOSEeSFXNSW1cahngEwmJ5pYlq93hvQ=; b=o5kT5nTTHZajBqi8skNYYFu4nZTgsOUbXphLiG1EE7E2msSBAhM2Sbvpl5bXhbI/CE gJSElt4yldVfjTs2LiWO0LluHPLHC6c0l+ZgBdjAKNa0MD7nVK7B8q2+ucoFIi4pfySa MK0Pm5KOcTExwsOz+AcAj8hpIn53NLBoGW/DrSXltEw/21BctsPFOwfHzfXXEXrbTEo5 xiUw3u4SmV3y0jTDQEfewImUoaorD27k4XEHqYF/SbzXZNbRltmb1uZOrN7uZGYtT2tS JRTtxzGr+dWUD6Onwjy31tjhPj1bzOA4oOQho9if/REHRyzZf+9wJ0nNWrrqSZKnqf6k Wgww== MIME-Version: 1.0 In-Reply-To: References: From: Biswapriyo Nath Date: Thu, 29 Aug 2019 22:15:04 +0530 Message-ID: Subject: [ANNOUNCEMENT] TEST: Cygwin 3.1.0-0.3 To: "cygwin AT cygwin DOT com" Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes On Thursday, August 29, 2019, Corinna Vinschen wrote: > Support the new pseudo console in PTY. Pseudo console is a new feature in Windows 10 1809, which provides console APIs on virtual terminal. Some queries about this specific feature: 1a. In fhandler_pty_mater::ioctl function, shouldn't the function pointer be checked before use? Also what the FIXME says, isn't clear. Any hint? 1b. GetModuleHandle and GetProcessHeap is called several times. Wouldn't be it easier to get all the pseudo console function pointers in one constructor? 2. There are many defined values are added but those are also present in mingw-w64 current git repo. For example, ENABLE_VIRTUAL_TERMINAL_PROCESSING. 3. I can't reproduce this issue with exact steps. But when I zoom in/out + resize mintty window + execute cmd.exe in mintty in some random order it crashed. Here is the error: [main] D:\Cygwin64\bin\bash 1129 fhandler_pty_slave::push_to_pcon_screenbuffer: pty0: pcon_attach mismatch?????? (0x18035DBD0) -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple