This is the mail archive of the
frysk@sources.redhat.com
mailing list for the frysk project.
Re: Test and fix for syscall observer adding (bug #3147)
- From: Mark Wielaard <mark at klomp dot org>
- To: frysk at sourceware dot org
- Cc: Phil Muldoon <pmuldoon at redhat dot com>
- Date: Fri, 01 Sep 2006 15:26:21 +0200
- Subject: Re: Test and fix for syscall observer adding (bug #3147)
- References: <1157114157.3062.16.camel@dijkstra.wildebeest.org>
Hi,
On Fri, 2006-09-01 at 14:35 +0200, Mark Wielaard wrote:
> Here is a test and a fix for bug #3147.
I removed the test since it fails to compile on x86. Sorry about that.
../../frysk/frysk-core/frysk/proc/TestSyscallRunning.java:243: error: No
variable âSYSacceptâ defined in type âfrysk.sys.SyscallNumâ.
if (syscallNum == SyscallNum.SYSaccept)
^
2006-09-01 Mark Wielaard <mark@klomp.org>
* TestSyscallRunning.java: Removed doesn't compile on x86.
As soon as SyscallNum is fixed, I'll add it back.
Cheers,
Mark