× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Looks like you are using the latest Java 80 on your system. I would
suggest you open a PMR to my team for further investigation. thanks.From
the stack , looks like it's an issue from JIT component. For this kind of
crash , we usually need "javacore", "core" dumps together with the 4700
0012 vlogs collected. thx.

Best regards.
____________________________________________________________________________________________
Gavin, Zhang Gan --
[1]https://w3-connections.ibm.com/profiles/html/profileView.do?key=d77158d7-c5cd-4e6e-a90d-23dddc9cbaba&lang=en
IBM i PASE(AIX)/J9(Java SDK) Tech/Team Lead,
Email: zhanggan@xxxxxxxxxx
Phone: +86-10-82452719
Address: 1/F, 28, ZhongGuanCun Software Park, No.8 Dong Bei Wang West
Road, Haidian District, Beijing P.R.China 100193
J9 on i:
[2]https://www.ibm.com/developerworks/community/wikis/home?lang=en#!/wiki/IBM%20i%20Technology%20Updates/page/Java%20on%20IBM%20i



----- Original message -----
From: Matt Pryor <pryor@xxxxxxxxxxxxxxxxxxxxxxxxxx>
Sent by: "JAVA400-L" <java400-l-bounces@xxxxxxxxxxxx>
To: java400-l@xxxxxxxxxxxx
Cc:
Subject: Re: Unexpected JVM crash, assistance requested
Date: Thu, Nov 15, 2018 10:58 PM

Hi there

After another JVM crash yesterday we've found some more information in
std
err:

Assertion failed at /afs/
rchland.ibm.com/usr8/j9/src/rebuilt/jdk80/64bit/sr5fp20.v7r3/jre/lib/ppc64/compressedrefs/compiler/../omr/c
ompiler/codegen/OMRTreeEvaluator.cpp:348: false
VMState: 0x0005ff04
badILOp BadILOp cannot be evaluated
compiling
com/internationalpresence/impscloudgateway/util/AS400LogHandler.flush()V
at
level: hot
assumeDontCallMeDirectlyImpl(const char*,int,const char*,const
char*,char*,bool)+0x4d0
TR::fatal_assertion(const char*,int,const char*,const char*,...)+0x40
OMR::TreeEvaluator::badILOpEvaluator(TR::Node*,TR::CodeGenerator*)+0x4c
OMR::CodeGenerator::evaluate(TR::Node*)+0x510
J9::CodeGenerator::doInstructionSelection()+0x4ed8
OMR::CodeGenPhase::performInstructionSelectionPhase(TR::CodeGenerator*,TR::CodeGenPhase*)+0x5c0
OMR::CodeGenPhase::performAll()+0x2b4
OMR::CodeGenerator::generateCode()+0x484
OMR::Compilation::compile()+0x2188
TR::CompilationInfoPerThreadBase::compile(J9VMThread*,TR::Compilation*,TR_ResolvedMethod*,TR_J9VMBase&,TR_OptimizationPlan*,const
TR
::SegmentAllocator&)+0x161c
TR::CompilationInfoPerThreadBase::wrappedCompile(J9PortLibrary*,void*)+0x1cd4
omrsig_protect+0x5a8
TR::CompilationInfoPerThreadBase::compile(J9VMThread*,TR_MethodToBeCompiled*,J9::J9SegmentProvider&)+0x774
TR::CompilationInfoPerThread::processEntry(TR_MethodToBeCompiled&,J9::J9SegmentProvider&)+0x854
TR::CompilationInfoPerThread::processEntries()+0x7f8
protectedCompilationThreadProc(J9PortLibrary*,TR::CompilationInfoPerThread*)+0x4e0
omrsig_protect+0x5a8
compilationThreadProc(void*)+0x5b8
thread_wrapper+0x254
_pthread_body+0x138
+0x0
The assert subroutine failed: 0, file /afs/
rchland.ibm.com/usr8/j9/src/rebuilt/jdk80/64bit/sr5fp20.v7r3/jre/lib/ppc64/compressedrefs
/compiler/../omr/compiler/infra/Assert.cpp, line 72
JVMDUMP039I Processing dump event "abort", detail "" at 2018/11/15
07:41:09
- please wait.
JVMDUMP032I JVM requested System dump using
'//core.20181115.074109.435449.0001.dmp' in response to an event
JVMDUMP010I System dump written to
//core.20181115.074109.435449.0001.dmp
JVMDUMP032I JVM requested Java dump using
'//javacore.20181115.074109.435449.0002.txt' in response to an event
JVMDUMP010I Java dump written to
//javacore.20181115.074109.435449.0002.txt
JVMDUMP032I JVM requested Snap dump using
'//Snap.20181115.074109.435449.0003.trc' in response to an event
JVMDUMP010I Snap dump written to //Snap.20181115.074109.435449.0003.trc
JVMDUMP007I JVM Requesting JIT dump using
'//jitdump.20181115.074109.435449.0004.dmp'
#JITDUMP: vmThread=000000003000EF00 Crashed while printing out current
IL.JVMDUMP010I JIT dump written to //jitdump.20181115.074109
.435449.0004.dmp
JVMDUMP013I Processed dump event "abort", detail "".

Does this help pinpoint the cause?

Thanks
Matt

On Thu, 15 Nov 2018 at 13:32, Matt Pryor
<pryor@xxxxxxxxxxxxxxxxxxxxxxxxxx>
wrote:

