From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x434.google.com (mail-wr1-x434.google.com [IPv6:2a00:1450:4864:20::434]) by sourceware.org (Postfix) with ESMTPS id EBFC93840C34 for ; Sun, 14 Jun 2020 17:49:16 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org EBFC93840C34 Received: by mail-wr1-x434.google.com with SMTP id l10so14754654wrr.10 for ; Sun, 14 Jun 2020 10:49:16 -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-language :content-transfer-encoding; bh=O7EbdHME1nQQvZU/uNKZTSnrB7n2dEN4jCFQHPDTTCU=; b=JsHJ2neo41Id59RI9AkcMlrxVbMccmY8USkLL8v74LLAzEsp+rlk5ax1WoMMGrqOvn W+fT6uOZc+qOEaS4GFcDlWWoXsAutQsCNXHxun7LSpwEf+WKRKc51UR+kAMWdkYyjF5t Wxqg0RX0HzoWxQMEGEq6aVPPvQHBZA0VT2M/QfcWHUPtc1akGvpFRBqzc4S9q845iYkH 4x46uzpfwVUFFTjA8c8SGpSbE4PLjFs6gzUm/zJrI0pt2YOVxujz9cbTv7OCu9ybeGeq ylWfs49VQmc4baDIxSmN5RNf5qJOH/SgHGFTnwfQ1iA96R5NNLSe0YyFwtG3xoFEwkpq H/qQ== X-Gm-Message-State: AOAM5307EHA8Idrq79wc3k4ad7w0SMs50/e3HS8I41cknSwqMpijCFkk QYH703Pk4WKQSH6iZ+nnBWfj6jSj X-Google-Smtp-Source: ABdhPJx89QU8kl13+eVKaK/iVs4EkpDt4Hfe86dIvHmh57iflSPzAGvInw5uekm9Pmz+XjuG418cSw== X-Received: by 2002:a5d:6cc1:: with SMTP id c1mr25957950wrc.144.1592156955775; Sun, 14 Jun 2020 10:49:15 -0700 (PDT) Received: from ?IPv6:2003:cc:9f39:6a5b:1d35:cbb6:49a1:5869? (p200300cc9f396a5b1d35cbb649a15869.dip0.t-ipconnect.de. [2003:cc:9f39:6a5b:1d35:cbb6:49a1:5869]) by smtp.gmail.com with ESMTPSA id b143sm12538520wme.20.2020.06.14.10.49.14 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sun, 14 Jun 2020 10:49:15 -0700 (PDT) Subject: Re: cygwin x11 doesn't start after windows 10 upgrade To: cygwin@cygwin.com References: <82aa19db-4855-8436-2f99-8cdc3c8fb57c@dronecode.org.uk> From: Marco Atzeri Message-ID: <65b25545-1a7e-7fe8-57f6-d1e46002c8f3@gmail.com> Date: Sun, 14 Jun 2020 19:49:13 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.9.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: it Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham 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: Sun, 14 Jun 2020 17:49:18 -0000 On 14.06.2020 18:12, Steinar Bang wrote: >>>>>> "Henry S. Thompson via Cygwin" : > >> Steinar Bang writes: >> [troubles with XWin] > >> Have a look at what Windows shows as the processes that are running. > >> I've had intermittent problems with XWin processes running without >> actually showing any windows. You can see process information either >> with a special tool such as ProcExp or with the builtin Windows task >> manager, via Control-Alt-Delete. > >> If you find XWin processes, let us know. > > There were no XWin processes in the "Processes" tab of the task manager. > > I couldn't see any XWin processes in sysinternals procexp64 either. And > search for "xwin" in procexp gave no matches. > I guess we have only two methods to further going down 1) checking with strace if it is crashing during any system call strace -o XWin.strace /usr/bin/XWin :0 -multiwindow -auth XWin.strace should contain some hints, hopefully 2) use the gdb debugger, but it will require the installation of several debuginfo packages Regards Marco