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]

Bug: Perl dll Address Conflict





The Perl program given below has what appears to be a dll address conflict
problem (see "BUG: bash 3.0-7 breaks rebaseall"). As things have it, I need
a workaround if one is available.

The problem occurs on a WinXP (Intel chip) system but does not occur on a
Win2K system (AMD chip). Two WinXP systems have been tried with the same
results.

The 'cygcheck -svr' outputs of the two systems are included as
attachements.


#! /bin/perl -w

use Win32::GUI;                   # Offending module

system( "ls -Al" );


# C:/cygwin/bin/perl.exe (208): *** unable to remap
#
C:/cygwin/lib/perl5/vendor_perl/5.8/cygwin/auto/Win32/Win32.dll
#                                   to same address as parent(0xDC0000) !=
0x12E0000
#      13 [main] perl 2776 fork_parent: child 208 died waiting for dll
loading


(See attached file: cygcheck-winXP.out)(See attached file:
cygcheck-win2k.out)

Attachment: cygcheck-winXP.out
Description: Binary data

Attachment: cygcheck-win2k.out
Description: Binary data

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