X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-0.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,TW_YG X-Spam-Check-By: sourceware.org X-SpamScore: -18 X-BigFish: VPS-18(z21eNz9371I542M1432N4015Izz1202hz31iz8275bhz2dh2a8h668h839h83ch944hce6h) X-Forefront-Antispam-Report: CIP:12.47.15.52;KIP:(null);UIP:(null);IPV:NLI;H:bcbsa.com;RD:none;EFVD:NLI From: "Kelly, Brian" To: "'cygwin AT cygwin DOT com'" Date: Wed, 7 Mar 2012 09:52:25 -0600 Subject: RE: Both versions of Perl (5.10 and 5.14) DLL collision on XP Pro, rebase does not work - serious problem with latest Cygwin base Release - 1.7.11-1 Message-ID: <50BA2F81CF76F7438BD87069FCFD413501BB608EE3@cexchmb1.bcbsa.com> References: <50BA2F81CF76F7438BD87069FCFD413501BB608EE1 AT cexchmb1 DOT bcbsa DOT com> <50BA2F81CF76F7438BD87069FCFD413501BB608EE2 AT cexchmb1 DOT bcbsa DOT com> In-Reply-To: <50BA2F81CF76F7438BD87069FCFD413501BB608EE2@cexchmb1.bcbsa.com> Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 X-CFilter: Audit X-OriginatorOrg: bcbsa.com Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id q27FrOHi010754 Just saw this on an earlier thread: http://cygwin.com/ml/cygwin/2012-03/msg00182.html > > > With the introduction of cygwin 1.7.11-1, perl scripts that use > > > dynamic loading fail with dll errors when another program is exec'ed. > > I'm just generating a developers snapshot for testing. Please give > > the today's snapshot from http://cygwin.com/snapshots/ a try. I'm confident that this is the same issue I'm experiencing. Sorry for "polluting" the list. (I did a cursory check before posting - I'll be more thorough next time). Brian Kelly -----Original Message----- From: Kelly, Brian Sent: Wednesday, March 07, 2012 9:30 AM To: Subject: Both versions of Perl (5.10 and 5.14) DLL collision on XP Pro, rebase does not work - serious problem with latest Cygwin base Release - 1.7.11-1 On two systems I tested this on, the latest cygwin base release breaks both releases of Perl. The problem appears to be some type of DLL collision with some types of compiled Perl modules on Windows XP Professional. Below is a simple example using the Data::Dump::Streamer module: use Data::Dump::Streamer; my $out=`ls`; print "OUT=$out\n"; When run, it produces the following output: $ perl test.pl 8 [main] perl 3692 child_copy: loaded dll data write copy failed, 0x57573000..0x575733E0, done 0, windows pid 2320, Win32 error 487 If you comment out the module, the backtick `ls` and print run fine. If you comment out the backtick line, the module loads fine. But together, I see the problem. I have already attempted to run rebaseall and perlrebase (multiple times in fact), but these do not correct the problem. When I roll back to release 1.7.10-1, (with *NO* other changes), the problem goes away. Please find attached my cygcheck output. Thanks, Brian Kelly -- 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