Call JNI вызывает аварию JVM (SIGSEGV), если не задерживается, как изолировать или предотвратить?JAVA

Программисты JAVA общаются здесь
Ответить Пред. темаСлед. тема
Anonymous
 Call JNI вызывает аварию JVM (SIGSEGV), если не задерживается, как изолировать или предотвратить?

Сообщение Anonymous »

Я использую CAS-сервер с пользовательской аутентификацией. Во время аутентификации я расшифровываю пароль, используя вызов JNI в стороннюю нативную библиотеку (у меня нет доступа к его источнику). Я использую Java 21. < /p>
Проблема: < /p>
Если я вызову метод JNI сразу после запуска сервера (вскоре после того, как сервер CAS «готов»), JVM сбоя с Sigsegv. Однако, если я буду ждать 2–3 минуты, тот же самый вызов JNI преуспевает без проблем. < /P>
Я пробовал -< /p>
1] Обертывание JNI Call в Try -Catch (JVM все еще сбой). < /P>
2]. Раннее, но не позже?
Foundation: V24.3.13.0(230969), 08-Jul-2025 04:50:11 Copyright 2025, company Inc - Build 12
ICU: 76.1, Copyright (C) 2016 and later: Unicode, Inc. and others. License & terms of use: http://www.unicode.org/copyright.html
RSA BSAFE: RSA BSAFE Micro Edition Suite 4.3.2.1, 2018-01-30 21:57
SOFTWARE Crypto Module: 4.3.2.1, 2018-01-30 21:57
Description: Oracle Linux Server release 8.10
Release: 8.10
Codename: n/a
Current limit on CORE file size: 15.999 EiB (18446744073709551615)
Current address space limit: 15.999 EiB (18446744073709551615)
Current file descriptor limit: 1024
Current top of heap: 94860528103424

Process received signal 11 (SIGSEGV)
code 1 ()
Signal data: errno=0, fault addr=0x20
No machine context
Missing separate debuginfo for /opt/application/jre/bin/java
Try: yum --enablerepo='*debug*' install /usr/lib/debug/.build-id/8b/571585b2d395d42e751e63b17aba4144ec349c.debug
[New LWP 897618]
[New LWP 897619]
[New LWP 897620]
[New LWP 897621]
[New LWP 897622]
[New LWP 897623]
[New LWP 897624]
[New LWP 897625]
Missing separate debuginfo for /opt/application/jre/bin/../lib/libjli.so
Try: yum --enablerepo='*debug*' install /usr/lib/debug/.build-id/55/74128c0bdc884c1d4f736323a1dc5561e17367.debug
[Thread debugging using libthread_db enabled]
Try: yum --enablerepo='*debug*' install /usr/lib/debug/.build-id/55/74128c0bdc884c1d4f736323a1dc5561e17367.debug
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Missing separate debuginfo for /opt/application/jre/lib/server/libjvm.so
Try: yum --enablerepo='*debug*' install /usr/lib/debug/.build-id/49/34540b579d9101bbd3c39efa21c742dd9a1837.debug
Missing separate debuginfo for /opt/application/jre/lib/libjimage.so
Try: yum --enablerepo='*debug*' install /usr/lib/debug/.build-id/42/0cbf3611010d56ad9d392b8e887d2f927fbabc.debug
Missing separate debuginfo for /opt/application/jre/lib/libjava.so
Try: yum --enablerepo='*debug*' install /usr/lib/debug/.build-id/e6/0e387872dc780db8484be51ce269fbf7897c1f.debug
Missing separate debuginfo for /opt/application/jre/lib/libjsvml.so
Try: yum --enablerepo='*debug*' install /usr/lib/debug/.build-id/47/927f94609cfc2a1b79043499e307c6e0346b2c.debug
Missing separate debuginfo for /opt/application/jre/lib/libnio.so
Try: yum --enablerepo='*debug*' install /usr/lib/debug/.build-id/5d/4b09ffca220844a061cd9ba1d03ea40d382fab.debug
Missing separate debuginfo for /opt/application/jre/lib/libnet.so
Try: yum --enablerepo='*debug*' install /usr/lib/debug/.build-id/5f/6ce56a8a1758d8215461fa823ca8da31548413.debug
Missing separate debuginfo for /opt/application/jre/lib/libzip.so
Try: yum --enablerepo='*debug*' install /usr/lib/debug/.build-id/99/4b296f6be2757ab458fdc1cc1e0178a62599c6.debug
Missing separate debuginfo for /opt/application/jre/lib/libmanagement.so
Try: yum --enablerepo='*debug*' install /usr/lib/debug/.build-id/df/599e9f6fd828361d92c97f9140bfc6a20825ca.debug
Missing separate debuginfo for /opt/application/jre/lib/libmanagement_ext.so
Try: yum --enablerepo='*debug*' install /usr/lib/debug/.build-id/87/085120dd377edd1f6f1109392f566325539dbe.debug
Missing separate debuginfo for /opt/application/jre/lib/libverify.so
Try: yum --enablerepo='*debug*' install /usr/lib/debug/.build-id/26/8a569ee5a25dd65657b3a3571a8f47350d0faf.debug
Missing separate debuginfo for /opt/application/jre/lib/libextnet.so
Try: yum --enablerepo='*debug*' install /usr/lib/debug/.build-id/69/ddfff539bb657bf739d19279da11b4185cede1.debug
0x00007f9795a6170d in __pthread_timedjoin_ex () from /lib64/libpthread.so.0

