X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0E4AB3952501 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1587585571; bh=tpgsbNH4YlyP1dGAhjm/p943xt5Vw8nQrAoOI0ZkxRI=; h=Subject:To:References:Date:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=cw/1NjQZ1y2jLmGmyAeA9WjB0KmOlFptrp1VYs4NSX8Fw0bOuapFecFNXh1O0xUQ5 aCV2MMR5G7VCZGFz8e52XtfUEbHe76Qx8xf5O019U6rIT98pqgoTFf35KFBXRGWXtL L9sqHzjUWpTaP5fATVRHvsCHD9Gp60cI08+2fS+I= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 743FB395205E 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) Subject: Re: Can't use strace on curses application To: cygwin AT cygwin DOT com References: <1325932087 DOT -1622514822 DOT 1587585031094 DOT JavaMail DOT root AT zimbra76-e14 DOT priv DOT proxad DOT net> 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> 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 AT cygwin DOT 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: , From: Marco Atzeri via Cygwin Reply-To: Marco Atzeri Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: cygwin-bounces AT cygwin DOT com Sender: "Cygwin" Am 22.04.2020 um 21:50 schrieb akiki AT free DOT 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 -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple