Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Date: Wed, 5 Jan 2005 11:51:09 -0800
From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
To: fbartlet@optonline.net
Cc: cygwin@cygwin.com
Subject: Re: Another spurious "multiple copies of cygwin1.dll" -- this time in perl
Message-ID: <20050105195109.GA2352@efn.org>
References: <7c50817ca66b.7ca66b7c5081@optonline.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <7c50817ca66b.7ca66b7c5081@optonline.net>
User-Agent: Mutt/1.4.1i
Organization: bs"d
X-IsSubscribed: yes

On Wed, Jan 05, 2005 at 10:30:50AM -0500, fbartlet@optonline.net wrote:
> I can install and run cygwin, but (at least) one application won't work either under cygwin or cygwin/x. When I run perl, I get the message
> 
> C:\cygwin\bin\perl.exe (2208): *** cygheap version mismatch detected - 0x6179000
> 0/0xBF0000.

0x61790000
0xBF0000

Can't say what those numbers *should* look like, but they don't look
like version numbers in the same versioning scheme.

Perhaps a wild pointer smashing things - that is, a problem with
your application.  Have you tried it under valgrind on linux (or
similar tools)?  I note that 0x61790000 is "\0\0ya"; are you working
with any strings that start "ya"?

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