Thread 72 (Thread 0x7f96998ed700 (LWP 897742)):
#0 0x00007f9795a668c8 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1 0x00007f9794c11cf7 in Parker::park(bool, long) () from /opt/application/jre/lib/server/libjvm.so
#2 0x00007f9794eb2364 in Unsafe_Park () from /opt/application/jre/lib/server/libjvm.so
#3 0x00007f977ec36d63 in ?? ()
#4 0x00000006ce17f108 in ?? ()
#5 0x00000006ce17f108 in ?? ()
#6 0x00007f96998ec510 in ?? ()
#7 0x00007f971b84ce70 in ?? ()
#8 0x0000000000000003 in ?? ()
#9 0x00007f971b1a54e0 in ?? ()
#10 0x0000000000000000 in ?? ()

Thread 71 (Thread 0x7f96999ee700 (LWP 897741)):
#0 0x00007f9795a664dc in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1 0x00007f9794c11db3 in Parker::park(bool, long) () from /opt/application/jre/lib/server/libjvm.so
#2 0x00007f9794eb2364 in Unsafe_Park () from /opt/application/jre/lib/server/libjvm.so
#3 0x00007f977ec36d63 in ?? ()
#4 0x00000006ce17f108 in ?? ()
#5 0x00007f978f7ec170 in ?? ()
#6 0x0000000000000004 in ?? ()
#7 0x00007f978f7ec170 in ?? ()
#8 0x0000000000000000 in ?? ()

Thread 70 (Thread 0x7f9699aef700 (LWP 897740)):
#0 0x00007f97955b0b41 in poll () from /lib64/libc.so.6
#1 0x00007f9795ed6f9a in Java_sun_nio_fs_LinuxWatchService_poll () from /opt/application/jre/lib/libnio.so
#2 0x00007f977e411ac0 in ?? ()
#3 0x00007f97139ac84f in ?? ()
#4 0x0000000000000009 in ?? ()
#5 0x00007f97139aca38 in ?? ()
#6 0x00007f9699aee858 in ?? ()
#7 0x0000000000000000 in ?? ()

Thread 69 (Thread 0x7f96f95b3700 (LWP 897738)):
#0 0x00007f97954cd3cc in sigtimedwait () from /lib64/libc.so.6
#1 0x00007f9795a6a8fc in sigwait () from /lib64/libpthread.so.0
#2 0x00007f96fa5af494 in AwaitSIG (arg=) at /work/redcurrent/company-DMT-24.3.13.0/12/company/platform/thread/posix/sthread.c:1495
#3 0x00007f9795a601da in start_thread () from /lib64/libpthread.so.0
#4 0x00007f97954b78d3 in clone () from /lib64/libc.so.6

Thread 68 (Thread 0x7f97183bd700 (LWP 897726)):
#0 0x00007f97955b0b41 in poll () from /lib64/libc.so.6
#1 0x00007f9795ed6f9a in Java_sun_nio_fs_LinuxWatchService_poll () from /opt/application/jre/lib/libnio.so
#2 0x00007f977e411ac0 in ?? ()
#3 0x00007f97139ac84f in ?? ()
#4 0x0000000000000009 in ?? ()
#5 0x00007f97139aca38 in ?? ()
#6 0x00007f97183bc858 in ?? ()
#7 0x0000000000000000 in ?? ()

Thread 67 (Thread 0x7f97184be700 (LWP 897725)):
#0 0x00007f9795a668c8 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1 0x00007f9794c11cf7 in Parker::park(bool, long) () from /opt/application/jre/lib/server/libjvm.so
#2 0x00007f9794eb2364 in Unsafe_Park () from /opt/application/jre/lib/server/libjvm.so
#3 0x00007f977ec36d63 in ?? ()
#4 0x00000006ce17f108 in ?? ()
#5 0x00007f978f581770 in ?? ()
#6 0x0000000000000000 in ?? ()

