This is the mail archive of the cygwin-developers@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: I know CVS is hosed


On Thu, Sep 06, 2001 at 01:33:34PM -0400, Christopher Faylor wrote:
> On Thu, Sep 06, 2001 at 07:27:27PM +0200, Corinna Vinschen wrote:
> >On Thu, Sep 06, 2001 at 12:49:35PM -0400, Christopher Faylor wrote:
> >> In the meantime, if you could check out the enclosed patch and verify
> >> or disappoint, I'd be grateful.
> >
> >What exactly should HEAP_FREE be defined as??? Currently it isn't
> >anywhere.
> 
> Sorry.
> 
> cgf
> 
> Index: cygheap.h
> ===================================================================
> RCS file: /cvs/uberbaum/winsup/cygwin/cygheap.h,v
> retrieving revision 1.21
> diff -p -r1.21 cygheap.h
> *** cygheap.h	2001/09/06 03:39:18	1.21
> --- cygheap.h	2001/09/06 17:32:41
> *************** details. */
> *** 12,17 ****
> --- 12,18 ----
>   
>   enum cygheap_types
>   {
> +   HEAP_FREE = 0,
>     HEAP_FHANDLER,
>     HEAP_STR,
>     HEAP_ARGV,

First it seemed to help but it just delays the crash, unfortunately.
I'm not quite sure which problem I should follow first, jik's or
yours...

Does it make sense to update to include your latest patch first?
If so, should I let this HEAP_FREE patch in or should I remove it
first?  

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.


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