delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2001/10/18/19:14:43

Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe AT sources DOT redhat DOT com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin AT sources DOT redhat DOT com>
List-Help: <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner AT sources DOT redhat DOT com
Delivered-To: mailing list cygwin AT sources DOT redhat DOT com
From: "Gerrit P. Haase" <gp AT familiehaase DOT de>
Organization: Esse keine toten Tiere
To: cygwin AT cygwin DOT com
Date: Fri, 19 Oct 2001 00:38:59 +0200
MIME-Version: 1.0
Subject: Re: test failures building perl on cygwin - continued
Reply-to: cygwin AT cygwin DOT com
Message-ID: <3BCF7623.15825.5E32A3D2@localhost>
In-reply-to: <3BCED667.833A308C@rowman.com>
X-mailer: Pegasus Mail for Win32 (v3.12cDE)
X-Hops: 1
X-Sender: 320081107336-0001 AT t-dialin DOT net

John Peacock schrieb am 2001-10-18, 9:17:

>Christopher Faylor wrote:
[...heavy cut...]
>> We seem to have inexplicably skipped back to the "I dunno I think it's
>> 1.3.3" stage of the discussion, for some reason.  This could easily be
>> the case but the fact that perl is dying in a call to free() does not
>> pinpoint the issue enough to draw that conclusion.

What about this change?
'w32api' current dates from 2001-09-14 and previous is from 2001-05-20.

CVSROOT:	/cvs/src
Module name:	src
Changes by:	earnie AT sources DOT redhat DOT com	2001-06-11 13:06:55

Modified files:
	winsup/w32api  : ChangeLog 
	winsup/w32api/include: objidl.h 

Log message:
	* objidl.h (IMalloc::ReAlloc()): Correct declaration.
	(IMalloc::Free()): Ditto.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=src&r1=1.96&r2=1.97
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/objidl.h.diff?cvsroot=src&r1=1.4&r2=1.5

looks like this:

===================================================================
RCS file: /cvs/src/src/winsup/w32api/include/objidl.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- src/winsup/w32api/include/objidl.h	2001/04/17 12:58:06	1.4
+++ src/winsup/w32api/include/objidl.h	2001/06/11 20:06:54	1.5
@@ -482,8 +482,8 @@
 	STDMETHOD_(ULONG,AddRef)(THIS) PURE;
 	STDMETHOD_(ULONG,Release)(THIS) PURE;
 	STDMETHOD_(void*,Alloc)(THIS_ ULONG) PURE;
-	STDMETHOD_(void,ReAlloc)(THIS_ void*) PURE;
-	STDMETHOD_(void*,Free)(THIS_ void*) PURE;
+	STDMETHOD_(void*,ReAlloc)(THIS_ void*,ULONG) PURE;
+	STDMETHOD_(void,Free)(THIS_ void*) PURE;
 	STDMETHOD_(ULONG,GetSize)(THIS_ void*) PURE;
 	STDMETHOD_(int,DidAlloc)(THIS_ void*) PURE;
 	STDMETHOD_(void,HeapMinimize)(THIS) PURE;


[...more cutted...]

Comments?

Gerrit


-- 
=^..^=

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019