Subject: Re: Java applet that trips up SunOS Netscape binary under NetBSD 1.2.1
To: None <port-sparc@NetBSD.ORG>
From: Greg Earle <earle@isolar.Tujunga.CA.US>
List: port-sparc
Date: 04/04/1997 11:50:00
>> Finally found something that runs under SunOS but not under NetBSD/SPARC
>> 1.2.1:
>> 
>> 	http://junior.apk.net/~jbarta/idiot/idiot.html
>> 
>> It's got a little Java applet that puts up a "press" button and proceeds to
>> squirm away whenever you move the mouse near it  :-)
>> 
>> Anyway, when I run it with a SunOS Netscape binary (it kills 2.02, 3.01 Gold
>> and 4.0beta2, an equal-opportunity crasher), it causes the binary to die 
with
>> a Bus Error and sometimes a "dlopen: stub interception failed" error 
message.
> 
> Hmm ... seems to work fine for me with 4.0beta2; I've got shared libs from
> SunOS 4.1.3, NetBSD 1.2C from about a month ago. The (sunos) ld.so that
> I've got has a "cksum" of
> 
> 3027598906 40960 /emul/sunos/usr/lib/ld.so

Hmmn ... I'm using shared libs from 4.1.4 ...

netbsd4me:1:44 [/] % cksum /emul/sunos/usr/lib/ld.so ; ls -l 
/emul/sunos/usr/lib/ld.so
3571483295 40960 /emul/sunos/usr/lib/ld.so
-r-xr-xr-x  1 root  bin  40960 Oct 14  1994 /emul/sunos/usr/lib/ld.so*

and

netbsd4me:1:48 [/] % ls -l /emul/sunos/usr/lib/libdl.so.1.0 
-rwxr-xr-x  1 root  bin  24576 May 19  1994 /emul/sunos/usr/lib/libdl.so.1.0*

netbsd4me:1:49 [/] % cksum /emul/sunos/usr/lib/libdl.so.1.0
2367141064 24576 /emul/sunos/usr/lib/libdl.so.1.0

Anyone else able to test this with similar/other combos?

	- Greg