Thread 66 (Thread 0x7f97185bf700 (LWP 897724)):
#0 0x00007f9795a668c8 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1 0x00007f9794c11a0f in PlatformEvent::park_nanos(long) () from /opt/application/jre/lib/server/libjvm.so
#2 0x00007f9794be0fcd in ObjectMonitor::wait(long, bool, JavaThread*) () from /opt/application/jre/lib/server/libjvm.so
#3 0x00007f9794e2d594 in ObjectSynchronizer::wait(Handle, long, JavaThread*) () from /opt/application/jre/lib/server/libjvm.so
#4 0x00007f97948ef01f in JVM_MonitorWait () from /opt/application/jre/lib/server/libjvm.so
#5 0x00007f977eb618e1 in ?? ()
#6 0x00000006d4fa7188 in ?? ()
#7 0x00007f9713e5d974 in ?? ()
#8 0x00007f97185be968 in ?? ()
#9 0x00007f978f4d2ef0 in ?? ()
#10 0x00007f97185be8d0 in ?? ()
#11 0x00007f9794805bb1 in InterpreterRuntime::monitorexit(BasicObjectLock*) () from /opt/application/jre/lib/server/libjvm.so
#12 0x00007f977811598c in ?? ()
#13 0x00000006d8cc8a48 in ?? ()
#14 0x0000000000000000 in ?? ()

Thread 65 (Thread 0x7f97186c0700 (LWP 897723)):
#0 0x00007f9795a668c8 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1 0x00007f9794c11a0f in PlatformEvent::park_nanos(long) () from /opt/application/jre/lib/server/libjvm.so
#2 0x00007f9794be0fcd in ObjectMonitor::wait(long, bool, JavaThread*) () from /opt/application/jre/lib/server/libjvm.so
#3 0x00007f9794e2d594 in ObjectSynchronizer::wait(Handle, long, JavaThread*) () from /opt/application/jre/lib/server/libjvm.so
#4 0x00007f97948ef01f in JVM_MonitorWait () from /opt/application/jre/lib/server/libjvm.so
#5 0x00007f977eb618e1 in ?? ()
#6 0x00000006d4f91dd0 in ?? ()
#7 0x00007f9794a8b401 in LinkResolver::resolve_method(LinkInfo const&, Bytecodes::Code, JavaThread*) () from /opt/application/jre/lib/server/libjvm.so
#8 0x00007f977811598c in ?? ()
#9 0x0000000000000007 in ?? ()
#10 0x0000000000000130 in ?? ()
#11 0x00007f9700000013 in ?? ()
#12 0x90f03f53ce85da44 in ?? ()
#13 0x00007f96c0001cb8 in ?? ()
#14 0x0000000000000150 in ?? ()
#15 0x00000000000001f4 in ?? ()
#16 0x00000006d4f91dd0 in ?? ()
#17 0xffffffffffffffff in ?? ()
#18 0x0000000000000000 in ?? ()

Thread 64 (Thread 0x7f97187c1700 (LWP 897722)):
#0 0x00007f9795a668c8 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1 0x00007f9794c11a0f in PlatformEvent::park_nanos(long) () from /opt/application/jre/lib/server/libjvm.so
#2 0x00007f9794be0fcd in ObjectMonitor::wait(long, bool, JavaThread*) () from /opt/application/jre/lib/server/libjvm.so
#3 0x00007f9794e2d594 in ObjectSynchronizer::wait(Handle, long, JavaThread*) () from /opt/application/jre/lib/server/libjvm.so
#4 0x00007f97948ef01f in JVM_MonitorWait () from /opt/application/jre/lib/server/libjvm.so
#5 0x00007f977eb618e1 in ?? ()
#6 0x00000006d4f91c30 in ?? ()
#7 0x00007f97187c0a68 in ?? ()
#8 0x00007f971b4c9ae8 in ?? ()
#9 0x00000000000001f4 in ?? ()
#10 0x00000006d89bdf08 in ?? ()
#11 0x00007f971b4c9ae8 in ?? ()
#12 0x000000000000020a in ?? ()
#13 0x00007f97187c0a10 in ?? ()
#14 0x00007f97187c0a10 in ?? ()
#15 0x00007f977811598c in ?? ()
#16 0x00007f97187c0968 in ?? ()
#17 0x0000000000000130 in ?? ()
#18 0x00007f971015e910 in ?? ()
#19 0x0000000010500001 in ?? ()
#20 0x00000006d89c15d8 in ?? ()
#21 0x00007f971015e910 in ?? ()
#22 0x00000000000001f4 in ?? ()
#23 0x00000006d4f91c30 in ?? ()
#24 0xffffffffffffffff in ?? ()
#25 0x00007f977778125b in ?? ()
#26 0x000000770000005b in ?? ()
#27 0x0000000000000000 in ?? ()

