public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: ping <songpingemail@gmail.com>
To: cygwin@cygwin.com
Subject: cygwin: tcl/exepect script break (works in linux)
Date: Mon, 02 Jul 2012 23:20:00 -0000	[thread overview]
Message-ID: <4FF22CAE.7000305@gmail.com> (raw)

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

             reply	other threads:[~2012-07-02 23:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-02 23:20 ping [this message]
2012-07-03 19:45 ` Yaakov (Cygwin/X)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4FF22CAE.7000305@gmail.com \
    --to=songpingemail@gmail.com \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).