bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: coreutils CVS test failure on Tru64 UNIX 5.1


From: Paul Eggert
Subject: Re: coreutils CVS test failure on Tru64 UNIX 5.1
Date: Fri, 28 May 2004 23:58:34 -0700
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

address@hidden (Albert Chin-A-Young) writes:

> $ echo abc | ./tr '' '[.*]'; echo $?
> ./tr: memory exhausted
> 1

What are the values of HAVE_MALLOC, malloc, HAVE_DECL_MALLOC, and
MALLOC_0_IS_NONNULL in config.h?  My understanding is that on Tru64
malloc(0) returns NULL, but perhaps "configure" deduced this
incorrectly; that would explain the problem.

Also, can you please get a stack backtrace for that failure?  You
should be able to plant a breakpoint on the 'error' function and
backtrace from there.  This will help narrow things down.

Thanks.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]