Thread 63 (Thread 0x7f97188c2700 (LWP 897721)):
#0 0x00007f9795a668c8 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1 0x00007f9794c11a0f in PlatformEvent::park_nanos(long) () from /opt/application/jre/lib/server/libjvm.so
#2 0x00007f9794be0fcd in ObjectMonitor::wait(long, bool, JavaThread*) () from /opt/application/jre/lib/server/libjvm.so
#3 0x00007f9794e2d594 in ObjectSynchronizer::wait(Handle, long, JavaThread*) () from /opt/application/jre/lib/server/libjvm.so
#4 0x00007f97948ef01f in JVM_MonitorWait () from /opt/application/jre/lib/server/libjvm.so
#5 0x00007f977eb618e1 in ?? ()
#6 0x00000006d4f91a98 in ?? ()
#7 0x00007f9794a8b401 in LinkResolver::resolve_method(LinkInfo const&, Bytecodes::Code, JavaThread*) () from /opt/application/jre/lib/server/libjvm.so
#8 0x00007f977811598c in ?? ()
#9 0x0000000000000007 in ?? ()
#10 0x0000000000000130 in ?? ()
#11 0x00007f9700000013 in ?? ()
#12 0x90f03f53ce85da44 in ?? ()
#13 0x00007f96b8001498 in ?? ()
#14 0x0000000000000150 in ?? ()
#15 0x00000000000001f4 in ?? ()
#16 0x00000006d4f91a98 in ?? ()
#17 0xffffffffffffffff in ?? ()
#18 0x0000000000000000 in ?? ()

Thread 62 (Thread 0x7f97189c3700 (LWP 897720)):
#0 0x00007f9795a668c8 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1 0x00007f9794c11a0f in PlatformEvent::park_nanos(long) () from /opt/application/jre/lib/server/libjvm.so
#2 0x00007f9794be0fcd in ObjectMonitor::wait(long, bool, JavaThread*) () from /opt/application/jre/lib/server/libjvm.so
#3 0x00007f9794e2d594 in ObjectSynchronizer::wait(Handle, long, JavaThread*) () from /opt/application/jre/lib/server/libjvm.so
#4 0x00007f97948ef01f in JVM_MonitorWait () from /opt/application/jre/lib/server/libjvm.so
#5 0x00007f977eb618e1 in ?? ()
#6 0x00000006d4f91900 in ?? ()
#7 0x00007f9794a8b401 in LinkResolver::resolve_method(LinkInfo const&, Bytecodes::Code, JavaThread*) () from /opt/application/jre/lib/server/libjvm.so
#8 0x00007f977811598c in ?? ()
#9 0x0000000000000007 in ?? ()
#10 0x0000000000000130 in ?? ()
#11 0x00007f9700000013 in ?? ()
#12 0x90f03f53ce85da44 in ?? ()
#13 0x00007f96ac08e998 in ?? ()
#14 0x0000000000000150 in ?? ()
#15 0x00000000000001f4 in ?? ()
#16 0x00000006d4f91900 in ?? ()
#17 0xffffffffffffffff in ?? ()
#18 0x0000000000000000 in ?? ()

Thread 61 (Thread 0x7f9718fc9700 (LWP 897719)):
#0 0x00007f9795a668c8 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1 0x00007f9794c11a0f in PlatformEvent::park_nanos(long) () from /opt/application/jre/lib/server/libjvm.so
#2 0x00007f9794be0fcd in ObjectMonitor::wait(long, bool, JavaThread*) () from /opt/application/jre/lib/server/libjvm.so
#3 0x00007f9794e2d594 in ObjectSynchronizer::wait(Handle, long, JavaThread*) () from /opt/application/jre/lib/server/libjvm.so
#4 0x00007f97948ef01f in JVM_MonitorWait () from /opt/application/jre/lib/server/libjvm.so
#5 0x00007f977eb618e1 in ?? ()
#6 0x00000006d4f91768 in ?? ()
#7 0x00007f9794a8b401 in LinkResolver::resolve_method(LinkInfo const&, Bytecodes::Code, JavaThread*) () from /opt/application/jre/lib/server/libjvm.so
#8 0x00007f977811598c in ?? ()
#9 0x0000000000000007 in ?? ()
#10 0x0000000000000130 in ?? ()
#11 0x00007f9700000013 in ?? ()
#12 0x90f03f53ce85da44 in ?? ()
#13 0x00007f96b0001498 in ?? ()
#14 0x0000000000000150 in ?? ()
#15 0x00000000000001f4 in ?? ()
#16 0x00000006d4f91768 in ?? ()
#17 0xffffffffffffffff in ?? ()
#18 0x0000000000000000 in ?? ()

