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:subject:to:references:from:message-id:date
	:mime-version:in-reply-to:content-type
	:content-transfer-encoding; q=dns; s=default; b=JNmasGlVsBQMHYSs
	+vrODAmwM6BOMiA0st9g4vfOEzcTB9jd9j828zAj/s23bMXXDo6Z3ZVKwWhM4vlN
	KMsjMSUmG2RPBsDN64HaeLom5qDrsiXuNwqMnApuZ+Y2C1eKU+pPK905aAzOTeSw
	57twL1IufQVH+FUV6w/w5eWWD9A=
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:subject:to:references:from:message-id:date
	:mime-version:in-reply-to:content-type
	:content-transfer-encoding; s=default; bh=j99bmJS3LghQd1wajz8ZxV
	xN4Oo=; b=FTRwWM4IWhjgPZBTGwfVRb7ysms1vtSMNUZfMpCn3/To9Jt25+8yhb
	RBDbNPzrbaO0A6ZNN/LlOLr/9YQvYR34iPukBZLPHIv68P7LSiUpMtWUBAPV74Yn
	LRRwBDERR5R4ZVHFcv7wbSVRnVLiRyOy1zi3C1yzjxfXhrq6cgxtA=
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.2 required=5.0 tests=AWL,BAYES_05,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2
X-HELO: mail15.chariot.com.au
X-TPG-Junk-Checked: Yes
X-TPG-Junk-Status: Message not scanned because user authenticated using SMTP AUTH
X-TPG-Abuse: host=115-64-186-239.tpgi.com.au; ip=115.64.186.239; date=Fri, 20 Nov 2015 13:50:10 +1100; auth=4S7opPLCSxE/DW/A69qh0CgGp2IG7MxmiWxTU9nYdW8=
Subject: Re: BSOD when running from network share
To: cygwin@cygwin.com
References: <CACMdL5L663MnbRfHJ49BTtFNJwwx=Njqnpk-yuntHr4q5SrfYg@mail.gmail.com>
From: Mike Fahlbusch <mcf@cobweb.com.au>
Message-ID: <564E8A62.8000707@cobweb.com.au>
Date: Fri, 20 Nov 2015 13:20:10 +1030
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0
MIME-Version: 1.0
In-Reply-To: <CACMdL5L663MnbRfHJ49BTtFNJwwx=Njqnpk-yuntHr4q5SrfYg@mail.gmail.com>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes

Hi Patrick,

On 20/11/2015 8:43 AM, Patrick Herbst wrote:
> I have cygwin installed on a windows network share folder.  Most
> everything works fine.
>
> But I get a BSOD when in bash running the following
>
> cat > /tmp/junk <<EOF
> asdf
> asdf
> asdf
> asdf
> EOF
>
> As soon as i hit enter on "EOF" I get a BSOD RDR_FILE_SYSTEM STOP: 0x00000027
>
> Can anyone else
> 1) reproduce this?
> 2) confirm this?
> 3) fix this?

Putting two EOF on the end of a file can cause an error in some 
filesystems. The problem might be more to do with the <<EOF. Can the 
<<EOF be dropped?
Also what happens if you type in ^Z after asdf instead of EOF?


-- 

Regards,
        Mike


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

