This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

cygwin-1.7.10-1 fork - address space needed by ... already in use


I've got a Windows XP SP3 (32-bit) system that I just upgraded from Cygwin
1.5 to Cygwin 1.7 as a clean install (deinstalled all old Cygwin, scrubbed
the registry, cleared environment variables, etc.) Mostly, it seems to work,
but I've got a shell script that runs several rsync's for me that does not
work right. Some of the rsync's run correctly, and others give me:

hostname1: updating host hostname1
      3 [main] rsync 3112 child_info_fork::abort: address space needed by
'cygiconv-2.dll' (0x674C0000) is already occupied
      3 [main] rsync 3112 child_info_fork::abort: address space needed by
'cygiconv-2.dll' (0x674C0000) is already occupied
rsync: fork: Resource temporarily unavailable (11)
rsync error: error in IPC code (code 14) at
/home/lapo/package/rsync-3.0.9-1/src/rsync-3.0.9/pipe.c(63) [sender=3.0.9]
hostname1: updating of hostname1 finished

I've tried "rebaseall", and that only moved the address reported for
cygiconv-2.dll. Even tried "rebaseall -b 0x68000000" and "rebaseall -b
0x78000000". Again, the only effect was to change the address where
cygiconv-2.dll wants to load.

I've tried using ProcessExplorer from SysInternals to see what DLLs are
loaded where, but I haven't been able to spot the one that might be
colliding. 

Suggestions for how to continue digging into this? I've tried to read the
forum posts that seem related and any Google hits that seemed related, but
to no avail.

Thanks,
Scott M. Ballew
Purdue University

-- 
View this message in context: http://old.nabble.com/cygwin-1.7.10-1-fork---address-space-needed-by-...-already-in-use-tp33279157p33279157.html
Sent from the Cygwin list mailing list archive at Nabble.com.


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]