Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 5051381
Votes 0
Synopsis Linux: Java crashes on amd64 with RHEL 3 SP2
Category hotspot:runtime_system
Reported Against 1.4.2_04
Release Fixed
State 11-Closed, duplicate of 4936784, bug
Priority: 2-High
Related Bugs 4936784
Submit Date 21-MAY-2004
Description
This bug is filed for tracking purpose. Redhat just released SP2 for their
RHEL 3.0 line of products. Unfortunately on x86_64, the NX bit is turned on
by default. This will cause Java crashes.

If you are running on RHEL3 SP2 ('cat /etc/*release' should say something like
"Taroon Update 2"), and having problems running java applications (e.g.
'java -version' will crash), please make sure to boot with kernel option
'noexec=off':

. log in as root
. edit /boot/grub/grub.conf
. add 'noexec=off' to all kernel option lines, e.g:

title Red Hat Enterprise Linux AS (2.4.21-15.ELsmp)
        root (hd0,1)
        kernel /boot/vmlinuz-2.4.21-15.ELsmp ro root=LABEL=/ noexec=off
        initrd /boot/initrd-2.4.21-15.ELsmp.img

NX bit is supported in JDK 1.5-beta2 and 1.4.2_05, see bug 4936784.
Also please see Redhat bugzilla:
    https://bugzilla. customer .com/bugzilla/show_bug.cgi?id=123656
Work Around
boot with 'noexec=off' or 'noexec32=off'
Evaluation
NX support was added under bugid 4936784.

  xxxxx@xxxxx   2004-05-21
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang