Operating System - HP-UX
1751879 Members
5323 Online
108782 Solutions
New Discussion юеВ

Re: dropjava segmentation violation error

 
DareDevil_1
Advisor

dropjava segmentation violation error

hi all,

getting segmentation fault while issuing dropjava in linux env. please find below the error.

$ dropjava -user apps/newpasswd -resolve -verbose /oracle/ebs11510/dev4/dev4comn

SIGSEGV 11* segmentation violation
stackbase=0xbfff6a48, stackpointer=0xbfff6910

Full thread dump:
"Finalizer thread" (TID:0xb67c1210, sys_thread_t:0xb630ee0c, state:R) prio=1
"Async Garbage Collector" (TID:0xb67c1258, sys_thread_t:0xb632fe0c, state:R)
prio=1
"Idle thread" (TID:0xb67c12a0, sys_thread_t:0xb6350e0c, state:R) prio=0
"Clock" (TID:0xb67c1088, sys_thread_t:0xb6371e0c, state:CW) prio=12
"main" (TID:0xb67c10b0, sys_thread_t:0x80b6400, state:R) prio=5 *current thr
ead*
java.lang.System.initializeSystemClass(System.java)
Monitor Cache Dump:
Registered Monitor Dump:
Thread queue lock:
Name and type hash table lock:
String intern lock:
JNI pinning lock:
JNI global reference lock:
BinClass lock:
Class loading lock:
Java stack lock:
Code rewrite lock:
Heap lock:
Has finalization queue lock:
Finalize me queue lock:
Dynamic loading lock:
Monitor IO lock:
Child death monitor:
Event monitor:
I/O monitor:
Alarm monitor:
Waiting to be notified:
"Clock" (0xb6371e0c)
Monitor registry: owner "main" (0x80b6400, 1 entry)
Thread Alarm Q:
Aborted

the user thinks the error started when we applied the DST patch on the server.We tried after rolling back the patch and the prob still persists. any ideas???
8 REPLIES 8
spex
Honored Contributor

Re: dropjava segmentation violation error

Hello,

Did you apply DST patches to your Linux distro and Java (and Oracle, if applicable), or just Linux? It certainly appears that the problem may be time-related:

Waiting to be notified:
"Clock" (0xb6371e0c)

PCS
DareDevil_1
Advisor

Re: dropjava segmentation violation error

hi,

thanks for your quick response. the DST was applied only to Linux and it has been rolled back now as well.
Yogeeraj_1
Honored Contributor

Re: dropjava segmentation violation error

hi,
this may be related to the JIT.

can you try to export JAVA_COMPILER=NONE
before retrying the same operation?

revert.

kind regards
yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
DareDevil_1
Advisor

Re: dropjava segmentation violation error

hi,
thanks for ur response.

tried exporting JAVA_COMPILER=NONE. problem persists. :(
Eric Antunes
Honored Contributor

Re: dropjava segmentation violation error

Hi DareDevil :)

There is a bug on 8.1.6 (fixed in 8.1.7). Is this your database version?

Eric
Each and every day is a good day to learn.
DareDevil_1
Advisor

Re: dropjava segmentation violation error

hi Eric,
Database is 9.2.0.7.0.
Eric Antunes
Honored Contributor

Re: dropjava segmentation violation error

Hi,

Has this ever worked? What is your java version?? There are some bugs in 1.2.2:

http://java.sun.com/products/archive/j2se/1.2.2_017/ReleaseNotes.html


Best Regards,

Eric
Each and every day is a good day to learn.
DareDevil_1
Advisor

Re: dropjava segmentation violation error

hi,

thanks for ur response.its was workin fine till we applied the DST patch or it stopped working around tht time.the Java version is 1.4.2.we have even tried rolling back the patch, and its still not working.