Fails with: 1) testLinuxEMT64(frysk.proc.TestSyscallsWithAudit)java.lang.ArrayIndexOutOfBoundsException: 256 at frysk.proc.TestSyscallsWithAudit.testLinuxEMT64(TestRunner) at frysk.junit.Runner.<init>(TestRunner) at TestRunner.main(TestRunner) The reason being that the array returned by isa.getSyscallList() is only 256 elements long, and the last name returned by AuditLibs.SyscallToName(i, AuditLibs.MACH_86_64) is: 279: move_pages inotify_rm_watch
Strangely enough I am not seeing this on a x86_64 FC5 install myself. But the analysis is correct, there are more than 256 syscalls.
*** Bug 3294 has been marked as a duplicate of this bug. ***
This isn't x86-64, it's i386. *** This bug has been marked as a duplicate of 3294 ***