Thread 60 (Thread 0x7f9718ec8700 (LWP 897718)):
#0 0x00007f9795a668c8 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1 0x00007f9794c11a0f in PlatformEvent::park_nanos(long) () from /opt/application/jre/lib/server/libjvm.so
#2 0x00007f9794be0fcd in ObjectMonitor::wait(long, bool, JavaThread*) () from /opt/application/jre/lib/server/libjvm.so
#3 0x00007f9794e2d594 in ObjectSynchronizer::wait(Handle, long, JavaThread*) () from /opt/application/jre/lib/server/libjvm.so
#4 0x00007f97948ef01f in JVM_MonitorWait () from /opt/application/jre/lib/server/libjvm.so
#5 0x00007f977eb618e1 in ?? ()
#6 0x00000006d4f915d0 in ?? ()
#7 0x00007f9794a8b401 in LinkResolver::resolve_method(LinkInfo const&, Bytecodes::Code, JavaThread*) () from /opt/application/jre/lib/server/libjvm.so
#8 0x00007f977811598c in ?? ()
#9 0x0000000000000007 in ?? ()
#10 0x0000000000000130 in ?? ()
#11 0x00007f9700000013 in ?? ()
#12 0x90f03f53ce85da44 in ?? ()
#13 0x00007f96a4001498 in ?? ()
#14 0x0000000000000150 in ?? ()
#15 0x00000000000001f4 in ?? ()
#16 0x00000006d4f915d0 in ?? ()
#17 0xffffffffffffffff in ?? ()
#18 0x0000000000000000 in ?? ()

Thread 59 (Thread 0x7f9718ac4700 (LWP 897717)):
#0 0x00007f9795a668c8 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1 0x00007f9794c11a0f in PlatformEvent::park_nanos(long) () from /opt/application/jre/lib/server/libjvm.so
#2 0x00007f9794be0fcd in ObjectMonitor::wait(long, bool, JavaThread*) () from /opt/application/jre/lib/server/libjvm.so
#3 0x00007f9794e2d594 in ObjectSynchronizer::wait(Handle, long, JavaThread*) () from /opt/application/jre/lib/server/libjvm.so
#4 0x00007f97948ef01f in JVM_MonitorWait () from /opt/application/jre/lib/server/libjvm.so
#5 0x00007f977eb618e1 in ?? ()
#6 0x00000006d4f91438 in ?? ()
#7 0x00007f9794a8b401 in LinkResolver::resolve_method(LinkInfo const&, Bytecodes::Code, JavaThread*) () from /opt/application/jre/lib/server/libjvm.so
#8 0x00007f977811598c in ?? ()
#9 0x0000000000000007 in ?? ()
#10 0x0000000000000130 in ?? ()
#11 0x00007f9700000013 in ?? ()
#12 0x90f03f53ce85da44 in ?? ()
#13 0x00007f96a8001498 in ?? ()
#14 0x0000000000000150 in ?? ()
#15 0x00000000000001f4 in ?? ()
#16 0x00000006d4f91438 in ?? ()
#17 0xffffffffffffffff in ?? ()
#18 0x0000000000000000 in ?? ()

Thread 58 (Thread 0x7f9718dc7700 (LWP 897716)):
#0 0x00007f9795a668c8 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1 0x00007f9794c11a0f in PlatformEvent::park_nanos(long) () from /opt/application/jre/lib/server/libjvm.so
#2 0x00007f9794be0fcd in ObjectMonitor::wait(long, bool, JavaThread*) () from /opt/application/jre/lib/server/libjvm.so
#3 0x00007f9794e2d594 in ObjectSynchronizer::wait(Handle, long, JavaThread*) () from /opt/application/jre/lib/server/libjvm.so
#4 0x00007f97948ef01f in JVM_MonitorWait () from /opt/application/jre/lib/server/libjvm.so
#5 0x00007f977eb618e1 in ?? ()
#6 0x00000006d4f911e8 in ?? ()
#7 0x00007f9794a8b401 in LinkResolver::resolve_method(LinkInfo const&, Bytecodes::Code, JavaThread*) () from /opt/application/jre/lib/server/libjvm.so
#8 0x00007f977811598c in ?? ()
#9 0x0000000000000007 in ?? ()
#10 0x0000000000000130 in ?? ()
#11 0x00007f9700000013 in ?? ()
#12 0x90f03f53ce85da44 in ?? ()
#13 0x00007f969c001498 in ?? ()
#14 0x0000000000000150 in ?? ()
#15 0x00000000000001f4 in ?? ()
#16 0x00000006d4f911e8 in ?? ()
#17 0xffffffffffffffff in ?? ()
#18 0x0000000000000000 in ?? ()

Thread 57 (Thread 0x7f9718bc5700 (LWP 897715)):
#0 0x00007f9795a668c8 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1 0x00007f9794c11a0f in PlatformEvent::park_nanos(long) () from /opt/application/jre/lib/server/libjvm.so
#2 0x00007f9794be0fcd in ObjectMonitor::wait(long, bool, JavaThread*) () from /opt/application/jre/lib/server/libjvm.so
#3 0x00007f9794e2d594 in ObjectSynchronizer::wait(Handle, long, JavaThread*) () from /opt/application/jre/lib/server/libjvm.so
#4 0x00007f97948ef01f in JVM_MonitorWait () from /opt/application/jre/lib/server/libjvm.so
#5 0x00007f977eb618e1 in ?? ()
#6 0x00000006d4f91078 in ?? ()
#7 0x00007f9794a8b401 in LinkResolver::resolve_method(LinkInfo const&, Bytecodes::Code, JavaThread*) () from /opt/application/jre/lib/server/libjvm.so
#8 0x00007f977811598c in ?? ()
#9 0x0000000000000007 in ?? ()
#10 0x0000000000000130 in ?? ()
#11 0x00007f9700000013 in ?? ()
#12 0x90f03f53ce85da44 in ?? ()
#13 0x00005646701079c8 in ?? ()
#14 0x0000000000000150 in ?? ()
#15 0x00000000000001f4 in ?? ()
#16 0x00000006d4f91078 in ?? ()
#17 0xffffffffffffffff in ?? ()
#18 0x0000000000000000 in ?? ()

