Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!nntp.coast.net!howland.erols.net!news.sprintlink.net!news-peer.sprintlink.net!server1.nw.ixe.net!server1.adam.ixe.net!wirehub!news.euro.net!xs4all!news.unisource.nl!gijs.euro.ge.com!usenet From: Dick van den Burg <burg@burg.is.ge.com> Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: java jdk Date: 09 Oct 1996 10:32:14 +0200 Organization: GE European Corporate News Server Lines: 56 Message-ID: <nd4pw2spmgh.fsf@burg.is.ge.com> References: <nd4wwxddtq9.fsf@burg.is.ge.com> <52n7b1$5fm@agate.berkeley.edu> <nd4684qik4k.fsf@burg.is.ge.com> <32566838.167EB0E7@freebsd.org> NNTP-Posting-Host: burg.is.ge.com Mime-Version: 1.0 (generated by tm-edit 7.88) Content-Type: text/plain; charset=US-ASCII X-Newsreader: Gnus v5.2.25/XEmacs 19.14 This version of the jdk dies much earlier. ktrace shows that it loads the libraries, does a lot of mallocs and then SIGSEGV. It did not even get as far as trying to read the class files. Ther must be something incompatible between the system this is built on and my -current system. Without source, or even debugging info in the executable I can't get any further. (I ran ktrace on the <jdk>/bin/i386/java binary) John Dyson <dyson@freebsd.org> writes: > > Dick van den Burg wrote: > > > > Jeffrey, > > > > I am now getting the following on any appletviewer: > > > > /usr/local/java.linux/demo/SimpleGraph# appletviewer example1.html > > SIGSEGV 11* segmentation violation > > sig 11, code 12 or 0xc, sc 0xefbfd498, addr 0x1c > > > > Full thread dump: > > > > At this point the appletviewer just hang:no dump or corefile. > > > > Dick van den Burg > > burg@is.ge.com > > > Just as an experiment, try running your X server in 8 or truecolor > mode. I have heard rumors that the jdk doesn't work in 16 bit > mode. Give it a try!!! > > John >