-
Bug
-
Resolution: Unresolved
-
P3
-
24
This is not a new problem but past issues have just had test specific point fixes to try and alleviate the issue.
--------------- T H R E A D ---------------
Current thread (0x00007f1cb1e8aa50): JavaThread "Thread-6478122" daemon [_thread_new, id=27711, stack(0x00007f1ac2ff1000,0x00007f1ac30f1000) (1024K)]
Stack: [0x00007f1ac2ff1000,0x00007f1ac30f1000], sp=0x00007f1ac30efa40, free space=1018k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [libjvm.so+0xfc300c] VMError::report_and_die(int, char const*, char const*, __va_list_tag*, Thread*, unsigned char*, void*, void*, char const*, int, unsigned long)+0x2bc (os_linux.cpp:2938)
V [libjvm.so+0xfc3abd] (vmError.cpp:1616)
V [libjvm.so+0x6d6c5d] (debug.cpp:227)
V [libjvm.so+0xd4490f] os::Linux::commit_memory_impl(char*, unsigned long, bool) [clone .part.0]+0xdf (os_linux.cpp:2938)
V [libjvm.so+0xd44a5e] os::pd_commit_memory(char*, unsigned long, bool)+0x5e (os_linux.cpp:2915)
V [libjvm.so+0xd39d6d] os::commit_memory(char*, unsigned long, bool)+0x1d (os.cpp:2148)
V [libjvm.so+0xe3f1c7] StackOverflow::create_stack_guard_pages()+0x57 (stackOverflow.cpp:97)
V [libjvm.so+0x952d0c] JavaThread::run()+0x1c (javaThread.cpp:723)
V [libjvm.so+0xf3347f] Thread::call_run()+0x9f (thread.cpp:232)
V [libjvm.so+0xd43176] thread_native_entry(Thread*)+0xd6 (os_linux.cpp:858)
Lock stack of current Java thread (top to bottom):
--------------- T H R E A D ---------------
Current thread (0x00007f1cb1e8aa50): JavaThread "Thread-6478122" daemon [_thread_new, id=27711, stack(0x00007f1ac2ff1000,0x00007f1ac30f1000) (1024K)]
Stack: [0x00007f1ac2ff1000,0x00007f1ac30f1000], sp=0x00007f1ac30efa40, free space=1018k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [libjvm.so+0xfc300c] VMError::report_and_die(int, char const*, char const*, __va_list_tag*, Thread*, unsigned char*, void*, void*, char const*, int, unsigned long)+0x2bc (os_linux.cpp:2938)
V [libjvm.so+0xfc3abd] (vmError.cpp:1616)
V [libjvm.so+0x6d6c5d] (debug.cpp:227)
V [libjvm.so+0xd4490f] os::Linux::commit_memory_impl(char*, unsigned long, bool) [clone .part.0]+0xdf (os_linux.cpp:2938)
V [libjvm.so+0xd44a5e] os::pd_commit_memory(char*, unsigned long, bool)+0x5e (os_linux.cpp:2915)
V [libjvm.so+0xd39d6d] os::commit_memory(char*, unsigned long, bool)+0x1d (os.cpp:2148)
V [libjvm.so+0xe3f1c7] StackOverflow::create_stack_guard_pages()+0x57 (stackOverflow.cpp:97)
V [libjvm.so+0x952d0c] JavaThread::run()+0x1c (javaThread.cpp:723)
V [libjvm.so+0xf3347f] Thread::call_run()+0x9f (thread.cpp:232)
V [libjvm.so+0xd43176] thread_native_entry(Thread*)+0xd6 (os_linux.cpp:858)
Lock stack of current Java thread (top to bottom):
- relates to
-
JDK-8318302 ThreadCountLimit.java failed with "Native memory allocation (mprotect) failed to protect 16384 bytes for memory to guard stack pages"
-
- Resolved
-