Github user RussellSpitzer commented on the pull request:
https://github.com/apache/spark/pull/11317#issuecomment-218052162
I don't think this is because of me
```
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (sharedRuntime.cpp:834), pid=27637, tid=140000737998592
# fatal error: exception happened outside interpreter, nmethods and vtable
stubs at pc 0x00007f54dd188231
#
# JRE version: Java(TM) SE Runtime Environment (8.0_60-b27) (build
1.8.0_60-b27)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.60-b23 mixed mode
linux-amd64 compressed oops)
# Failed to write core dump. Core dumps have been disabled. To enable core
dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /home/jenkins/workspace/SparkPullRequestBuilder@2/hs_err_pid27637.log
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
#
Traceback (most recent call last):
File "/usr/lib64/pypy-2.5.1/lib-python/2.7/SocketServer.py", line 295, in
_handle_request_noblock
self.process_request(request, client_address)
File "/usr/lib64/pypy-2.5.1/lib-python/2.7/SocketServer.py", line 321, in
process_request
self.finish_request(request, client_address)
File "/usr/lib64/pypy-2.5.1/lib-python/2.7/SocketServer.py", line 334, in
finish_request
self.RequestHandlerClass(request, client_address, self)
File "/usr/lib64/pypy-2.5.1/lib-python/2.7/SocketServer.py", line 655, in
__init__
self.handle()
File
"/home/jenkins/workspace/SparkPullRequestBuilder@2/python/pyspark/accumulators.py",
line 235, in handle
num_updates = read_int(self.rfile)
File
"/home/jenkins/workspace/SparkPullRequestBuilder@2/python/pyspark/serializers.py",
line 545, in read_int
raise EOFError
EOFError
ERROR:py4j.java_gateway:An error occurred while trying to connect to the
Java server (127.0.0.1:40970)
Traceback (most recent call last):
File
"/home/jenkins/workspace/SparkPullRequestBuilder@2/python/lib/py4j-0.9.2-src.zip/py4j/java_gateway.py",
line 713, in start
self.socket.connect((self.address, self.port))
File "<string>", line 1, in connect
error: [Errno 111] Connection refused
```
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]