public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* cygwin: tcl/exepect script break (works in linux)
@ 2012-07-02 23:20 ping
  2012-07-03 19:45 ` Yaakov (Cygwin/X)
  0 siblings, 1 reply; 2+ messages in thread
From: ping @ 2012-07-02 23:20 UTC (permalink / raw)
  To: cygwin

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: cygwin: tcl/exepect script break (works in linux)
  2012-07-02 23:20 cygwin: tcl/exepect script break (works in linux) ping
@ 2012-07-03 19:45 ` Yaakov (Cygwin/X)
  0 siblings, 0 replies; 2+ messages in thread
From: Yaakov (Cygwin/X) @ 2012-07-03 19:45 UTC (permalink / raw)
  To: cygwin

On Mon, 2012-07-02 at 19:20 -0400, ping wrote: 
> 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.
> 
> [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

http://cygwin.com/faq-nochunks.html#faq.using.fixing-fork-failures


Yaakov



--
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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-07-03 19:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-02 23:20 cygwin: tcl/exepect script break (works in linux) ping
2012-07-03 19:45 ` Yaakov (Cygwin/X)

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).