| delorie.com/archives/browse.cgi | search |
| X-Recipient: | archive-cygwin AT delorie DOT com |
| 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 |
| Message-ID: | <4FF22CAE.7000305@gmail.com> |
| Date: | Mon, 02 Jul 2012 19:20:14 -0400 |
| From: | ping <songpingemail AT gmail DOT com> |
| 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 AT cygwin DOT com |
| Subject: | cygwin: tcl/exepect script break (works in linux) |
| X-IsSubscribed: | yes |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
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 AT 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 AT 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
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |