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]

Re: perl fork errors with a cygwin dll?


cygwin@cougarcorp.net wrote:
This happens about 50% of the time when I run some kind of fork from
perl in cygwin:

Executing: rsync -a --delete --delete-excluded --stats -v --progress
'/cygdrive/d/coLinux' '/cygdrive/h/Backup/coLinux'
   9648 [main] perl 4064 d:\cygwin\bin\perl.exe: *** fatal error -
unable to remap d:\cygwin\bin\cygexpat-0.dll to same address as
parent(0xB80000) != 0xD00000

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^


That's an indication of a DLL's address space conflicting with another.
Can't have that and expect fork to work.  The solution, as always with
this kind of problem, is to install the rebase package, read the readme
in /usr/share/doc/Cygwin, and follow its directions to run 'rebaseall'.


-- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 216 Dalton Rd. (508) 893-9889 - FAX Holliston, MA 01746

_____________________________________________________________________

A: Yes.
> Q: Are you sure?
>> A: Because it reverses the logical flow of conversation.
>>> Q: Why is top posting annoying in email?

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


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