From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10320 invoked by alias); 2 Jul 2012 23:20:32 -0000 Received: (qmail 10310 invoked by uid 22791); 2 Jul 2012 23:20:31 -0000 X-SWARE-Spam-Status: No, hits=-4.0 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,LOCALPART_IN_SUBJECT,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-qc0-f171.google.com (HELO mail-qc0-f171.google.com) (209.85.216.171) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 02 Jul 2012 23:20:18 +0000 Received: by qcad1 with SMTP id d1so1787157qca.2 for ; Mon, 02 Jul 2012 16:20:17 -0700 (PDT) Received: by 10.224.39.75 with SMTP id f11mr16588528qae.70.1341271217690; Mon, 02 Jul 2012 16:20:17 -0700 (PDT) Received: from [172.28.132.216] (westford-nat.juniper.net. [66.129.232.2]) by mx.google.com with ESMTPS id o7sm21613791qaq.17.2012.07.02.16.20.15 (version=SSLv3 cipher=OTHER); Mon, 02 Jul 2012 16:20:16 -0700 (PDT) Message-ID: <4FF22CAE.7000305@gmail.com> Date: Mon, 02 Jul 2012 23:20:00 -0000 From: ping User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:13.0) Gecko/20120614 Thunderbird/13.0.1 MIME-Version: 1.0 To: cygwin@cygwin.com Subject: cygwin: tcl/exepect script break (works in linux) Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com X-SW-Source: 2012-07/txt/msg00028.txt.bz2 in an attempt to launch my tcl script from linux into cygwin, I got following errors, interestingly(or annoyingly) it looks break in different point between executions. per google this looks exactly the same: http://pastebin.com/LQEriyTH but I found no resolution :( [ping@ping-new-laptop bin]$ ./mylogin.tcl 1 [main] expect 8776 child_info_fork::abort: C:\cygwin\bin\libtcl8.5.dll: Loaded to different address: parent(0x410000) != child(0x770000) couldn't fork child process: resource temporarily unavailable while executing "exec basename $argv0" invoked from within "set scriptbasename [exec basename $argv0]" (file "./mylogin.tcl" line 62) [ping@ping-new-laptop bin]$ ./mylogin.tcl 0 [main] expect 7420 child_info_fork::abort: C:\cygwin\bin\libtcl8.5.dll: Loaded to different address: parent(0x410000) != child(0x590000) couldn't fork child process: resource temporarily unavailable while executing "exec date" ("foreach" body line 3) invoked from within "foreach file $files { if {[file readable $file]} { puts "\[[exec date]: sourcing file $file\]" source $file } else { puts "\[[exec date]: f..." (file "./mylogin.tcl" line 1568) -- 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