Thread 56 (Thread 0x7f97190ca700 (LWP 897714)):
#0 0x00007f9795a668c8 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1 0x00007f9794c11a0f in PlatformEvent::park_nanos(long) () from /opt/application/jre/lib/server/libjvm.so
#2 0x00007f9794be0fcd in ObjectMonitor::wait(long, bool, JavaThread*) () from /opt/application/jre/lib/server/libjvm.so
#3 0x00007f9794e2d594 in ObjectSynchronizer::wait(Handle, long, JavaThread*) () from /opt/application/jre/lib/server/libjvm.so
#4 0x00007f97948ef01f in JVM_MonitorWait () from /opt/application/jre/lib/server/libjvm.so
#5 0x00007f977eb618e1 in ?? ()
#6 0x00000006d4f90f68 in ?? ()
#7 0x00007f97190c9a68 in ?? ()
#8 0x00007f97190c99b0 in ?? ()
#9 0x0000000000000000 in ?? ()

Thread 55 (Thread 0x7f9718cc6700 (LWP 897713)):
#0 0x00007f9795a668c8 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1 0x00007f9794c11cf7 in Parker::park(bool, long) () from /opt/application/jre/lib/server/libjvm.so
#2 0x00007f9794eb2364 in Unsafe_Park () from /opt/application/jre/lib/server/libjvm.so
#3 0x00007f977ec36d63 in ?? ()
#4 0x00000006ce17f108 in ?? ()
#5 0x00000006ce17f108 in ?? ()
#6 0x00007f9718cc5570 in ?? ()
#7 0x00007f971b84ce70 in ?? ()
#8 0x0000000000000003 in ?? ()
#9 0x00007f971b1a54e0 in ?? ()
#10 0x0000000000000000 in ?? ()

Thread 54 (Thread 0x7f97191cb700 (LWP 897712)):
#0 0x00007f97955b0b41 in poll () from /lib64/libc.so.6
#1 0x00007f9795ed6f9a in Java_sun_nio_fs_LinuxWatchService_poll () from /opt/application/jre/lib/libnio.so
#2 0x00007f977e411ac0 in ?? ()
#3 0x00007f97139ac84f in ?? ()
#4 0x0000000000000009 in ?? ()
#5 0x00007f97139aca38 in ?? ()
#6 0x00007f97191ca858 in ?? ()
#7 0x0000000000000000 in ?? ()

Thread 53 (Thread 0x7f97192cc700 (LWP 897703)):
#0 0x00007f9795a6682a in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1 0x00007f9794c11cf7 in Parker::park(bool, long) () from /opt/application/jre/lib/server/libjvm.so
#2 0x00007f9794eb2364 in Unsafe_Park () from /opt/application/jre/lib/server/libjvm.so
#3 0x00007f977ec36d63 in ?? ()
#4 0x00000006ce17f108 in ?? ()
#5 0x00007f9795580d8a in clock_gettime@GLIBC_2.2.5 () from /lib64/libc.so.6
#6 0x00007f9794c11523 in os::javaTimeMillis() () from /opt/application/jre/lib/server/libjvm.so
#7 0x00007f9777885aa4 in ?? ()
#8 0x00007f971b145c48 in ?? ()
#9 0x00000006d2800710 in ?? ()
#10 0x0000000000000000 in ?? ()

Thread 52 (Thread 0x7f97193cd700 (LWP 897702)):
#0 0x00007f9795a664dc in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1 0x00007f9794c11db3 in Parker::park(bool, long) () from /opt/application/jre/lib/server/libjvm.so
#2 0x00007f9794eb2364 in Unsafe_Park () from /opt/application/jre/lib/server/libjvm.so
#3 0x00007f977ec36d63 in ?? ()
#4 0x00000006ce17f108 in ?? ()
#5 0x00000007ffcade78 in ?? ()
#6 0x00007f971b348890 in ?? ()
#7 0x0000000000000000 in ?? ()

