Bug 3254 - testLinuxEMT64 failures on AMD64 FC5
Summary: testLinuxEMT64 failures on AMD64 FC5
Status: RESOLVED DUPLICATE of bug 3294
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Andrew Cagney
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-23 04:25 UTC by Mike Cvet
Modified: 2006-10-02 16:11 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:
Project(s) to access:
ssh public key:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Cvet 2006-09-23 04:25:40 UTC
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
Comment 1 Mark Wielaard 2006-10-02 16:01:43 UTC
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.
Comment 2 Mark Wielaard 2006-10-02 16:05:39 UTC
*** Bug 3294 has been marked as a duplicate of this bug. ***
Comment 3 Andrew Cagney 2006-10-02 16:11:41 UTC
This isn't x86-64, it's i386.

*** This bug has been marked as a duplicate of 3294 ***