public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: "Kelly, Brian" <brian.kelly@bcbsa.com>
To: "'cygwin@cygwin.com'" <cygwin@cygwin.com>
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
Date: Wed, 07 Mar 2012 15:53:00 -0000	[thread overview]
Message-ID: <50BA2F81CF76F7438BD87069FCFD413501BB608EE3@cexchmb1.bcbsa.com> (raw)
In-Reply-To: <50BA2F81CF76F7438BD87069FCFD413501BB608EE2@cexchmb1.bcbsa.com>

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

  parent reply	other threads:[~2012-03-07 15:53 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-07 15:31 Kelly, Brian
     [not found] ` <50BA2F81CF76F7438BD87069FCFD413501BB608EE2@cexchmb1.bcbsa.com>
2012-03-07 15:53   ` Kelly, Brian [this message]
2012-03-07 15:55 ` Corinna Vinschen
2012-03-08  0:21   ` scott
2012-03-08  5:08     ` marco atzeri

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=50BA2F81CF76F7438BD87069FCFD413501BB608EE3@cexchmb1.bcbsa.com \
    --to=brian.kelly@bcbsa.com \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).