JDK-7079763 : Shouldn't socketoutputstream_socketwrite throw a stackoverflowexception?
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.net
  • Affected Version: 6u26
  • Priority: P2
  • Status: Closed
  • Resolution: Won't Fix
  • OS: generic
  • CPU: generic
  • Submitted: 2011-08-16
  • Updated: 2014-11-19
  • Resolved: 2011-09-16
Related Reports
Relates :  
Relates :  
Relates :  
Description
SHORT SUMMARY:

Java_java_net_SocketOutputStream_socketWrite0() writes beyond the red guard 
page causing a sigsegv.

INDICATORS:

crash (to be described in bug desc)

COUNTER INDICATORS:

no crash

TRIGGERS:

jdk 6u26

KNOWN WORKAROUND:

Increasing stacksize and increasing shadowpages showed some success as a
workaround, but the customer continued to see crashes even after increasing
stacksize to 3M and shadowpages to 10. One crash had one thread with a
stacksize of 3M and over 13000 frames in the stack. 

PRESENT SINCE:

fcs presumably

HOW TO VERIFY:

run testcase (to be attached)

NOTES FOR SE:

None

REGRESSION:

no info

Comments
EVALUATION see comments.
17-08-2011