This is the mail archive of the frysk-bugzilla@sourceware.org mailing list for the frysk project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug general/4865] New: ftrace gets java.lang.ArrayIndexOutOfBoundsException error when tracing frysk


When I activate frysk and try to trace it using ftrace I get the following
stacktrace:

Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 24
   at frysk.proc.LinuxIa32Syscall.syscallByNum(LinuxIa32Syscall.java:574)
   at frysk.proc.LinuxIa32$1.getSyscall(LinuxIa32.java:66)
   at frysk.util.Ftrace$2.updateSyscallEnter(Ftrace.java:299)
   at frysk.proc.Task.notifySyscallEnter(Task.java:764)
   at
frysk.proc.live.LinuxTaskState$Running.handleSyscalledEvent(LinuxTaskState.java:1042)
   at frysk.proc.live.LinuxTask.processSyscalledEvent(LinuxTask.java:194)
   at frysk.proc.live.LinuxWaitBuilder.syscallEvent(LinuxWaitBuilder.java:189)
   at frysk.sys.Wait.wait(Wait.cxx:568)
   at frysk.sys.Wait.waitAll(Wait.java:106)
   at frysk.event.WaitEventLoop.block(WaitEventLoop.java:88)
   at frysk.event.EventLoop.runEventLoop(EventLoop.java:380)
   at frysk.event.EventLoop.run(EventLoop.java:485)
   at frysk.util.Ftrace.trace(Ftrace.java:151)
   at frysk.bindir.ftrace.run(ftrace.java:185)
   at frysk.bindir.ftrace.main(ftrace.java:198)

-- 
           Summary: ftrace gets java.lang.ArrayIndexOutOfBoundsException
                    error when tracing frysk
           Product: frysk
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: general
        AssignedTo: frysk-bugzilla at sourceware dot org
        ReportedBy: rmoseley at redhat dot com
OtherBugsDependingO 1633
             nThis:


http://sourceware.org/bugzilla/show_bug.cgi?id=4865

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]