Actions
Task #3350
closedOSX 10.11 slaves have issues with Java
Start date:
11/23/2015
Due date:
% Done:
100%
Estimated time:
Description
Not sure what happened, but OSX 10.11 slaves are not functioning properly due to some java problem (crash). I have tried to update to the latest JDK, but the problem stays the same. Here is part of the created crash report:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGILL (0x4) at pc=0x0000000111050237, pid=12113, tid=17667
#
# JRE version: Java(TM) SE Runtime Environment (8.0_66-b17) (build 1.8.0_66-b17)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.66-b17 mixed mode bsd-amd64 compressed oops)
# Problematic frame:
# J 1264 C2 java.io.ObjectInputStream.readClassDesc(Z)Ljava/io/ObjectStreamClass; (105 bytes) @ 0x0000000111050237 [0x0000000111049520+0x6d17]
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
#
Updated by Alex Afanasyev almost 10 years ago
- Assignee set to Alex Afanasyev
I have updated slaves. Not sure why it got broken, but I have changed a few parameters of the virtualization: removed faking CPU identification (--cpuidset 00000001 000306a9 04100800 7fbae3ff bfebfbff) that is necessary on some hardware.
Updated by Alex Afanasyev almost 10 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Updated by Alex Afanasyev almost 10 years ago
- Status changed from Feedback to Closed
Slaves seem to be working without problem after the fix.
Actions