From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 44687 invoked by alias); 3 Mar 2020 21:43:33 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 44680 invoked by uid 89); 3 Mar 2020 21:43:33 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-5.9 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_2,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 spammy=fam X-HELO: smtp-out-no.shaw.ca Received: from smtp-out-no.shaw.ca (HELO smtp-out-no.shaw.ca) (64.59.134.9) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 03 Mar 2020 21:43:31 +0000 Received: from [192.168.1.114] ([24.64.172.44]) by shaw.ca with ESMTP id 9FK6jn8JmkqGX9FK7j9NSf; Tue, 03 Mar 2020 14:43:31 -0700 From: Brian Inglis Subject: Re: Cygwin/X XWinrc menu no longer launches after recent updates Reply-To: cygwin@cygwin.com To: cygwin@cygwin.com References: <345b8a7a-bcbb-450b-08c0-943f3bb3b683@astrofoto.org> <20200303185335.5f4369c163b3a4b241ef429d@nifty.ne.jp> <20200303213524.5ddf37854e2eb85eca50ed96@nifty.ne.jp> <20200303215912.6c72af3e17e8ef0f0f58b8a6@nifty.ne.jp> Message-ID: Date: Tue, 03 Mar 2020 23:25:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.5.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2020-03/txt/msg00059.txt On 2020-03-03 10:21, Henry S. Thompson wrote: > Takashi Yano writes: > >> On Tue, 03 Mar 2020 12:40:17 +0000 >> "Henry S. Thompson" wrote: >>> Takashi Yano writes: >>>> This bug was already fixed in current git head. >>> >>> Current git head for Cygwin? Or mintty? >> >> I mean cygwin. > > OK, this is now getting very weird. As at least one other person > reported, the problem is intermittent, with both my systems, both on > 3.1.4 Cygwin and 3.1.4 mintty. > > Two further shots in the dark: > > 1) I tried to run cygcheck -s while there was an XWin + sh hang, as > previously reported. It hung also. Process Explorer shows > > bash.exe > bash.exe > cygcheck.exe > id.exe > > I can use strace to attach to it, and it is indeed > [cygdir]\bin\id.exe, showing lots of dll loads, then a thread being > created and exiting happily, last two lines are > > thread nnn created > _cygtls::remove: wait 0 > > Mystery > > So, try connecting strace to the hung sh process... > > [Nothing :-[ > > Connecting to it with gdb shows various threads, but ^C doesn't > achieve anything. > > 2) There are some hints that cygrunsrv/cygserver might be implicated. > Two cygchecks on one of my machines (which did run to completion) > differ in that the one taken while XWin had started successfully > differed from the other in that all my Cygwin services (cron, > cygserver, sshd, and exim) were stopped, > In the other, a case of XWin hang, they were all running. > > On my other system after several fails in a row, I stopped all my > services and XWin launched successfully. > > Grasping at straws here, but I have one machine sitting in a hung state, > and other debugging ideas welcome... XWin startup takes different paths depending on whether you have sshd running or not. I also have cygserver defined with max supported threads, as I have cron jobs which need them. I can often get multiwindow X to launch from mintty with sshd disabled, after deleting: $ llgo -AR /tmp/.X* /tmp/dbus-* /tmp/fam-$USER/fam- -r--r--r-- 1 11 Mar 2 00:20 /tmp/.X0-lock srwxrwxrwx 1 0 Mar 2 14:27 /tmp/dbus-5P1mCxSjEA= srwxrwxrwx 1 0 Mar 2 00:20 /tmp/dbus-JEIRS3qks6= srwxrwxrwx 1 0 Mar 2 12:34 /tmp/dbus-K5HWAHFshg= srwxrwxrwx 1 0 Mar 3 10:34 /tmp/dbus-pvf4OTaHDu= srwxrwxrwx 1 0 Mar 2 08:47 /tmp/dbus-QdAWXiPC8F= srwxrwxrwx 1 0 Mar 2 14:01 /tmp/dbus-TFjEzRHU4c= srwxrwxrwx 1 0 Mar 2 14:26 /tmp/dbus-VsXRfGI5GT= srwxrwxrwx 1 0 Mar 2 12:37 /tmp/dbus-Zo1S6Q5MSG= srw------- 1 0 Mar 2 00:20 /tmp/fam-$USER/fam-= /tmp/.X11-unix: total 1.0K srw-rw-rw- 1 0 Mar 2 00:20 X0= -rw------- 1 0 Mar 2 00:20 X0.lock -- Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada This email may be disturbing to some readers as it contains too much technical detail. Reader discretion is advised. -- Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada This email may be disturbing to some readers as it contains too much technical detail. Reader discretion is advised. -- 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