Thread 51 (Thread 0x7f97194ce700 (LWP 897701)):
#0 0x00007f9795a69b34 in read () from /lib64/libpthread.so.0
#1 0x00007f96fa5b520b in _lineread (fd=27, buf=buf@entry=0x7f97194c57d0 "\004", bufsz=bufsz@entry=100) at /work/redcurrent/company-DMT-24.3.13.0/12/company/platform/misc/posix/POSIX_stackdump.c:716
#2 0x00007f96fa5b5573 in sm_POSIXstacktrace (fd=fd@entry=-1, stdinfo=stdinfo@entry=0, line=line@entry=466, file=file@entry=0x7f96fa7a9570 "/work/redcurrent/company-DMT-24.3.13.0/12/company/platform/misc/posix/POSIX_stackdump.c") at /work/redcurrent/company-DMT-24.3.13.0/12/company/platform/misc/posix/POSIX_stackdump.c:548
#3 0x00007f96fa5b56a1 in sm_LINUXstacktrace (fd=fd@entry=-1, stdinfo=stdinfo@entry=0) at /work/redcurrent/company-DMT-24.3.13.0/12/company/platform/misc/posix/POSIX_stackdump.c:466
#4 0x00007f96fa5b0637 in fatalHandler (sig=11, info=, context=) at /work/redcurrent/company-DMT-24.3.13.0/12/company/platform/thread/posix/sthread.c:928
#5
#6 0x00007f977eb3de98 in ?? ()
#7 0x0000000600000001 in ?? ()
#8 0x00000006e74b3fb8 in ?? ()
#9 0x00000006e74b3ee0 in ?? ()
#10 0x00000006d7a059b0 in ?? ()
#11 0x00000006d7a059b0 in ?? ()
#12 0x00000006d7a05928 in ?? ()
#13 0x00000006e74b40e8 in ?? ()
#14 0x00000006d7a059b0 in ?? ()
#15 0x00000006d7a05928 in ?? ()
#16 0x0000000600000000 in ?? ()
#17 0x00000006e74b3fb8 in ?? ()
#18 0x00000006e74b4400 in ?? ()
#19 0x00000006d7a059f8 in ?? ()
#20 0x00000006e74b3ee0 in ?? ()
#21 0x0000000000000000 in ?? ()

Thread 50 (Thread 0x7f97195cf700 (LWP 897700)):
#0 0x00007f9795a664dc in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1 0x00007f9794c11db3 in Parker::park(bool, long) () from /opt/application/jre/lib/server/libjvm.so
#2 0x00007f9794eb2364 in Unsafe_Park () from /opt/application/jre/lib/server/libjvm.so
#3 0x00007f977ec36d63 in ?? ()
#4 0x00000006ce17f108 in ?? ()
#5 0x0000000000000000 in ?? ()

Thread 49 (Thread 0x7f97196d0700 (LWP 897699)):
#0 0x00007f9795a668c8 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1 0x00007f9794c11cf7 in Parker::park(bool, long) () from /opt/application/jre/lib/server/libjvm.so
#2 0x00007f9794eb2364 in Unsafe_Park () from /opt/application/jre/lib/server/libjvm.so
#3 0x00007f977e411ac0 in ?? ()
#4 0x00007f97196cf548 in ?? ()
#5 0x00007f97196cf5b8 in ?? ()
#6 0x00007f977e40d180 in ?? ()
#7 0x00000007ffbe5850 in ?? ()
#8 0x00007f97196cf550 in ?? ()
#9 0x0000000000000000 in ?? ()

Thread 48 (Thread 0x7f97197d1700 (LWP 897698)):
#0 0x00007f9795a668c8 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1 0x00007f9794c11cf7 in Parker::park(bool, long) () from /opt/application/jre/lib/server/libjvm.so
#2 0x00007f9794eb2364 in Unsafe_Park () from /opt/application/jre/lib/server/libjvm.so
#3 0x00007f977e411ac0 in ?? ()
#4 0x00007f97197d0618 in ?? ()
#5 0x00007f97197d0688 in ?? ()
#6 0x00007f977e40d180 in ?? ()
#7 0x00000006e02516b8 in ?? ()
#8 0x00007f97197d0620 in ?? ()
#9 0x0000000000000000 in ?? ()

Thread 47 (Thread 0x7f97198d2700 (LWP 897697)):
#0 0x00007f9795a668c8 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1 0x00007f9794c11cf7 in Parker::park(bool, long) () from /opt/application/jre/lib/server/libjvm.so
#2 0x00007f9794eb2364 in Unsafe_Park () from /opt/application/jre/lib/server/libjvm.so
#3 0x00007f977e411ac0 in ?? ()
#4 0x00007f97198d1618 in ?? ()
#5 0x00007f97198d1688 in ?? ()
#6 0x00007f977e40d180 in ?? ()
#7 0x00000006e02516b8 in ?? ()
#8 0x00007f97198d1620 in ?? ()
#9 0x0000000000000000 in ?? ()

