Alexander Kabaev wrote: > On Tue, 15 May 2007 11:48:46 -0700 > Mark Peek <mp_at_FreeBSD.org> wrote: > > >> No, this is different. The tcsh malloc is showing it is out of memory >> and aborting. The thing I don't understand is the malloc is coming >> from tcsh instead of using the system malloc. Looking at this file: >> >> src/bin/csh/config_p.h: >> >> ... >> #if defined(__FreeBSD__) >> #define NLS_BUGS >> #define BSD_STYLE_COLORLS >> /* we want to use the system malloc when we install as /bin/csh */ >> #define SYSMALLOC >> /* Use LC_MESSAGES locale category to open the message catalog */ >> #define MCLoadBySet NL_CAT_LOCALE >> #define BUFSIZE 8192 >> #endif >> >> The SYSMALLOC define should cause it to use the system malloc and not >> the tcsh malloc. Could __FreeBSD__ not be defined? >> >> Also, it is odd that it is out of memory in the first place. Has it >> worked before? Is there something that changed in the arm memory >> allocation schemes? >> >> > > Just out of curiosity, could you try again with new libc/arm/Symbol.map > in place? > > No difference.Received on Wed May 16 2007 - 05:49:28 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:10 UTC