From owner-freebsd-java Tue Apr 6 14:54:29 1999 Delivered-To: freebsd-java@freebsd.org Received: from antimony.network-alchemy.com (Antimony.Network-Alchemy.COM [199.46.17.226]) by hub.freebsd.org (Postfix) with ESMTP id E585114EBD; Tue, 6 Apr 1999 14:54:27 -0700 (PDT) (envelope-from briank@Network-Alchemy.COM) Received: (from briank@localhost) by antimony.network-alchemy.com (8.8.8/8.8.8) id OAA17779; Tue, 6 Apr 1999 14:52:26 -0700 (PDT) (envelope-from briank) From: Brian Korver Message-Id: <199904062152.OAA17779@antimony.network-alchemy.com> Subject: Re: Undefined symbol error in V99-3-24(a.out) In-Reply-To: <199904042240.SAA24910@lab12.ie.pitt.edu> from "G. Rafe" at "Apr 4, 99 06:40:12 pm" To: grafe@lab12.ie.pitt.edu (G. Rafe) Date: Tue, 6 Apr 1999 14:52:26 -0700 (PDT) Cc: freebsd-java@freebsd.org, java-port@freebsd.org X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org G. Rafe writes: > Except for the annoying window creation bug in JDK1.1.7v98-12-21, > I've found it to behave nicely on my 2.2.8-RELEASE Toshiba notebook. > > I gave the newest port for 2.2.x [v99-3-24] a spin today, > and discovered the following show-stopper, > returned apparently when making network connections, > e.g., in the form "appletviewer http://host/file.html": > > /usr/libexec/ld.so: Undefined symbol "__select" called from > java_X:/usr/local/jdk1.1.7/lib/i386/green_threads/libjava.so.1.1.7 > at 0x2014c5bc > > The same appletviewer call under JDKv98-12-21 runs fine > [except, of course, for the funky window placement]. > > Also, applets loaded from local files that do not make network connections > [e.g., JDBC or RMI] seem to run nicely under v99-3-24. > > Is this a porting problem? > > Thank you. > > Gary Rafe > gerst4@pitt.edu Gary, I've got the same problem on 2.2.7 (a.out version). Sometime between the previous release (jdk1.1.7.V98-21-21) and the current one (jdk1.1.7.V99-3-24), the call disappeared. Compare jdk1.1.7.V98-21-21: # ls -l libjava.so -r-xr-xr-x 1 root wheel 483626 Dec 21 21:04 libjava.so* # nm libjava.so | grep __select 000457ec T __select to jdk1.1.7.V99-3-24: # ls -l libjava.so -r-xr-xr-x 1 root wheel 483631 Mar 25 09:31 libjava.so* # nm libjava.so | grep __select brian briank@network-alchemy.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message