Thread 46 (Thread 0x7f97199d3700 (LWP 897696)):
#0 0x00007f9795a668c8 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1 0x00007f9794c11cf7 in Parker::park(bool, long) () from /opt/application/jre/lib/server/libjvm.so
#2 0x00007f9794eb2364 in Unsafe_Park () from /opt/application/jre/lib/server/libjvm.so
#3 0x00007f977e411ac0 in ?? ()
#4 0x00007f97199d2618 in ?? ()
#5 0x00007f97199d2688 in ?? ()
#6 0x00007f977e40d180 in ?? ()
#7 0x00000006e02516b8 in ?? ()
#8 0x00007f97199d2620 in ?? ()
#9 0x0000000000000000 in ?? ()

Thread 45 (Thread 0x7f9719ad4700 (LWP 897695)):
#0 0x00007f9795a668c8 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1 0x00007f9794c11cf7 in Parker::park(bool, long) () from /opt/application/jre/lib/server/libjvm.so
#2 0x00007f9794eb2364 in Unsafe_Park () from /opt/application/jre/lib/server/libjvm.so
#3 0x00007f977e411ac0 in ?? ()
#4 0x00007f9719ad3618 in ?? ()
#5 0x00007f9719ad3688 in ?? ()
#6 0x00007f977e40d180 in ?? ()
#7 0x00000006e02516b8 in ?? ()
#8 0x00007f9719ad3620 in ?? ()
#9 0x0000000000000000 in ?? ()

Thread 44 (Thread 0x7f9719bd5700 (LWP 897694)):
#0 0x00007f9795a668c8 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1 0x00007f9794c11cf7 in Parker::park(bool, long) () from /opt/application/jre/lib/server/libjvm.so
#2 0x00007f9794eb2364 in Unsafe_Park () from /opt/application/jre/lib/server/libjvm.so
#3 0x00007f977e411ac0 in ?? ()
#4 0x00007f9719bd4618 in ?? ()
#5 0x00007f9719bd4688 in ?? ()
#6 0x00007f977e40d180 in ?? ()
#7 0x00000006e02516b8 in ?? ()
#8 0x00007f9719bd4620 in ?? ()
#9 0x0000000000000000 in ?? ()

Thread 43 (Thread 0x7f9719cd6700 (LWP 897693)):
#0 0x00007f9795a668c8 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1 0x00007f9794c11cf7 in Parker::park(bool, long) () from /opt/application/jre/lib/server/libjvm.so
#2 0x00007f9794eb2364 in Unsafe_Park () from /opt/application/jre/lib/server/libjvm.so
#3 0x00007f977e411ac0 in ?? ()
#4 0x00007f9719cd5618 in ?? ()
#5 0x00007f9719cd5688 in ?? ()
#6 0x00007f977e40d180 in ?? ()
#7 0x00000006e02516b8 in ?? ()
#8 0x00007f9719cd5620 in ?? ()
#9 0x0000000000000000 in ?? ()

Thread 42 (Thread 0x7f9719dd7700 (LWP 897692)):
#0 0x00007f9795a668c8 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1 0x00007f9794c11cf7 in Parker::park(bool, long) () from /opt/application/jre/lib/server/libjvm.so
#2 0x00007f9794eb2364 in Unsafe_Park () from /opt/application/jre/lib/server/libjvm.so
#3 0x00007f977e411ac0 in ?? ()
#4 0x00007f9719dd6618 in ?? ()
#5 0x00007f9719dd6688 in ?? ()
#6 0x00007f977e40d180 in ?? ()
#7 0x00000006e02516b8 in ?? ()
#8 0x00007f9719dd6620 in ?? ()
#9 0x0000000000000000 in ?? ()


Подробнее здесь: https://stackoverflow.com/questions/797 ... or-prevent
Реклама
Ответить Пред. темаСлед. тема

Быстрый ответ

Изменение регистра текста: 
Смайлики
:) :( :oops: :roll: :wink: :muza: :clever: :sorry: :angel: :read: *x)
Ещё смайлики…
   
К этому ответу прикреплено по крайней мере одно вложение.

Если вы не хотите добавлять вложения, оставьте поля пустыми.

Максимально разрешённый размер вложения: 15 МБ.

  • Похожие темы
    Ответы
    Просмотры
    Последнее сообщение
  • IBM JVM Java Core Dump создан на аварию
    Anonymous » » в форуме JAVA
    0 Ответы
    15 Просмотры
    Последнее сообщение Anonymous
  • IBM JVM Java Core Dump создан на аварию
    Anonymous » » в форуме JAVA
    0 Ответы
    19 Просмотры
    Последнее сообщение Anonymous
  • Расширение Maui Markup вызывает аварию при первом вызове
    Anonymous » » в форуме C#
    0 Ответы
    5 Просмотры
    Последнее сообщение Anonymous
  • Расширение Maui Markup вызывает аварию при первом вызове
    Anonymous » » в форуме C#
    0 Ответы
    1 Просмотры
    Последнее сообщение Anonymous
  • Расширение Maui Markup вызывает аварию при первом вызове
    Anonymous » » в форуме C#
    0 Ответы
    4 Просмотры
    Последнее сообщение Anonymous

Вернуться в «JAVA»