> On 13 Oct 2022, at 21:00, Wei <weiwan...@gmail.com> wrote:
> 
> Do we know which lucene/solr component would trigger this error?
> 
> Regards,
> Wei

Hi - both our examples from the previous posting seems to be related to 
compiling: com.github.benmanes.caffeine.cache.BoundedLocalCache:


1. Temurin-17.0.4.1+1:
======================
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007fd81c7e6153, pid=14, tid=85
#
# JRE version: OpenJDK Runtime Environment Temurin-17.0.4.1+1 (17.0.4.1+1) 
(build 17.0.4.1+1)
# Java VM: OpenJDK 64-Bit Server VM Temurin-17.0.4.1+1 (17.0.4.1+1, mixed mode, 
sharing, tiered, compressed oops, compressed class ptrs, g1 gc, linux-amd64)
# Problematic frame:
# V  [libjvm.so+0xacc153]  PhaseIdealLoop::build_loop_late_post_work(Node*, 
bool)+0x153
#
# Core dump will be written. Default location: /core.%e.14.%t
#
# If you would like to submit a bug report, please visit:
#   https://github.com/adoptium/adoptium-support/issues
#

---------------  S U M M A R Y ------------

Command Line: -Xms22g -Xmx22g -XX:+UseG1GC -XX:+PerfDisableSharedMem 
-XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=250 -XX:+UseLargePages 
-XX:+AlwaysPreTouch -XX:+ExplicitGCInvokesConcurrent 
-Xlog:gc*:file=/var/solr/logs/solr_gc.log:time,uptime:filecount=9,filesize=20M 
-Dsolr.jetty.inetaccess.includes= -Dsolr.jetty.inetaccess.excludes= 
-Dsolr.log.dir=/var/solr/logs -Djetty.port=12200 -DSTOP.PORT=11200 
-DSTOP.KEY=solrrocks -Duser.timezone=UTC -XX:-OmitStackTraceInFastThrow 
-XX:OnOutOfMemoryError=/opt/solr/bin/oom_solr.sh 12200 /var/solr/logs 
-Djetty.home=/opt/solr/server -Dsolr.solr.home=/var/solr/data -Dsolr.data.home= 
-Dsolr.install.dir=/opt/solr 
-Dsolr.default.confdir=/opt/solr/server/solr/configsets/_default/conf 
-Dlog4j.configurationFile=/var/solr/data/configsets/finn_config/finn/conf/log4j2-fiaas.xml
 -Dsolr.jetty.request.header.size=65535 -Dsolr.disable.allowUrls=true 
-Dsolrindex=cl-bap -Dlog4j2.formatMsgNoLookups=true -Dfinnapp=cl-bap-solr-fiaas 
-Dsolr.master.host=solr-bap-master -Denable.slave=true 
-Denable.replication=true -Dsolr.http1=true -Dsolr.disable.shardsWhitelist=true 
-Dodin.job.host=solr-cl-job -Dodin.bap.host=solr-cl-bap 
-Dodin.motor.host=solr-cl-motor -Dodin.estate.host=solr-cl-estate 
-Dsolr.jetty.host=0.0.0.0 -Xss256k -Djava.security.manager 
-Djava.security.policy=/opt/solr/server/etc/security.policy 
-Djava.security.properties=/opt/solr/server/etc/security.properties 
-Dsolr.internal.network.permission=* -DdisableAdminUI=false start.jar 
--module=http --module=gzip

Host: Intel(R) Xeon(R) CPU @ 2.00GHz, 64 cores, 28G, Ubuntu 22.04.1 LTS
Time: Thu Oct 13 11:57:40 2022 CEST elapsed time: 1710.317909 seconds (0d 0h 
28m 30s)

---------------  T H R E A D  ---------------

Current thread (0x00007fd814cb4750):  JavaThread "C2 CompilerThread0" daemon 
[_thread_in_native, id=85, stack(0x00007fd7be417000,0x00007fd7be517000)]


Current CompileTask:
C2:1710317 25318   !   4       
com.github.benmanes.caffeine.cache.BoundedLocalCache::put (731 bytes)

Stack: [0x00007fd7be417000,0x00007fd7be517000],  sp=0x00007fd7be511d30,  free 
space=1003k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V  [libjvm.so+0xacc153]  PhaseIdealLoop::build_loop_late_post_work(Node*, 
bool)+0x153
V  [libjvm.so+0xaccb10]  PhaseIdealLoop::build_loop_late(VectorSet&, 
Node_List&, Node_Stack&)+0x180
V  [libjvm.so+0xacd48e]  PhaseIdealLoop::build_and_optimize()+0x7ae
V  [libjvm.so+0x5d08af]  PhaseIdealLoop::optimize(PhaseIterGVN&, 
LoopOptsMode)+0x16f
V  [libjvm.so+0x5ce746]  Compile::Optimize()+0xdc6
V  [libjvm.so+0x5d0105]  Compile::Compile(ciEnv*, ciMethod*, int, bool, bool, 
bool, bool, bool, DirectiveSet*)+0xe65
V  [libjvm.so+0x50ffb9]  C2Compiler::compile_method(ciEnv*, ciMethod*, int, 
bool, DirectiveSet*)+0xe9
V  [libjvm.so+0x5d9138]  
CompileBroker::invoke_compiler_on_method(CompileTask*)+0xf68
V  [libjvm.so+0x5d9dc8]  CompileBroker::compiler_thread_loop()+0x508
V  [libjvm.so+0xe59214]  JavaThread::thread_main_inner()+0x184
V  [libjvm.so+0xe5c99e]  Thread::call_run()+0xde
V  [libjvm.so+0xc16351]  thread_native_entry(Thread*)+0xe1


