Bug 2941 - Exception in thread "Thread-1" java.lang.ArrayIndexOutOfBoundsException: 311
Summary: Exception in thread "Thread-1" java.lang.ArrayIndexOutOfBoundsException: 311
Status: NEW
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on:
Blocks: 2245
  Show dependency treegraph
 
Reported: 2006-07-19 12:17 UTC by Andrew Cagney
Modified: 2006-11-28 16:45 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Cagney 2006-07-19 12:17:41 UTC
$ ftrace frysk
[...]
Exception in thread "Thread-1" java.lang.ArrayIndexOutOfBoundsException: 311
   at frysk.proc.Syscall.syscallByNum(ftrace)
   at ftrace$SyscallObserver.updateSyscallEnter(ftrace)
   at frysk.proc.Task.notifySyscallEnter(ftrace)
   at frysk.proc.TaskState$SyscallRunning.handleSyscalledEvent(ftrace)
   at frysk.proc.Task.processSyscalledEvent(ftrace)
   at frysk.proc.LinuxHost$PollWaitOnSigChld$2.syscallEvent(ftrace)
   at frysk.sys.Wait.waitAllNoHang(ftrace)
   at frysk.proc.LinuxHost$PollWaitOnSigChld.execute(ftrace)
   at frysk.event.EventLoop.runEventLoop(ftrace)
   at frysk.event.EventLoop.run(ftrace)