JDK-4739594 : JVM_handle_solaris_signal calling unknown userland routine when handling SIGPIPE
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 1.3.1
  • Priority: P1
  • Status: Closed
  • Resolution: Duplicate
  • OS: solaris_8
  • CPU: sparc
  • Submitted: 2002-08-30
  • Updated: 2002-09-20
  • Resolved: 2002-09-20
Related Reports
Duplicate :  
Relates :  
Relates :  
Relates :  
Description
During the execution of the ThreadLocalStorage::set_thread() code,
it encountered an error condition triggerring a SIGPIPE (broken pipe).
The signal was passed to the JVM signal handler (JVM_handle_solaris_signa)
and somehow ran a misaligned routine (which causes SIGILL).

Comments
WORK AROUND Use 1.3.1_05.
11-06-2004

SUGGESTED FIX None
11-06-2004

PUBLIC COMMENTS None
10-06-2004

EVALUATION This bug is fixed in 1.3.1_05 with the fix for #4703547. ###@###.### 2002-09-20
20-09-2002