Date: Mon, 12 Jul 1999 18:13:13 +0800
From: GZ Apple <gzapple@21cn.com.>
To: [email protected]Subject: aix 4.2 4.3.1, adb
Hi,
Local users can halt the operating system by 'adb' command under my AIX
box.
Here's a simple C program:
main()
{
int i;
for ( i = 0; i < 10; i++ )
{
}
return 0;
}
I compiled the program and run 'adb':
$ cc -g -o a.out a.c
$ adb a.out -
adb
.main,5:s
a.out: running
Now host halted. AIX 4.2(IBM RS/6000 F50) and AIX 4.3.1(IBM RS/6000 S70)
have 'adb' problem. But AIX 4.3.2 haven't the 'adb' problem. I have tested
it under my AIX box. Is it bug of AIX 4.2, 4.3.1?
GZ Apple mailto:gzapple@21cn.com.