From owner-freebsd-emulation Fri Dec 3 10:57:32 1999 Delivered-To: freebsd-emulation@freebsd.org Received: from mail.scc.nl (node1374.a2000.nl [62.108.19.116]) by hub.freebsd.org (Postfix) with ESMTP id E173F1522C for ; Fri, 3 Dec 1999 10:57:25 -0800 (PST) (envelope-from freebsd-emulation@scc.nl) Received: (from daemon@localhost) by mail.scc.nl (8.9.3/8.9.3) id TAA12739 for emulation@FreeBSD.org; Fri, 3 Dec 1999 19:54:58 +0100 (CET) (envelope-from freebsd-emulation@scc.nl) Received: from GATEWAY by dwarf.hq.scc.nl with netnews for emulation@FreeBSD.org (emulation@FreeBSD.org) To: emulation@FreeBSD.org Date: Fri, 03 Dec 1999 19:54:17 +0100 From: Marcel Moolenaar Message-ID: <384811D9.26B92BCF@scc.nl> Organization: SCC vof Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit References: <19991203181154.22178.qmail@abc.aaa-mainstreet.nl> Subject: Re: VA for java (linux) on BSD - more info Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Gary Howland wrote: > 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). Is it a libc5, glibc2 or a glibc2.1 based binary? The first two can be handled by the linux_base port in the ports collection. The glibc2.1 libraries are in the linux_base port I have in my home-directory (http://www.freebsd.org/~marcel) which I probably need to update to 6.1 anyway :-) > syscall linux_rt_sigaction(0xa,0xbfbfd9a4,0xbfbfd918,0x8) > returns 0 (0x0) > SIGNAL 20 This signal is being catched and simply means that a child has finished. I suggest you use ktrace(1) and linux_kdump (from the ports collection) to see why the child has finished and which child it is. For example: ktrace -i -t usinc ./ide When ktrace finishes, create a readable trace with: linux_kdump -f ktrace.out > kdump.out And start reading kdump.out :-) HTH, -- Marcel Moolenaar mailto:marcel@scc.nl SCC Internetworking & Databases http://www.scc.nl/ The FreeBSD project mailto:marcel@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message