X-Recipient: archive-cygwin@delorie.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:to:from:subject:message-id:date:mime-version
	:content-type:content-transfer-encoding; q=dns; s=default; b=tlW
	fScKrQRORolCYLdMRmUA5D2lK900cy/n64QQKsHtJ2L331+MXbUUoVPLjchNooz+
	TpolR900/LjhBxxmh3RK7WJzv4IHFmdS+rveAjFu5Eb/sqeVT+fuBT7iQ6yVk7pM
	SqPsWEr2DtzEoaKmKiDOxVKRgayafIApzoOpn1xg=
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:to:from:subject:message-id:date:mime-version
	:content-type:content-transfer-encoding; s=default; bh=aqXJX8waH
	3kW/2XsFwKVRwPJ+Xo=; b=x/Jp5Xye7UpGSSnBh/j8M+hKuTU2vOOdxCuaavZCm
	k3DF3zX9VbA8XWNNVk7h8Z0gLwmmUJ4ES6GJuJDxYyTZJaBrKWTCVbO+79eGxed2
	D21ZcqvGYOYm9t+cq6H3EdM1NNXvVj9aspR1RCvJNu+AZ3xc3E2I+2bSVqEnykWz
	eE=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 spammy=interactive, Font, 3.1.2, HX-Languages-Length:1050
X-HELO: mout.kundenserver.de
To: cygwin@cygwin.com
From: Thomas Wolff <towo@towo.net>
Subject: stray stdout/stderr/pseudo console garbage output
Message-ID: <0563c3c7-825c-7615-e70b-752420c74f93@towo.net>
Date: Sat, 8 Feb 2020 18:19:53 +0100
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.4.2
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 8bit
X-IsSubscribed: yes
Note-from-DJ: This may be spam

When I run mintty in the background from a nested shell, like
     mintty & within a shell script, or
     (mintty &) from an interactive shell,
and it produces the following error output, some stray string is 
appended to its output, like:

Ignoring unknown option 'ShowTabBar'.
Font not found, using system substitute:
Luxi Monotch??????                ffer: pty0: pcon

or:

Ignoring unknown option 'ShowTabBar'.
Font not found, using system substitute:
Luxi Mono      2 [main] mintty 1551 
fhandler_pty_slave::push_to_pcon_screenbuffer: pty0:
pcon_attach_to mismatch??????

The first message ("Ignoring ...") is written with fprintf(stderr, ...).
The second message ("Font not found") is written with fputs(..., stderr).
Without specific mintty configuration, reproducible with the command 
(parentheses needed):
(mintty --fn "dummyfont" -o dummyopt=none&)

Observable with 3.1.0, 3.1.2 or snapshot 2020-01-31.
Sorry, I could not reduce the test case to a simpler setup.
Thomas

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

