X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.0 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org MIME-Version: 1.0 Date: Sat, 5 Dec 2009 12:40:40 -0700 Message-ID: Subject: handle invalid running native console app from cygwin shell From: Kurt Harriger To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1 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 I'm trying to run a boo script from a cygwin bash shell. http://boo.codehaus.org/ booish runs fine from cmd or powershell but from bash I get an error. I thought maybe then I could do cmd /c booish but this doesn't work either. Any idea how I can workaround the issue? $ booish Welcome to booish, an interactive interpreter for the boo programming language. Running boo 0.9.2.3383 on CLR 2.0.50727.4927. Enter boo code in the prompt below (or type /help). Unhandled Exception: System.IO.IOException: The handle is invalid. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.__Error.WinIOError() at System.Console.set_CursorVisible(Boolean value) at Boo.Lang.Interpreter.InteractiveInterpreter2.ConsoleLoopEval() at Booish2Module.Main(String[] argv) -- 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