? debugfix.txt Index: current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/services/memalloc/common/current/ChangeLog,v retrieving revision 1.31 diff -w -r1.31 ChangeLog 2a3,7 > * No longer invoke cyg_memalloc_alloc_fail() on failure to > resize. It is not an out of memory condition. > > 2004-06-24 Oyvind Harboe > Index: current/src/dlmalloc.cxx =================================================================== RCS file: /cvs/ecos/ecos/packages/services/memalloc/common/current/src/dlmalloc.cxx,v retrieving revision 1.9 diff -w -r1.9 dlmalloc.cxx 1561c1561,1562 < CYG_MEMALLOC_FAIL(bytes); --- > // CYG_MEMALLOC_FAIL(bytes) is not invoked, since failing to resize > // is not an out of memory condition.