From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3329 invoked by alias); 3 Jan 2007 22:11:26 -0000 Received: (qmail 3283 invoked by uid 48); 3 Jan 2007 22:11:17 -0000 Date: Wed, 03 Jan 2007 22:11:00 -0000 Message-ID: <20070103221117.3282.qmail@sourceware.org> From: "npremji at redhat dot com" To: frysk-bugzilla@sourceware.org In-Reply-To: <20061002203502.3296.cagney@redhat.com> References: <20061002203502.3296.cagney@redhat.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug general/3296] Exception in thread "Thread-1" java.lang.ArrayIndexOutOfBoundsException: 24 X-Bugzilla-Reason: AssignedTo Mailing-List: contact frysk-bugzilla-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: frysk-bugzilla-owner@sourceware.org X-SW-Source: 2007-q1/txt/msg00009.txt.bz2 List-Id: ------- Additional Comments From npremji at redhat dot com 2007-01-03 22:11 ------- with new option parser requires to run with. ./frysk/bindir/ftrace -- gnome-terminal --disable-factory happens in LinuxIa32Syscall.syscallByNum at this point: else { return ipcSubcallList[subSyscallNumber]; } ipcSubcallList has 24 elements, so the 24 is looking for the 25th element. That 24 is provided by: subSyscallNumber = (int) task.getIsa().getRegisterByName("ebx").get (task); -- What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|npremji at redhat dot com |frysk-bugzilla at sourceware | |dot org http://sourceware.org/bugzilla/show_bug.cgi?id=3296 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.