delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2014/01/31/08:59:04

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:message-id:date:from:reply-to:mime-version:to
:cc:subject:references:in-reply-to:content-type
:content-transfer-encoding; q=dns; s=default; b=eY+eoMBBvvx2j72r
V/nwHvL1n8WY5kh2PXMVeEXLByOlTMPkJpDRjzkKVcCRAKwHyaUPXcHyKo6OemCs
oMRCdJtszV6/4x7MqNCGZ+NEs8x0dQpdR7X6ePhefQC6hw8/Z4f3GUr5gCnykwo5
aF0RoaNpJROV1EB1BgU2SC2Sj6M=
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:message-id:date:from:reply-to:mime-version:to
:cc:subject:references:in-reply-to:content-type
:content-transfer-encoding; s=default; bh=17vFggHddACj2Yaxs93F1L
uSbsQ=; b=ZdTp5f53oDXRJdvOaXFYxdLjfOzbu59WzsrGPm5QGRBVUqCc+8xU7L
QMKNL32LOPoHWP4uPN/nRlVrbz1JaEaosQKAUo2F/nhBDTj29gMlE6QVOlvwXQZl
EwqOPiwOkwlWezdTdBzfoHtRjMr8mpLWVEm/P4fIhv5k0hdMqWj/c=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
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-Virus-Found: No
X-Spam-SWARE-Status: No, score=0.6 required=5.0 tests=AWL,BAYES_50,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2
X-HELO: smtpout06.bt.lon5.cpcloud.co.uk
X-CTCH-RefID: str=0001.0A090209.52EBAC11.00CE,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0
X-Junkmail-Premium-Raw: score=10/97,refid=2.7.2:2014.1.31.95115:17:10.433,ip=,rules=__MOZILLA_MSGID, __HAS_MSGID, __SANE_MSGID, __HAS_FROM, __HAS_REPLYTO, __USER_AGENT, __MOZILLA_USER_AGENT, __MIME_VERSION, __TO_MALFORMED_2, __TO_NO_NAME, __BOUNCE_CHALLENGE_SUBJ, __BOUNCE_NDR_SUBJ_EXEMPT, __SUBJ_ALPHA_END, __IN_REP_TO, __CT, __CT_TEXT_PLAIN, __CTE, __TO_IN_SUBJECT, __ANY_URI, __URI_NO_WWW, __URI_NO_PATH, __SUBJ_ALPHA_NEGATE, __FORWARDED_MSG, BODYTEXTP_SIZE_3000_LESS, BODY_SIZE_1200_1299, __MIME_TEXT_ONLY, __URI_NS, HTML_00_01, HTML_00_10, BODY_SIZE_5000_LESS, BODY_SIZE_2000_LESS, TO_IN_SUBJECT, REPLYTO_FROM_DIFF_ADDY, BODY_SIZE_7000_LESS
X-CTCH-Spam: Unknown
Message-ID: <52EBAC18.3010505@dronecode.org.uk>
Date: Fri, 31 Jan 2014 13:58:48 +0000
From: Jon TURNEY <jon DOT turney AT dronecode DOT org DOT uk>
Reply-To: cygwin AT cygwin DOT com
User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:24.0) Gecko/20100101 Thunderbird/24.2.0
MIME-Version: 1.0
To: cygwin AT cygwin DOT com
CC: l DOT wood AT surrey DOT ac DOT uk
Subject: Re: How to destroy a cygwin terminal
References: <290E20B455C66743BE178C5C84F1240847E63346FB AT EXMB01CMS DOT surrey DOT ac DOT uk>
In-Reply-To: <290E20B455C66743BE178C5C84F1240847E63346FB@EXMB01CMS.surrey.ac.uk>

On 31/01/2014 08:58, l DOT wood AT surrey DOT ac DOT uk wrote:
> In cygwin X window, type:
> 
> cd /
> ls */*/*

Heh. What an interesting bug.

However, it doesn't seem to be an X server bug.  Typing the same commands into
a mintty causes that to exit as well.

> xinit: connection to X server lost
> 
> waiting for X server to shut down winClipboardProc - winClipboardFlushWindowsMessageQueue trapped WM_QUIT message, exiting main loop.
> winClipboardProc - XDestroyWindow succeeded.
> winClipboardIOErrorHandler!
> winMultiWindowXMsgProcIOErrorHandler!
> winInitMultiWindowXMsgProc - Caught IO Error.  Exiting.
> winDeinitMultiWindowWM - Noting shutdown in progress
> (EE) Server terminated successfully (0). Closing log file.

On 31/01/2014 13:13, Marco Atzeri wrote:
>> for what I can see the xterm crash, not the Xserver

What is happening here is that the X server has been started with xinit or
startx, and the command is typed into the initial xterm.  When that exits, the
X server is shut down to.

>> and I will bet when you are looking on /proc/*/*

Wrong guess :)
'ls proc/*/*' doesn't seem to reproduce it, but 'ls dev/*/*' does.

-- 
Jon TURNEY
Volunteer Cygwin/X X Server maintainer

--
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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019