This is the mail archive of the cygwin@cygwin.com 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]

Re: test failures building perl on cygwin - continued


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@sources.redhat.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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]