From owner-freebsd-emulation Fri Dec 3 10:11: 6 1999 Delivered-To: freebsd-emulation@freebsd.org Received: from abc.aaa-mainstreet.nl (abc.aaa-mainstreet.nl [195.64.77.2]) by hub.freebsd.org (Postfix) with SMTP id EF32215305 for ; Fri, 3 Dec 1999 10:10:59 -0800 (PST) (envelope-from gary@hotlava.com) Received: (qmail 22179 invoked by uid 666); 3 Dec 1999 18:11:54 -0000 Date: 3 Dec 1999 18:11:54 -0000 Message-ID: <19991203181154.22178.qmail@abc.aaa-mainstreet.nl> From: "Gary Howland" To: emulation@freebsd.org Subject: VA for java (linux) on BSD - more info Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, OK, I am making more progress on getting VA for java running under FreeBSD linux emulation. I removed my /compat/linux/lib directory, and placed in its place all of the library files required by the binary (as shown by ldd). This enabled the program to get further than previously, even displaying a copyright messages etc. However, after 10 seconds I get another core dump. Here is the truss output: VisualAge for Java (c) Copyright IBM Corp. 1991, 1999 syscall linux_fork() returns 8164 (0x1fe4) syscall linux_rt_sigaction(0x2,0xbfbfd9bc,0xbfbfd930,0x8) returns 0 (0x0) syscall linux_rt_sigaction(0x11,0xbfbfd9b4,0xbfbfd928,0x8) returns 0 (0x0) syscall linux_rt_sigaction(0x1,0xbfbfd9ac,0xbfbfd920,0x8) returns 0 (0x0) syscall linux_rt_sigaction(0xa,0xbfbfd9a4,0xbfbfd918,0x8) returns 0 (0x0) SIGNAL 20 SIGNAL 20 SIGNAL 20 syscall linux_wait4(0xffffffff,0x0,0x0,0x0) returns 114 (0x72) syscall linux_wait4(0x1fe4,0xbfbfdafc,0x1,0x0) returns 8164 (0x1fe4) syscall exit(0x0) process exit, rval = 0 Any help much appreciated. Gary To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message