Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8084066 | emb-9 | Chris Plummer | P4 | Resolved | Fixed | team |
OPERATING SYSTEM:
--------------------
Linux 2.4.21-37.ELsmp #1 SMP Wed Sep 7 13:28:55 EDT 2005 i686 i686 i386 GNU/Linux
FULL JDK VERSION:
-------------------
java version "1.6.0_06"
Java(TM) SE Runtime Environment (build 1.6.0_06-b02)
Java HotSpot(TM) Client VM (build 10.0-b22, mixed mode, sharing)
DESCRIPTION:
------------
Running any application while setting the stack size to 16K (i.e. running with the option -Xss16k) causes a segmentation fault.
RECREATION STEPS
----------------
Just run any java application as follows:
java -Xss16k classname
--------------------
Linux 2.4.21-37.ELsmp #1 SMP Wed Sep 7 13:28:55 EDT 2005 i686 i686 i386 GNU/Linux
FULL JDK VERSION:
-------------------
java version "1.6.0_06"
Java(TM) SE Runtime Environment (build 1.6.0_06-b02)
Java HotSpot(TM) Client VM (build 10.0-b22, mixed mode, sharing)
DESCRIPTION:
------------
Running any application while setting the stack size to 16K (i.e. running with the option -Xss16k) causes a segmentation fault.
RECREATION STEPS
----------------
Just run any java application as follows:
java -Xss16k classname
- backported by
-
JDK-8084066 Setting stack size to 16K causes segmentation fault
-
- Resolved
-
- relates to
-
JDK-8177015 STACK_SIZE_MINIMUM of 32k is not always enough for Mac OS X
-
- Resolved
-
-
JDK-8222334 java -Xss0 triggers StackOverflowError
-
- Resolved
-