From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x432.google.com (mail-wr1-x432.google.com [IPv6:2a00:1450:4864:20::432]) by sourceware.org (Postfix) with ESMTPS id 743FB395205E for ; Wed, 22 Apr 2020 19:59:27 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 743FB395205E Received: by mail-wr1-x432.google.com with SMTP id f13so3990002wrm.13 for ; Wed, 22 Apr 2020 12:59:27 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=jdEEym93Hg1NytDPdADZgIdCiOiECupp/XGnLrhBo54=; b=PFKxsmpkmwDboswl6HvJ95WS0wRN2UjSURE52NxTr52MwmrZOZ/lRPxywbd/VcGhER XtUBA12h3sZjl3D9FmIouhgB0GBjiXatw7oM9E+zOdCFFwxYYbnJwWb6jLJzOEjB6nW0 iIjdv5aZsugFURF3eh9D2NnMPWZ38oprvg/wWviWnA2VsJSbe1lNDGt7MQ30T6d7Iq1D GLL3o1S6cmrChUS5aIvzUf2Zn/W/FdBA7zwErOIsf0hj496yfIffS83/oPYiLRRRRc/z mVdZCBAbANybVIAKXVuARfC3neirQlYJXNw260KRZuOYBG7/UxWtdlpwk6hP5feiZlTd FEwg== X-Gm-Message-State: AGi0PuZl6KooYn1I6FqPymW0OryrPILW7lMOdTQYIrWGFvEPArpf31QR 93ZQtqFIeV4U0soHjCkOB6qDwUyT X-Google-Smtp-Source: APiQypJ92bxRsm+nRgC6XmVXO9MIxgsCvxLi6CeLBFAy3bsJQEwZzW/6lODFADKGd41L2naphLDjKA== X-Received: by 2002:adf:e5c7:: with SMTP id a7mr775667wrn.241.1587585566118; Wed, 22 Apr 2020 12:59:26 -0700 (PDT) Received: from [192.168.2.111] (p5B231ADE.dip0.t-ipconnect.de. [91.35.26.222]) by smtp.gmail.com with ESMTPSA id q1sm315130wrn.70.2020.04.22.12.59.25 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 22 Apr 2020 12:59:25 -0700 (PDT) Subject: Re: Can't use strace on curses application To: cygwin@cygwin.com References: <1325932087.-1622514822.1587585031094.JavaMail.root@zimbra76-e14.priv.proxad.net> From: Marco Atzeri Message-ID: <794123e5-f5a3-4c58-2d65-27cde4fff677@gmail.com> Date: Wed, 22 Apr 2020 21:59:24 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 MIME-Version: 1.0 In-Reply-To: <1325932087.-1622514822.1587585031094.JavaMail.root@zimbra76-e14.priv.proxad.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.7 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, FREEMAIL_REPLY, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Apr 2020 19:59:28 -0000 Am 22.04.2020 um 21:50 schrieb akiki@free.fr: > Hi, > My initial current versions : > Windows 10 Professional Ver 10.0 Build 18363 > cygwin 3.1.4-1 OK > > I have encountered too many problems with console tty use, > that with a curses application. > With cygwin 3.1.4, bash under cmd, and mintty are not really usable. > I have tried several options to correct use of them and finally came back to cygwin 3.0.7. > > So, > during these tries, at a moment to observe the problem, I will try to do a strace on my curses app. > It was impossible to do it. > > It was answered a msgbox with cygncurses-8.dll missing It seems your application is using an old library not available anymore $ cygcheck -p cygncurses-8.dll Found 0 matches for cygncurses-8.dll $ cygcheck -p cygncurses Found 8 matches for cygncurses libncurses++w10-6.0-12.20171125 - libncurses++w10: Terminal display library libncurses++w10-6.1-1.20190727 - libncurses++w10: Terminal display library libncursesw10-6.0-11.20170617 - libncursesw10: Terminal display library libncursesw10-6.0-12.20171125 - libncursesw10: Terminal display library libncursesw10-6.1-1.20190727 - libncursesw10: Terminal display library .. so current version is number 10. From where this program is coming from ? Regards Marco