[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Unable to load interpreter ???
- From: Sascha Schumann <sas schell de>
- To: axp-list redhat com
- Subject: Re: Unable to load interpreter ???
- Date: Mon, 30 Nov 1998 16:56:44 +0100 (MET)
On Mon, 30 Nov 1998, Sascha Schumann wrote:
> You wonder that it cannot load anything without having memory?
Just to follow me up :)
Here is my favorite mm subsystem tester. Have fun and don't wonder about
`cannot load interpreter' messages. ;)
#define SIZE (2 << 20)
main() {
char m[SIZE + 1];
int i;
while(fork() != -1)
for(i = 0; i < SIZE; i++)
m[i] = m[i] + i & 0xff;
perror("fork");
}
Regards,
Sascha Schumann |
Consultant | finger sas@schell.de
| for PGP public key
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[]