Just, want to ask here, if somebody is still doing some development
for jensen alpha, because there is probably bug in kernel:
all of these examples hangs consuming all cpu.
python -c "int(1.0)"
#!/usr/bin/perl
use POSIX;
print ceil(1.0);
#include <stdio.h>
#include <math.h>
int main()
{
printf("%f\n",floor(0.1));
return 0;
}
-
platform string : DEC2000 model 300
cpu : Alpha
cpu model : EV4
Linux alpha.euke.sk 2.2.14 #4 Wed Jan 5 17:30:19 CET 2000 alpha unknown
glibc-2.1.2,egcs-1.1.2
with 2.0.38 (i've got illegal instruction (core dumped)).
Dusan Onofer ([EMAIL PROTECTED])