Consultor Eletrônico



Kbase P106912: Segmentation Fault when running SQL on RedHat Enterprise 3.0
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/16/2008
Status: Unverified

SYMPTOM(s):

Segmentation Fault when running SQL on RedHat Enterprise 3.0

Running Kernel 2.4.21-20.ELsmp from Redhat Linux 3.0 Update 5

Java 1.3.1 installed

If system is rebooted in uniprocessor mode Segmentation Fault does not occur

CAUSE:

This is a known issue by Red Hat.

FIX:

RedHat has suggested the following:
https://www.redhat.com/archives/taroon-list/2004-December/msg00269.html
Add the following to the kernel line in /etc/grub.conf for your smp
kernel.
noexec=off
for example:

default=3
timeout=10
splashimage=(hd0,0)/grub/splash.xpm.gz
title Red Hat Enterprise Linux AS (2.4.21-23.EL)
root (hd0,0)
kernel /vmlinuz-2.4.21-23.EL ro root=LABEL=/ noexec=off
initrd /initrd-2.4.21-23.EL.img
Then reboot to the SMP kernel and try running your java stuff again.