Subject: strip foo; strip foo
To: None <port-alpha@NetBSD.ORG>
From: Johnny C. Lam <lamj@stat.cmu.edu>
List: port-alpha
Date: 05/13/1998 18:37:42
On my Multia running the latest snapshot, stripping binaries twice
leads to an error.  Is this behaviour correct?  I don't recall this
happening on my mac68k.

kasparov [jlam] -> cat hello.c
#include <stdio.h>
int main() { printf( "Hello, world!\n"); }
kasparov [jlam] -> strip hello
kasparov [jlam] -> strip hello
strip: hello: section `.note': error in private data: Memory exhausted

--