-
Notifications
You must be signed in to change notification settings - Fork 234
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crashing after update to MacOS 14.5 #304
Comments
--------------- P R O C E S S --------------- Java Threads: ( => current thread ) Other Threads: VM state:at safepoint (normal execution) VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event]) heap address: 0x00000006c6400000, size: 3996 MB, Compressed Oops mode: Zero based, Oop shift amount: 3 Heap: Card table byte_map: [0x00007ffffcf27000,0x00007ffffd6f6000] byte_map_base: 0x00007ffff98f5000 Marking Bits: (ParMarkBitMap*) 0x00007fffff39f7c0 Polling page: 0x00007fffff7d4000 CodeCache: size=245760Kb used=4214Kb max_used=4221Kb free=241545Kb Compilation events (10 events): GC Heap History (4 events): Deoptimization events (10 events): Classes redefined (0 events): Internal exceptions (10 events): Events (10 events): Dynamic libraries: VM Arguments: Environment Variables: Signal Handlers: --------------- S Y S T E M --------------- OS:PRETTY_NAME="Debian GNU/Linux 10 (buster)" uname:Linux 6.6.26-linuxkit #1 SMP Sat Apr 27 04:13:19 UTC 2024 x86_64 /proc/meminfo: CPU:total 10 (initial active 10) (1 cores per cpu, 1 threads per core) family 6 model 44 stepping 0, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, aes, clmul, tsc, tscinvbit, tscinv /proc/cpuinfo: processor : 1 processor : 2 processor : 3 processor : 4 processor : 5 processor : 6 processor : 7 processor : 8 processor : 9 Memory: 4k page, physical 16360016k(13099108k free), swap 1572860k(1572860k free) vm_info: OpenJDK 64-Bit Server VM (25.272-b10) for linux-amd64 JRE (1.8.0_272-b10), built on Oct 19 2020 11:11:12 by "openjdk" with gcc 4.4.7 20120313 (Red Hat 4.4.7-23) time: Mon May 20 03:46:35 2024 |
Actual Behaviour
DynamoDB local will crash as soon as local serverless starts
Expected Behaviour
It was not crashing before macOS 14.5
Steps to reproduce it
Update to macOS 14.5
LogCat for the issue
var/dynamodb_local/hs_err_pid1.log
`#
A fatal error has been detected by the Java Runtime Environment:
Internal Error (synchronizer.cpp:1453), pid=1, tid=0x00007fffe1f4c700
guarantee(obj->mark() == markOopDesc::encode(mid)) failed: invariant
JRE version: OpenJDK Runtime Environment (8.0_272-b10) (build 1.8.0_272-b10)
Java VM: OpenJDK 64-Bit Server VM (25.272-b10 mixed mode linux-amd64 compressed oops)
Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
If you would like to submit a bug report, please visit:
http://bugreport.java.com/bugreport/crash.jsp
--------------- T H R E A D ---------------
Current thread (0x00007ffff81e9000): VMThread [stack: 0x00007fffe1e4d000,0x00007fffe1f4d000] [id=17]
Stack: [0x00007fffe1e4d000,0x00007fffe1f4d000], sp=0x00007fffe1f4b740, free space=1017k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [libjvm.so+0xad572d] VMError::report_and_die()+0x15d
V [libjvm.so+0x4f0be2] report_vm_error(char const*, int, char const*, char const*)+0x62
V [libjvm.so+0xa42086] ObjectSynchronizer::deflate_monitor(ObjectMonitor*, oopDesc*, ObjectMonitor**, ObjectMonitor**)+0x56
V [libjvm.so+0xa426ce] ObjectSynchronizer::deflate_idle_monitors()+0x35e
V [libjvm.so+0x9ca0f3] SafepointSynchronize::do_cleanup_tasks()+0x63
V [libjvm.so+0x9cba54] SafepointSynchronize::begin()+0x864
V [libjvm.so+0xaddf0f] VMThread::loop()+0x1ef
V [libjvm.so+0xade3d3] VMThread::run()+0x83
V [libjvm.so+0x934d32] java_start(Thread*)+0x132
VM_Operation (0x00007fffe1d495b0): RevokeBias, mode: safepoint, requested by thread 0x00007ffff81f7000
`
The text was updated successfully, but these errors were encountered: