-
Bug
-
Resolution: Fixed
-
P3
-
hs19, 5.0, 6u14
-
b02
-
generic, x86, sparc
-
generic, linux, solaris_10
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2202382 | 7 | Coleen Phillimore | P3 | Closed | Fixed | b118 |
JDK-2205908 | 6u25 | Coleen Phillimore | P3 | Closed | Fixed | b01 |
From email:
This customer has been testing it.. [increasing StackShadowPages]
The value of 4 worked OK but when they tried 5, the JVM crashed with a hs_err log.
The error was
# Internal Error (os_solaris.cpp:4840), pid=6555, tid=2
# Error: guarantee((Solaris::min_stack_allowed >= (StackYellowPages+StackRedPages+StackShadowPages+BytesPerWord +1) * page_size),"need to increase Solaris::min_stack_allowed on this platform")
They had -Xss set to 1024k.
ulimit in the shell was 8192.
What is the min_stack_allowed parameter?
This customer has been testing it.. [increasing StackShadowPages]
The value of 4 worked OK but when they tried 5, the JVM crashed with a hs_err log.
The error was
# Internal Error (os_solaris.cpp:4840), pid=6555, tid=2
# Error: guarantee((Solaris::min_stack_allowed >= (StackYellowPages+StackRedPages+StackShadowPages+BytesPerWord +1) * page_size),"need to increase Solaris::min_stack_allowed on this platform")
They had -Xss set to 1024k.
ulimit in the shell was 8192.
What is the min_stack_allowed parameter?
- backported by
-
JDK-2202382 guarantee((Solaris::min_stack_allowed >= (StackYellowPages+StackRedPages...) wrong
-
- Closed
-
-
JDK-2205908 guarantee((Solaris::min_stack_allowed >= (StackYellowPages+StackRedPages...) wrong
-
- Closed
-
- duplicates
-
JDK-6346701 stack overflow in native method results in segfault, not a StackOverflowError
-
- Closed
-
- relates to
-
JDK-6885308 The incorrect -XX:StackRedPages, -XX:StackShadowPages, -XX:StackYellowPages could cause VM crash
-
- Closed
-
-
JDK-6983989 JVM native socket code uses too much of the stack
-
- Closed
-