2. bellsoft/liberica-openjdk-debian:17
======================================
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007f96e2515e7f, pid=13, tid=76
#
# JRE version: OpenJDK Runtime Environment (17.0.4.1+1) (build 17.0.4.1+1-LTS)
# Java VM: OpenJDK 64-Bit Server VM (17.0.4.1+1-LTS, mixed mode, tiered, 
compressed oops, compressed class ptrs, g1 gc, linux-amd64)
# Problematic frame:
# V  [libjvm.so+0x515e7f]  PhaseIdealLoop::optimize(PhaseIterGVN&, 
LoopOptsMode)+0x13bf
#
# Core dump will be written. Default location: /core.%e.13.%t
#
# If you would like to submit a bug report, please visit:
#   https://bell-sw.com/support
#

---------------  S U M M A R Y ------------

Command Line: -Xms4g -Xmx4g -XX:+UseG1GC -XX:+PerfDisableSharedMem 
-XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=250 -XX:+UseLargePages 
-XX:+AlwaysPreTouch -XX:+ExplicitGCInvokesConcurrent 
-Xlog:gc*:file=/var/solr/logs/solr_gc.log:time,uptime:filecount=9,filesize=20M 
-Dsolr.jetty.inetaccess.includes= -Dsolr.jetty.inetaccess.excludes= 
-Dsolr.log.dir=/var/solr/logs -Djetty.port=12300 -DSTOP.PORT=11300 
-DSTOP.KEY=solrrocks -Duser.timezone=UTC -XX:-OmitStackTraceInFastThrow 
-XX:OnOutOfMemoryError=/opt/solr/bin/oom_solr.sh 12300 /var/solr/logs 
-Djetty.home=/opt/solr/server -Dsolr.solr.home=/var/solr/data -Dsolr.data.home= 
-Dsolr.install.dir=/opt/solr 
-Dsolr.default.confdir=/opt/solr/server/solr/configsets/_default/conf 
-Dlog4j.configurationFile=/var/solr/data/configsets/finn_config/finn/conf/log4j2-fiaas.xml
 -Dsolr.jetty.request.header.size=65535 -Dsolr.disable.allowUrls=true 
-Dsolrindex=cl-motor -Dlog4j2.formatMsgNoLookups=true 
-Dfinnapp=cl-motor-solr-fiaas -Dsolr.master.host=solr-motor-master 
-Denable.slave=true -Denable.replication=true -Dsolr.http1=true 
-Dsolr.disable.shardsWhitelist=true -Dodin.job.host=solr-cl-job 
-Dodin.bap.host=solr-cl-bap -Dodin.motor.host=solr-cl-motor 
-Dodin.estate.host=solr-cl-estate -Dsolr.jetty.host=0.0.0.0 -Xss256k 
-Djava.security.manager 
-Djava.security.policy=/opt/solr/server/etc/security.policy 
-Djava.security.properties=/opt/solr/server/etc/security.properties 
-Dsolr.internal.network.permission=* -DdisableAdminUI=false start.jar 
--module=http --module=gzip

Host: Intel(R) Xeon(R) CPU @ 2.00GHz, 64 cores, 10G, Debian GNU/Linux 11 
(bullseye)
Time: Thu Oct 13 12:56:13 2022 CEST elapsed time: 916.724403 seconds (0d 0h 15m 
16s)

---------------  T H R E A D  ---------------

Current thread (0x00007f96dc44a020):  JavaThread "C2 CompilerThread0" daemon 
[_thread_in_native, id=76, stack(0x00007f96c0180000,0x00007f96c0281000)]


Current CompileTask:
C2: 916724 18311   !   4       
com.github.benmanes.caffeine.cache.BoundedLocalCache::put (731 bytes)

Stack: [0x00007f96c0180000,0x00007f96c0281000],  sp=0x00007f96c027bca0,  free 
space=1007k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V  [libjvm.so+0x515e7f]  PhaseIdealLoop::optimize(PhaseIterGVN&, 
LoopOptsMode)+0x13bf
V  [libjvm.so+0x522f17]  Compile::Optimize()+0x15f7
V  [libjvm.so+0x48ea16]  C2Compiler::compile_method(ciEnv*, ciMethod*, int, 
bool, DirectiveSet*)+0x2246
V  [libjvm.so+0x535101]  
CompileBroker::invoke_compiler_on_method(CompileTask*)+0x12f1
V  [libjvm.so+0x5385a3]  CompileBroker::compiler_thread_loop()+0x1fa3
V  [libjvm.so+0xbe1d81]  JavaThread::run()+0x2e1
V  [libjvm.so+0xbec50a]  Thread::call_run()+0x14a
V  [libjvm.so+0xe30df1]  thread_native_entry(Thread*)+0xe1




Regards,

Fredrik


--

Fredrik Rødland
               Cell:    +47 99 21 98 17
Maisen Pedersens vei 1        Twitter: @fredrikr
NO-1363 Høvik, NORWAY         flickr:  
http://www.flickr.com/fmmr/
http://rodland.no             about.me http://about.me/fmr

Reply via email to