> Hi again Steve
>
> From the customer:
>
> QJVACMDSRV authorities are *PUBLIC *USE. I verified the TLXDRIVER
> authorities match what you noted below.
>
> Best wishes
> Matt
>
> On Thu, 15 Nov 2018 at 09:45, Matt Pryor
<pryor@xxxxxxxxxxxxxxxxxxxxxxxxxx>
> wrote:
>
>> Hi Steve
>>
>> Thanks for your reply.
>>
>> Java is started via a CLP, this is the section that calls it:
>>
>> JAVA +
>> CLASS('com.internationalpresence.impscloudg+
>> ateway.CloudQ') PARM(&DRIVER &INTERNET +
>> &PRODLIB &CLDFLR &TYPE &ENV &HOSTIP +
>> &CLDSSL &LOGTYP) CLASSPATH(*ENVVAR) +
>> CHKPATH(*IGNORE) PROP((java.version &JVM) +
>> (java.awt.headless true) +
>> (os400.awt.native true) +
>> (com.ibm.cacheLocalHost true) +
>> (java.net.preferIPv4Stack &IP4) +
>> (java.net.preferIPv6Addresses &IP6)) +
>> OPTION(&OPT) OUTPUT(*PRINT)
>>
>> The program runs for several hours or days before the JVM crashes. We
>> have a 2 gb dump file and also a java core text file which shows all
the
>> threat stack traces etc.
>>
>> All Java call stacks available show threads to either be in a wait
state,
>> or a sleep state, or a socket read or accept state with the exception
of
>> the following:
>>
>> 1)
>> 4XESTACKTRACE at
>> com/ibm/misc/SignalDispatcher.waitForSignal(Native Method)
>> 4XESTACKTRACE at
>> com/ibm/misc/SignalDispatcher.run(SignalDispatcher.java:73)
>>
>> 2)
>> 4XESTACKTRACE at
>> com/ibm/tools/attach/target/IPC.waitSemaphore(Native Method)
>> 4XESTACKTRACE at
>>
com/ibm/tools/attach/target/CommonDirectory.waitSemaphore(CommonDirectory.java:251)
>>
>> 3)
>> 4XESTACKTRACE at
>>
com/ibm/lang/management/internal/MemoryNotificationThread.processNotificationLoop(Native
>> Method)
>> 4XESTACKTRACE at
>>
com/ibm/lang/management/internal/MemoryNotificationThread.run(MemoryNotificationThread.java:185)
>>
>> In case it's any use to you I've uploaded the java core text file to
>>
>>
>>
[3]http://www.international-presence.com/software/matt_transfer/javacore.20181104.102029.215708.0002.txt
>>
>> TLXDRIVER is the user profile that the CL program runs as, which
should
>> belong to *SYSOPR user group and have special authority for *ALLOBJ,
>> *JOBCTL, *SECADM, *SPLCTL
>>
>> I will ask the customer to check on authority for QJVACMDSRV *pgm.
>>
>> Many thanks
>> Matt
>>
>>
>>
>>
>>> 1. Re: Unexpected JVM crash, assistance requested
>>> (Steve Hinrichs via JAVA400-L)
>>>
>>>
>>>
----------------------------------------------------------------------
>>>
>>> message: 1
>>> date: Tue, 13 Nov 2018 19:09:50 +0000
>>> from: Steve Hinrichs via JAVA400-L <java400-l@xxxxxxxxxxxx>
>>> subject: Re: Unexpected JVM crash, assistance requested
>>>
>>> How is the java process started, from RPG, RUNJVA, QSH?
>>> Is their any call stack or is it failing right away?
>>> What is the class/method being called?
>>> What authority does the user have that is running the java process,
>>> maybe try QSECOFR.
>>>
>>> I would check authority and existence of QJAVA/QJVACMDSRV *pgm.
>>> What is TLXDRIVER? A user profile? Searching for TLXDRIVER I find
2
>>> items related to user profiles.
>>>
>>> Steve
>>>
>>>
>
> --
> Matt Pryor
> Software Developer
>
> The International Presence Group of Companies
> EMAIL: pryor@xxxxxxxxxxxxxxx
> URL: www.International-presence.com
>
>
>

--
Matt Pryor
Software Developer

The International Presence Group of Companies
EMAIL: pryor@xxxxxxxxxxxxxxx
URL: www.International-presence.com
--
This is the Java Programming on and around the IBM i (JAVA400-L) mailing
list
To post a message email: JAVA400-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: [4]https://lists.midrange.com/mailman/listinfo/java400-l
or email: JAVA400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at [5]https://archive.midrange.com/java400-l.

Help support midrange.com by shopping at amazon.com with our affiliate
link: [6]https://amazon.midrange.com




References

Visible links
1. https://w3-connections.ibm.com/profiles/html/profileView.do?key=d77158d7-c5cd-4e6e-a90d-23dddc9cbaba&lang=en
2. https://www.ibm.com/developerworks/community/wikis/home?lang=en#!/wiki/IBM%20i%20Technology%20Updates/page/Java%20on%20IBM%20i
3. http://www.international-presence.com/software/matt_transfer/javacore.20181104.102029.215708.0002.txt
4. https://lists.midrange.com/mailman/listinfo/java400-l
5. https://archive.midrange.com/java400-l
6. https://amazon.midrange.com/

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.