Skip site navigation (1)Skip section navigation (2)
Date:      3 Dec 1999 18:11:54 -0000
From:      "Gary Howland" <gary@hotlava.com>
To:        emulation@freebsd.org
Subject:   VA for java (linux) on BSD - more info
Message-ID:  <19991203181154.22178.qmail@abc.aaa-mainstreet.nl>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991203181154.22178.qmail>