mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-23 15:31:53 +08:00
test: SpringBoot4 use JDK21
MemShell IntegrationTest / jenkins (push) Canceled after 0s
MemShell IntegrationTest / xxljob (push) Canceled after 0s
MemShell IntegrationTest / dubbo (push) Canceled after 0s
MemShell IntegrationTest / springwebmvc (push) Canceled after 0s
MemShell IntegrationTest / springwebflux (push) Canceled after 0s
MemShell IntegrationTest / struts2 (push) Canceled after 0s
MemShell IntegrationTest / tomcat (push) Canceled after 0s
MemShell IntegrationTest / glassfish (push) Canceled after 0s
MemShell IntegrationTest / jbosseap (push) Canceled after 0s
MemShell IntegrationTest / payara (push) Canceled after 0s
MemShell IntegrationTest / wildfly (push) Canceled after 0s
MemShell IntegrationTest / jetty (push) Canceled after 0s
MemShell IntegrationTest / weblogic (push) Canceled after 0s
MemShell IntegrationTest / jbossas (push) Canceled after 0s
MemShell IntegrationTest / resin (push) Canceled after 0s
MemShell IntegrationTest / geronimo (push) Canceled after 0s
MemShell IntegrationTest / websphere7 (push) Canceled after 0s
MemShell IntegrationTest / websphere (push) Canceled after 0s
Unit-Test / UniteTest (push) Canceled after 0s
Dev Deploy / Build Jar (ubuntu-latest) (push) Canceled after 0s
Dev Deploy / Build Jar (windows-latest) (push) Canceled after 0s
Dev Deploy / Docker Push (push) Canceled after 0s
Dev Deploy / Deploy to Maven Central (push) Canceled after 0s
Dev Deploy / Deploy to Northflank (push) Canceled after 0s
MemShell IntegrationTest / jenkins (push) Canceled after 0s
MemShell IntegrationTest / xxljob (push) Canceled after 0s
MemShell IntegrationTest / dubbo (push) Canceled after 0s
MemShell IntegrationTest / springwebmvc (push) Canceled after 0s
MemShell IntegrationTest / springwebflux (push) Canceled after 0s
MemShell IntegrationTest / struts2 (push) Canceled after 0s
MemShell IntegrationTest / tomcat (push) Canceled after 0s
MemShell IntegrationTest / glassfish (push) Canceled after 0s
MemShell IntegrationTest / jbosseap (push) Canceled after 0s
MemShell IntegrationTest / payara (push) Canceled after 0s
MemShell IntegrationTest / wildfly (push) Canceled after 0s
MemShell IntegrationTest / jetty (push) Canceled after 0s
MemShell IntegrationTest / weblogic (push) Canceled after 0s
MemShell IntegrationTest / jbossas (push) Canceled after 0s
MemShell IntegrationTest / resin (push) Canceled after 0s
MemShell IntegrationTest / geronimo (push) Canceled after 0s
MemShell IntegrationTest / websphere7 (push) Canceled after 0s
MemShell IntegrationTest / websphere (push) Canceled after 0s
Unit-Test / UniteTest (push) Canceled after 0s
Dev Deploy / Build Jar (ubuntu-latest) (push) Canceled after 0s
Dev Deploy / Build Jar (windows-latest) (push) Canceled after 0s
Dev Deploy / Docker Push (push) Canceled after 0s
Dev Deploy / Deploy to Maven Central (push) Canceled after 0s
Dev Deploy / Deploy to Northflank (push) Canceled after 0s
This commit is contained in:
+134
-114
@@ -1,13 +1,13 @@
|
||||
# Generated At 2026-08-21 07:15:00
|
||||
# Generated At 2026-08-21 10:13:42
|
||||
SystemProps:
|
||||
java.specification.version: 17
|
||||
java.specification.version: 21
|
||||
sun.jnu.encoding: UTF-8
|
||||
java.class.path: /app/app.jar
|
||||
java.vm.vendor: Eclipse Adoptium
|
||||
sun.arch.data.model: 64
|
||||
java.vendor.url: https://adoptium.net/
|
||||
user.timezone: Etc/UTC
|
||||
java.vm.specification.version: 17
|
||||
java.vm.specification.version: 21
|
||||
os.name: Linux
|
||||
APPLICATION_NAME: vul-springboot4
|
||||
sun.java.launcher: SUN_STANDARD
|
||||
@@ -19,7 +19,7 @@ sun.cpu.endian: little
|
||||
user.home: /root
|
||||
user.language: en
|
||||
java.specification.vendor: Oracle Corporation
|
||||
java.version.date: 2025-10-21
|
||||
java.version.date: 2026-04-21
|
||||
java.home: /opt/java/openjdk
|
||||
file.separator: /
|
||||
java.vm.compressedOopsMode: Zero based
|
||||
@@ -31,17 +31,18 @@ FILE_LOG_CHARSET: UTF-8
|
||||
java.awt.headless: true
|
||||
java.protocol.handler.pkgs: org.springframework.boot.loader.net.protocol
|
||||
sun.management.compiler: HotSpot 64-Bit Tiered Compilers
|
||||
java.runtime.version: 17.0.17+10
|
||||
java.runtime.version: 21.0.11+10-LTS
|
||||
user.name: root
|
||||
stdout.encoding: UTF-8
|
||||
path.separator: :
|
||||
os.version: 7.0.14-orbstack-00380-ga7e0a2dc9535
|
||||
java.runtime.name: OpenJDK Runtime Environment
|
||||
file.encoding: UTF-8
|
||||
java.vm.name: OpenJDK 64-Bit Server VM
|
||||
java.vendor.version: Temurin-17.0.17+10
|
||||
java.vendor.version: Temurin-21.0.11+10
|
||||
java.vendor.url.bug: https://github.com/adoptium/adoptium-support/issues
|
||||
java.io.tmpdir: /tmp
|
||||
java.version: 17.0.17
|
||||
java.version: 21.0.11
|
||||
user.dir: /
|
||||
os.arch: aarch64
|
||||
java.vm.specification.name: Java Virtual Machine Specification
|
||||
@@ -50,25 +51,22 @@ CONSOLE_LOG_CHARSET: UTF-8
|
||||
native.encoding: UTF-8
|
||||
java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib
|
||||
java.vm.info: mixed mode, sharing
|
||||
stderr.encoding: UTF-8
|
||||
java.vendor: Eclipse Adoptium
|
||||
java.vm.version: 17.0.17+10
|
||||
java.specification.maintenance.version: 1
|
||||
java.vm.version: 21.0.11+10-LTS
|
||||
sun.io.unicode.encoding: UnicodeLittle
|
||||
java.class.version: 61.0
|
||||
java.class.version: 65.0
|
||||
LOGGED_APPLICATION_NAME: [vul-springboot4]
|
||||
|
||||
===========================================
|
||||
|
||||
ThreadStacks:
|
||||
"Notification Thread" #12 daemon [RUNNABLE]
|
||||
"reactor-http-nio-2" #38 daemon [RUNNABLE]
|
||||
java.lang.Thread.State: RUNNABLE
|
||||
|
||||
"reactor-http-nio-2" #22 daemon [RUNNABLE]
|
||||
java.lang.Thread.State: RUNNABLE
|
||||
at java.base@17.0.17/sun.nio.ch.EPoll.wait(Native Method)
|
||||
at [email protected]/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:118)
|
||||
at [email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:129)
|
||||
at [email protected]/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
|
||||
at [email protected]/sun.nio.ch.EPoll.wait(Native Method)
|
||||
at [email protected]/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:121)
|
||||
at java.[email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:130)
|
||||
at java.base@21.0.11/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:142)
|
||||
at io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:62)
|
||||
at io.netty.channel.nio.NioIoHandler.select(NioIoHandler.java:668)
|
||||
at io.netty.channel.nio.NioIoHandler.run(NioIoHandler.java:434)
|
||||
@@ -77,44 +75,116 @@ ThreadStacks:
|
||||
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:1204)
|
||||
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
|
||||
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
||||
at java.base@17.0.17/java.lang.Thread.run(Thread.java:840)
|
||||
at java.base@21.0.11/java.lang.Thread.runWith(Thread.java:1596)
|
||||
at [email protected]/java.lang.Thread.run(Thread.java:1583)
|
||||
|
||||
"Cleaner-0" #14 daemon [TIMED_WAITING] on java.lang.ref.ReferenceQueue$Lock@636af96d
|
||||
"Common-Cleaner" #19 daemon [TIMED_WAITING] on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3585ff
|
||||
java.lang.Thread.State: TIMED_WAITING
|
||||
at java.base@17.0.17/java.lang.Object.wait(Native Method)
|
||||
at java.base@17.0.17/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155)
|
||||
at java.base@17.0.17/jdk.internal.ref.CleanerImpl.run(CleanerImpl.java:140)
|
||||
at java.base@17.0.17/java.lang.Thread.run(Thread.java:840)
|
||||
at java.base@17.0.17/jdk.internal.misc.InnocuousThread.run(InnocuousThread.java:162)
|
||||
at java.base@21.0.11/jdk.internal.misc.Unsafe.park(Native Method)
|
||||
at java.base@21.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:269)
|
||||
at java.base@21.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1886)
|
||||
at java.base@21.0.11/java.lang.ref.ReferenceQueue.await(ReferenceQueue.java:71)
|
||||
at java.base@21.0.11/java.lang.ref.ReferenceQueue.remove0(ReferenceQueue.java:143)
|
||||
at [email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:218)
|
||||
at [email protected]/jdk.internal.ref.CleanerImpl.run(CleanerImpl.java:140)
|
||||
at [email protected]/java.lang.Thread.runWith(Thread.java:1596)
|
||||
at [email protected]/java.lang.Thread.run(Thread.java:1583)
|
||||
at [email protected]/jdk.internal.misc.InnocuousThread.run(InnocuousThread.java:186)
|
||||
|
||||
"server" #21 [WAITING] on java.util.concurrent.CountDownLatch$Sync@34173b14
|
||||
"boundedElastic-evictor-1" #34 daemon [TIMED_WAITING] on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@74fc5fed
|
||||
java.lang.Thread.State: TIMED_WAITING
|
||||
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
|
||||
at [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:269)
|
||||
at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1797)
|
||||
at [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
|
||||
at [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
|
||||
at [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1070)
|
||||
at [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
|
||||
at [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
|
||||
at [email protected]/java.lang.Thread.runWith(Thread.java:1596)
|
||||
at [email protected]/java.lang.Thread.run(Thread.java:1583)
|
||||
|
||||
"reactor-http-nio-1" #35 daemon [RUNNABLE]
|
||||
java.lang.Thread.State: RUNNABLE
|
||||
at [email protected]/sun.nio.ch.EPoll.wait(Native Method)
|
||||
at [email protected]/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:121)
|
||||
at [email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:130)
|
||||
at [email protected]/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:142)
|
||||
at io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:62)
|
||||
at io.netty.channel.nio.NioIoHandler.select(NioIoHandler.java:668)
|
||||
at io.netty.channel.nio.NioIoHandler.run(NioIoHandler.java:434)
|
||||
at io.netty.channel.SingleThreadIoEventLoop.runIo(SingleThreadIoEventLoop.java:225)
|
||||
at io.netty.channel.SingleThreadIoEventLoop.run(SingleThreadIoEventLoop.java:196)
|
||||
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:1204)
|
||||
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
|
||||
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
||||
at [email protected]/java.lang.Thread.runWith(Thread.java:1596)
|
||||
at [email protected]/java.lang.Thread.run(Thread.java:1583)
|
||||
|
||||
"Notification Thread" #18 daemon [RUNNABLE]
|
||||
java.lang.Thread.State: RUNNABLE
|
||||
|
||||
"Cleaner-0" #20 daemon [TIMED_WAITING] on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@1dc92888
|
||||
java.lang.Thread.State: TIMED_WAITING
|
||||
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
|
||||
at [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:269)
|
||||
at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1886)
|
||||
at [email protected]/java.lang.ref.ReferenceQueue.await(ReferenceQueue.java:71)
|
||||
at [email protected]/java.lang.ref.ReferenceQueue.remove0(ReferenceQueue.java:143)
|
||||
at [email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:218)
|
||||
at [email protected]/jdk.internal.ref.CleanerImpl.run(CleanerImpl.java:140)
|
||||
at [email protected]/java.lang.Thread.runWith(Thread.java:1596)
|
||||
at [email protected]/java.lang.Thread.run(Thread.java:1583)
|
||||
at [email protected]/jdk.internal.misc.InnocuousThread.run(InnocuousThread.java:186)
|
||||
|
||||
"DestroyJavaVM" #37 [RUNNABLE]
|
||||
java.lang.Thread.State: RUNNABLE
|
||||
|
||||
"reactor-http-nio-4" #40 daemon [RUNNABLE]
|
||||
java.lang.Thread.State: RUNNABLE
|
||||
at [email protected]/sun.nio.ch.EPoll.wait(Native Method)
|
||||
at [email protected]/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:121)
|
||||
at [email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:130)
|
||||
at [email protected]/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:142)
|
||||
at io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:62)
|
||||
at io.netty.channel.nio.NioIoHandler.select(NioIoHandler.java:668)
|
||||
at io.netty.channel.nio.NioIoHandler.run(NioIoHandler.java:434)
|
||||
at io.netty.channel.SingleThreadIoEventLoop.runIo(SingleThreadIoEventLoop.java:225)
|
||||
at io.netty.channel.SingleThreadIoEventLoop.run(SingleThreadIoEventLoop.java:196)
|
||||
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:1204)
|
||||
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
|
||||
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
||||
at [email protected]/java.lang.Thread.runWith(Thread.java:1596)
|
||||
at [email protected]/java.lang.Thread.run(Thread.java:1583)
|
||||
|
||||
"Finalizer" #10 daemon [WAITING] on java.lang.ref.NativeReferenceQueue$Lock@2a63db04
|
||||
java.lang.Thread.State: WAITING
|
||||
at java.base@17.0.17/jdk.internal.misc.Unsafe.park(Native Method)
|
||||
at java.base@17.0.17/java.util.concurrent.locks.LockSupport.park(LockSupport.java:211)
|
||||
at java.base@17.0.17/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire(AbstractQueuedSynchronizer.java:715)
|
||||
at java.base@17.0.17/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1047)
|
||||
at java.base@17.0.17/java.util.concurrent.CountDownLatch.await(CountDownLatch.java:230)
|
||||
at java.base@21.0.11/java.lang.Object.wait0(Native Method)
|
||||
at java.base@21.0.11/java.lang.Object.wait(Object.java:366)
|
||||
at java.base@21.0.11/java.lang.Object.wait(Object.java:339)
|
||||
at java.base@21.0.11/java.lang.ref.NativeReferenceQueue.await(NativeReferenceQueue.java:48)
|
||||
at java.base@21.0.11/java.lang.ref.ReferenceQueue.remove0(ReferenceQueue.java:158)
|
||||
at [email protected]/java.lang.ref.NativeReferenceQueue.remove(NativeReferenceQueue.java:89)
|
||||
at [email protected]/java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:173)
|
||||
|
||||
"server" #36 [WAITING] on java.util.concurrent.CountDownLatch$Sync@655b9ca
|
||||
java.lang.Thread.State: WAITING
|
||||
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
|
||||
at [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:221)
|
||||
at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire(AbstractQueuedSynchronizer.java:788)
|
||||
at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1133)
|
||||
at [email protected]/java.util.concurrent.CountDownLatch.await(CountDownLatch.java:230)
|
||||
at reactor.core.publisher.BlockingSingleSubscriber.blockingGet(BlockingSingleSubscriber.java:91)
|
||||
at reactor.core.publisher.Mono.block(Mono.java:1773)
|
||||
at org.springframework.boot.reactor.netty.NettyWebServer$1.run(NettyWebServer.java:231)
|
||||
|
||||
"Finalizer" #3 daemon [WAITING] on java.lang.ref.ReferenceQueue$Lock@1ac9929
|
||||
java.lang.Thread.State: WAITING
|
||||
at [email protected]/java.lang.Object.wait(Native Method)
|
||||
at [email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155)
|
||||
at [email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:176)
|
||||
at [email protected]/java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:172)
|
||||
|
||||
"DestroyJavaVM" #23 [RUNNABLE]
|
||||
"reactor-http-nio-5" #41 daemon [RUNNABLE]
|
||||
java.lang.Thread.State: RUNNABLE
|
||||
|
||||
"reactor-http-nio-5" #26 daemon [RUNNABLE]
|
||||
java.lang.Thread.State: RUNNABLE
|
||||
at [email protected]/java.lang.Thread.dumpThreads(Native Method)
|
||||
at [email protected]/java.lang.Thread.getAllStackTraces(Thread.java:1671)
|
||||
at org.apache.commons.XZlyH.ErrorUnpvzHandler.toString(BasicInfoPrinter.java:26)
|
||||
at [email protected]/java.lang.Thread.dumpThreads(Native Method)
|
||||
at [email protected]/java.lang.Thread.getAllStackTraces(Thread.java:2522)
|
||||
at org.junit.ckpSo.ErrorEexqqHandler.toString(BasicInfoPrinter.java:26)
|
||||
at com.reajason.javaweb.vul.springboot4.controller.Base64ClassLoaderController.lambda$handleFormSubmission$0(Base64ClassLoaderController.java:32)
|
||||
at com.reajason.javaweb.vul.springboot4.controller.Base64ClassLoaderController$$Lambda$1035/0x0000008801469f58.apply(Unknown Source)
|
||||
at com.reajason.javaweb.vul.springboot4.controller.Base64ClassLoaderController$$Lambda/0x00000060014a1f58.apply(Unknown Source)
|
||||
at reactor.core.publisher.MonoFlatMap$FlatMapMain.onNext(MonoFlatMap.java:132)
|
||||
at reactor.core.publisher.Operators$MonoSubscriber.complete(Operators.java:1861)
|
||||
at reactor.core.publisher.MonoCacheTime$CoordinatorSubscriber.signalCached(MonoCacheTime.java:353)
|
||||
@@ -156,23 +226,24 @@ ThreadStacks:
|
||||
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:1204)
|
||||
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
|
||||
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
||||
at java.base@17.0.17/java.lang.Thread.run(Thread.java:840)
|
||||
at java.base@21.0.11/java.lang.Thread.runWith(Thread.java:1596)
|
||||
at [email protected]/java.lang.Thread.run(Thread.java:1583)
|
||||
|
||||
"Reference Handler" #2 daemon [RUNNABLE]
|
||||
java.lang.Thread.State: RUNNABLE
|
||||
at [email protected]/java.lang.ref.Reference.waitForReferencePendingList(Native Method)
|
||||
at [email protected]/java.lang.ref.Reference.processPendingReferences(Reference.java:253)
|
||||
at [email protected]/java.lang.ref.Reference$ReferenceHandler.run(Reference.java:215)
|
||||
|
||||
"Signal Dispatcher" #4 daemon [RUNNABLE]
|
||||
"Signal Dispatcher" #11 daemon [RUNNABLE]
|
||||
java.lang.Thread.State: RUNNABLE
|
||||
|
||||
"reactor-http-nio-4" #25 daemon [RUNNABLE]
|
||||
"Reference Handler" #9 daemon [RUNNABLE]
|
||||
java.lang.Thread.State: RUNNABLE
|
||||
at java.base@17.0.17/sun.nio.ch.EPoll.wait(Native Method)
|
||||
at java.base@17.0.17/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:118)
|
||||
at java.base@17.0.17/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:129)
|
||||
at [email protected]/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
|
||||
at java.base@21.0.11/java.lang.ref.Reference.waitForReferencePendingList(Native Method)
|
||||
at java.base@21.0.11/java.lang.ref.Reference.processPendingReferences(Reference.java:246)
|
||||
at java.base@21.0.11/java.lang.ref.Reference$ReferenceHandler.run(Reference.java:208)
|
||||
|
||||
"reactor-http-nio-3" #39 daemon [RUNNABLE]
|
||||
java.lang.Thread.State: RUNNABLE
|
||||
at [email protected]/sun.nio.ch.EPoll.wait(Native Method)
|
||||
at [email protected]/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:121)
|
||||
at [email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:130)
|
||||
at [email protected]/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:142)
|
||||
at io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:62)
|
||||
at io.netty.channel.nio.NioIoHandler.select(NioIoHandler.java:668)
|
||||
at io.netty.channel.nio.NioIoHandler.run(NioIoHandler.java:434)
|
||||
@@ -181,66 +252,15 @@ ThreadStacks:
|
||||
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:1204)
|
||||
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
|
||||
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
||||
at java.base@17.0.17/java.lang.Thread.run(Thread.java:840)
|
||||
|
||||
"reactor-http-nio-3" #24 daemon [RUNNABLE]
|
||||
java.lang.Thread.State: RUNNABLE
|
||||
at [email protected]/sun.nio.ch.EPoll.wait(Native Method)
|
||||
at [email protected]/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:118)
|
||||
at [email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:129)
|
||||
at [email protected]/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
|
||||
at io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:62)
|
||||
at io.netty.channel.nio.NioIoHandler.select(NioIoHandler.java:668)
|
||||
at io.netty.channel.nio.NioIoHandler.run(NioIoHandler.java:434)
|
||||
at io.netty.channel.SingleThreadIoEventLoop.runIo(SingleThreadIoEventLoop.java:225)
|
||||
at io.netty.channel.SingleThreadIoEventLoop.run(SingleThreadIoEventLoop.java:196)
|
||||
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:1204)
|
||||
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
|
||||
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
||||
at [email protected]/java.lang.Thread.run(Thread.java:840)
|
||||
|
||||
"Common-Cleaner" #13 daemon [TIMED_WAITING] on java.lang.ref.ReferenceQueue$Lock@26f677bd
|
||||
java.lang.Thread.State: TIMED_WAITING
|
||||
at [email protected]/java.lang.Object.wait(Native Method)
|
||||
at [email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155)
|
||||
at [email protected]/jdk.internal.ref.CleanerImpl.run(CleanerImpl.java:140)
|
||||
at [email protected]/java.lang.Thread.run(Thread.java:840)
|
||||
at [email protected]/jdk.internal.misc.InnocuousThread.run(InnocuousThread.java:162)
|
||||
|
||||
"boundedElastic-evictor-1" #19 daemon [TIMED_WAITING] on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@12e3539f
|
||||
java.lang.Thread.State: TIMED_WAITING
|
||||
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
|
||||
at [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
|
||||
at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1679)
|
||||
at [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
|
||||
at [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
|
||||
at [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1062)
|
||||
at [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122)
|
||||
at [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
|
||||
at [email protected]/java.lang.Thread.run(Thread.java:840)
|
||||
|
||||
"reactor-http-nio-1" #20 daemon [RUNNABLE]
|
||||
java.lang.Thread.State: RUNNABLE
|
||||
at [email protected]/sun.nio.ch.EPoll.wait(Native Method)
|
||||
at [email protected]/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:118)
|
||||
at [email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:129)
|
||||
at [email protected]/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
|
||||
at io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:62)
|
||||
at io.netty.channel.nio.NioIoHandler.select(NioIoHandler.java:668)
|
||||
at io.netty.channel.nio.NioIoHandler.run(NioIoHandler.java:434)
|
||||
at io.netty.channel.SingleThreadIoEventLoop.runIo(SingleThreadIoEventLoop.java:225)
|
||||
at io.netty.channel.SingleThreadIoEventLoop.run(SingleThreadIoEventLoop.java:196)
|
||||
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:1204)
|
||||
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
|
||||
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
||||
at [email protected]/java.lang.Thread.run(Thread.java:840)
|
||||
at java.base@21.0.11/java.lang.Thread.runWith(Thread.java:1596)
|
||||
at [email protected]/java.lang.Thread.run(Thread.java:1583)
|
||||
|
||||
|
||||
===========================================
|
||||
|
||||
StackClassNames:
|
||||
com.reajason.javaweb.vul.springboot4.controller.Base64ClassLoaderController
|
||||
com.reajason.javaweb.vul.springboot4.controller.Base64ClassLoaderController$$Lambda$1035/0x0000008801469f58
|
||||
com.reajason.javaweb.vul.springboot4.controller.Base64ClassLoaderController$$Lambda/0x00000060014a1f58
|
||||
io.netty.channel.AbstractChannelHandlerContext
|
||||
io.netty.channel.CombinedChannelDuplexHandler
|
||||
io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext
|
||||
@@ -256,7 +276,7 @@ io.netty.handler.codec.ByteToMessageDecoder
|
||||
io.netty.util.concurrent.FastThreadLocalRunnable
|
||||
io.netty.util.concurrent.SingleThreadEventExecutor$5
|
||||
io.netty.util.internal.ThreadExecutorMap$2
|
||||
org.apache.commons.XZlyH.ErrorUnpvzHandler
|
||||
org.junit.ckpSo.ErrorEexqqHandler
|
||||
org.springframework.boot.reactor.netty.NettyWebServer$1
|
||||
reactor.core.publisher.BlockingSingleSubscriber
|
||||
reactor.core.publisher.FluxContextWrite$ContextWriteSubscriber
|
||||
|
||||
Reference in New Issue
Block a user