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:date:message-id:references
	:mime-version:content-type; q=dns; s=default; b=kPrvXzKIZEjUQT3P
	294fbBODy8kWFdB7lgoObdyhp6ISyKOXGRcB7Ahbwm8U2u870HjaZ+DmAWzUUO8Z
	O8Oi2WG/2/Eh6AYhi3PpvpuBfS5sPjYS/riE7wax3so+9cRmN5UDrllzkBiTdH2M
	nVbeUaXJ34jxZFWVbd4aix7DcTg=
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:date:message-id:references
	:mime-version:content-type; s=default; bh=sldwNAsTqFbBTCQAieaTr6
	UqV1I=; b=ZlS4CK4an2b0T2aQg6BDNxViKJ7HUdBNvBz9Kg3R5BftkEK9pHtvLO
	XXuLSEI8/JkZDL/3747uY47ibG3ySqlS3ZtlX260JTAfP++WD6QkHCLJD+OJ6J90
	Ag2ntJ+nkg5w0tNTk68DoS5encsgES3VOS1EOan/fpI3t1D6AEqQE=
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-Virus-Found: No
X-Spam-SWARE-Status: No, score=1.1 required=5.0 tests=AWL,BAYES_50,RDNS_NONE,SPF_HELO_PASS,SPF_PASS,URIBL_BLOCKED autolearn=no version=3.3.2
X-HELO: plane.gmane.org
To: cygwin@cygwin.com
From: Achim Gratz <Stromeko@nexgo.de>
Subject: Re: Problem with latest setup-x86.exe
Date: Sun, 17 Nov 2013 18:54:51 +0100
Lines: 25
Message-ID: <87ob5ix6ac.fsf@Rainer.invalid>
References: <52826B3B.8030909@w5pny.com>	<20131112183131.GB7911@ednor.casa.cgf.cx>
Mime-Version: 1.0
Content-Type: text/plain
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)
X-IsSubscribed: yes

Christopher Faylor writes:
> I appreciate your looking at the source code but given what you changed,
> I don't understand how what you did would fix that.  If your changes
> were really necessary then something would have to be seriously wrong
> with mscvrt handling of argv strings.  That points to a problem on
> your system, not in the code.

This is not the bug you are looking for...

The changes from Harry effectively shut out the code path that triggers
the bug by introducing another one.  The bug is in a nutshell, that
"\\?\conout$" isn't a valid UNC path and with the override of fopen as
per the latest changes by Corinna creating an ofstream tries to use that
to get the console output handle.  I'm not sure how to fix this, it
seems odd that there'd be no UNC variant of conout$, but my search has
turned up empty.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Factory and User Sound Singles for Waldorf Q+, Q and microQ:
http://Synth.Stromeko.net/Downloads.html#WaldorfSounds


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

