Java crashes thoug I export LD_ASSUME_KERNEL, Domino works now

DAVID BALAZIC david.balazic at uni-mb.si
Mon Oct 27 09:41:24 UTC 2003


Rainer Traut <rainer.traut at epost.de> wrote:

>Hi,
>thank you for your answer.
>
>>>Problem I still think is, that the
>>>LD_ASSUME_KERNEL varaiable is getting ignored.
>
>> How do you figure that?  There is no way to suppress using
>> LD_ASSUME_KERNEL.  The envvar is looked at and handled in ld.so, long
>> before any user code is run.
>
>By observation:
>
>RHL9
>[root at Notes-FFM1-Web root]# su - notes
>[notes at Notes-FFM1-Web notes]$ export LD_ASSUME_KERNEL=2.2.5
>[notes at Notes-FFM1-Web notes]$ java -fullversion
>java.bin full version "JDK 1.1.8 IBM build l118-20010115a (JIT enabled: 
>jitc)"
>[notes at Notes-FFM1-Web notes]$ cat /etc/redhat-release
>Red Hat Linux release 9 (Shrike)
>[notes at Notes-FFM1-Web notes]$
>
>Fedora test3
>[root at localhost 65000]# su - notes
>[notes at localhost notes]$ java -version
>/opt/lotus/bin/java: line 1043: 24406 Speicherzugriffsfehler  ${ToRun} "$@"
>[notes at localhost notes]$ cat /etc/redhat-release
>Fedora Core release 0.95 (Severn)
>[notes at localhost notes]$ java -version
>/opt/lotus/bin/java: line 1043: 24459 Speicherzugriffsfehler  ${ToRun} "$@"
>[notes at localhost notes]$ export LD_ASSUME_KERNEL=2.2.5
>[notes at localhost notes]$ java -version
>/opt/lotus/bin/java: line 1043: 24511 Speicherzugriffsfehler  ${ToRun} "$@"
>[notes at localhost notes]$


Hmm, looks like you are comparing apples to oranges.
apple = java -fullversion
orange = java -version

-- 
David Balazic
E-mail   : david.balazic at uni-mb.si   |     living in  sLOVEnija
home page: http://surf.to/stein
--





More information about the fedora-test-list mailing list