Consultor Eletrônico



Kbase 20347: Pid# was Killed Due to Failure in Writing the Signal Context
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   4/23/2008
Status: Unverified

FACT(s) (Environment):

Progress 9.1x
HP-UX 11 32-bit
HP-UX 11 64-bit

SYMPTOM(s):

Core when running the Progress genuuid command

Pid# was killed due to failure in writing the signal context. Illegal instruction(coredump)

FIX:

To resolve this problem modify the $DLC/bin/genuuid script to include a $JIT variable with a value of "-nojit".

For example, add the following variable definition near the end of the genuuid script:


    JIT=${JIT:-"-nojit"} export JIT

Then modify the exec part of the script to include the $JIT:

exec $JVMSTRT -o stderr  -m silent $JREHOME/bin/$JVMEXE -classpath
$CLASSPATH $JIT -DInstall.Dir=$DLC ${GENUUIDPKG}.${GENUUIDCLASS} "$@"

FIX:

References to Written Documentation:

Progress Solutions:

20105, "What is Genuuid?"