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:from:to:subject:date:message-id:content-type :content-transfer-encoding:mime-version; q=dns; s=default; b=HY0 5kF3DPwHiBdgIzYu8Gb4ekMG2s11R5h3LKsjW5Fi3O0HangkODLlM2iMTWYs/qSg oVfmyk3yJOamHTXC8+/9x/da5FhVa65TNSQRhlIKgimxj5aXS0Pyl+HejYTVfaza jpSsJgwoMxo/ZOzZyc5b0wSmHtqom3P2GJ03MLUY= 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:from:to:subject:date:message-id:content-type :content-transfer-encoding:mime-version; s=default; bh=Cg1AA8gX7 6SEcI+B1XdxcJayl7g=; b=cGufhn9p7vgdW+oU3kDcndQUdT3kutCqWNssM62J9 JLuxP5hVZ8SD7ovtM0IYNIwzlNDcneai0n+cfSVnIQrEoP9UfzBt8wmUmadHhYJO gepThG59iSI4JUyYgrDyWEc/hFD3LQs5FQdKfjTNWCUc4sBK49PSiXU03I4u8gWr DE= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , 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=2.6 required=5.0 tests=AWL,BAYES_50,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail1.bemta7.messagelabs.com X-Env-Sender: becao AT progress DOT com X-Msg-Ref: server-8.tower-165.messagelabs.com!1424807897!18802644!1 X-StarScan-Received: X-StarScan-Version: 6.13.4; banners=-,-,- X-VirusChecked: Checked From: Benjamin Cao To: "cygwin AT cygwin DOT com" Subject: Cygwin Shell Fails to Start when Enabling High Address Date: Tue, 24 Feb 2015 19:58:11 +0000 Message-ID: x-ems-proccessed: +CmIlJ+kdV7Z341JADFd9w== x-ems-stamp: eTFNObaZgtx+0H+31BTrrQ== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id t1OJwbEq023456 Hi, I had to enable high address for some machines for testing. I set the AllocationPreference registry key to be 0X100000. To start by Cygwin shell, I have a script that does this: @echo off set CYGWIN="nodosfilewarning" sh --login The error I will get when trying to start the shell is this: 1 [main] sh 5648 c:\cygwin\bin\sh.exe: *** fatal error - internal error reading the windows environment - too many environment variables? If I leave the CYGWIN variable unset, it will work fine. My concern is that when and if I come across an instance in my testing where I NEED the CYGWIN variable set, this problem will come up again. Are there any tips I can user to further investigate this issue? Thanks, Ben Cao -- 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