Subject: Re: bin/19693: /bin/sh broken on arm
To: Martin Husemann <martin@duskware.de>
From: David Laight <david@l8s.co.uk>
List: netbsd-bugs
Date: 01/06/2003 00:02:53
> ./trace it is, but it's exitingly unspectacular:

[..]
> builtin command:  "eval" "rc_flags=$ntpd_flags"
> exverror(1, "Out of space") pid=2956
> pid 2956, exitshell(2)

I'd hoped it had something in the loop...
However the above is fairly typical of the trace output I got
trying to fix other bugs :-(

For starters I'd compile with:
#define ckmalloc(s) _ckmalloc((s), __FILE__, __LINE__)
#define ckrealloc(s) _ckrealloc((s), __FILE__, __LINE__)
and report file, line (and size) when the request fails....

	David

-- 
David Laight: david@l8s.co.uk