-
Notifications
You must be signed in to change notification settings - Fork 841
SIGSEGV immediately after zookeeper session initiation (with both OpenJDK and Oracle JDK) #1352
Comments
Error report file at: https://gist.github.com/wwalker/8ec3fca78ce7858a0d9e |
Simple bt on the core file: Core was generated by `java -Djava.library.path=/usr/local/lib:/usr/lib:/usr/lib64 -Djava.util.logging'. |
zookeeper-client on the same machine seems to connect just fine. |
I believe I am experiencing a similar issue in a few environments. I believe this may be due to Cody from the Mesosphere team also pointed me to https://issues.apache.org/jira/browse/MESOS-2636 which may be directly related |
This has been hopefully solved by running Marathon 0.8.2-RC3 with Mesos 0.22.1 (Master+Libraries). Please reopen if the problem persists. |
Immediately after zookeeper session establishment is complete, Java throws a SIGSEGV. This occurs both with OpenJDK and with Oracle JDK
marathon-0.8.1-1.0.171.el6.x86_64
jdk-1.7.0_75-fcs.x86_64
(almost identical messages with java-1.8.0-openjdk-1.8.0.31-5.b13.fc21.x86_64)
Mar 31 11:36:56 control marathon[25108]: [2015-03-31 11:36:56,850] INFO Starting Marathon 0.8.1 (mesosphere.marathon.Main$:20)
Mar 31 11:36:58 control marathon[25108]: [2015-03-31 11:36:58,172] INFO Connecting to Zookeeper... (mesosphere.marathon.Main$:39)
Mar 31 11:36:58 control marathon[25108]: [2015-03-31 11:36:58,179] INFO Client environment:zookeeper.version=3.3.3-1203054, built on 11/17/2011 05:47 GMT (org.apache.zookeeper.ZooKeeper:97)
Mar 31 11:36:58 control marathon[25108]: [2015-03-31 11:36:58,179] INFO Client environment:host.name= (org.apache.zookeeper.ZooKeeper:97)
Mar 31 11:36:58 control marathon[25108]: [2015-03-31 11:36:58,179] INFO Client environment:java.version=1.7.0_75 (org.apache.zookeeper.ZooKeeper:97)
Mar 31 11:36:58 control marathon[25108]: [2015-03-31 11:36:58,179] INFO Client environment:java.vendor=Oracle Corporation (org.apache.zookeeper.ZooKeeper:97)
Mar 31 11:36:58 control marathon[25108]: [2015-03-31 11:36:58,179] INFO Client environment:java.home=/usr/java/jdk1.7.0_75/jre (org.apache.zookeeper.ZooKeeper:97)
Mar 31 11:36:58 control marathon[25108]: [2015-03-31 11:36:58,180] INFO Client environment:java.class.path=/usr/bin/marathon2 (org.apache.zookeeper.ZooKeeper:97)
Mar 31 11:36:58 control marathon[25108]: [2015-03-31 11:36:58,180] INFO Client environment:java.library.path=/usr/local/lib:/usr/lib:/usr/lib64 (org.apache.zookeeper.ZooKeeper:97)
Mar 31 11:36:58 control marathon[25108]: [2015-03-31 11:36:58,180] INFO Client environment:java.io.tmpdir=/tmp (org.apache.zookeeper.ZooKeeper:97)
Mar 31 11:36:58 control marathon[25108]: [2015-03-31 11:36:58,180] INFO Client environment:java.compiler= (org.apache.zookeeper.ZooKeeper:97)
Mar 31 11:36:58 control marathon[25108]: [2015-03-31 11:36:58,180] INFO Client environment:os.name=Linux (org.apache.zookeeper.ZooKeeper:97)
Mar 31 11:36:58 control marathon[25108]: [2015-03-31 11:36:58,180] INFO Client environment:os.arch=amd64 (org.apache.zookeeper.ZooKeeper:97)
Mar 31 11:36:58 control marathon[25108]: [2015-03-31 11:36:58,180] INFO Client environment:os.version=2.6.32-504.12.2.el6.x86_64 (org.apache.zookeeper.ZooKeeper:97)
Mar 31 11:36:58 control marathon[25108]: [2015-03-31 11:36:58,180] INFO Client environment:user.name=root (org.apache.zookeeper.ZooKeeper:97)
Mar 31 11:36:58 control marathon[25108]: [2015-03-31 11:36:58,181] INFO Client environment:user.home=/root (org.apache.zookeeper.ZooKeeper:97)
Mar 31 11:36:58 control marathon[25108]: [2015-03-31 11:36:58,182] INFO Client environment:user.dir=/var/log (org.apache.zookeeper.ZooKeeper:97)
Mar 31 11:36:58 control marathon[25108]: [2015-03-31 11:36:58,183] INFO Initiating client connection, connectString=172.18.15.152:2181 sessionTimeout=10000 watcher=com.twitter.common.zookeeper.ZooKeeperClient$3@64e6b46f (org.apache.zookeeper.ZooKeeper:379)
Mar 31 11:36:58 control marathon[25108]: [2015-03-31 11:36:58,191] INFO Opening socket connection to server /172.18.15.152:2181 (org.apache.zookeeper.ClientCnxn:1061)
Mar 31 11:36:58 control marathon[25108]: [2015-03-31 11:36:58,195] INFO Socket connection established to 172.18.15.152/172.18.15.152:2181, initiating session (org.apache.zookeeper.ClientCnxn:950)
Mar 31 11:36:58 control marathon[25108]: [2015-03-31 11:36:58,199] INFO Session establishment complete on server 172.18.15.152/172.18.15.152:2181, sessionid = 0x14c6f8e034901d0, negotiated timeout = 10000 (org.apache.zookeeper.ClientCnxn:739)
Mar 31 11:36:58 control marathon[25108]: #
Mar 31 11:36:58 control marathon[25108]: # A fatal error has been detected by the Java Runtime Environment:
Mar 31 11:36:58 control marathon[25108]: #
Mar 31 11:36:58 control marathon[25108]: # SIGSEGV (0xb) at pc=0x00007ffd6b74553c, pid=25108, tid=140726418175744
Mar 31 11:36:58 control marathon[25108]: #
Mar 31 11:36:58 control marathon[25108]: # JRE version: Java(TM) SE Runtime Environment (7.0_75-b13) (build 1.7.0_75-b13)
Mar 31 11:36:58 control marathon[25108]: # Java VM: Java HotSpot(TM) 64-Bit Server VM (24.75-b04 mixed mode linux-amd64 compressed oops)
Mar 31 11:36:58 control marathon[25108]: # Problematic frame:
Mar 31 11:36:58 control marathon[25108]: # C [libc.so.6+0x7b53c] cfree+0x1c
Mar 31 11:36:58 control marathon[25108]: #
Mar 31 11:36:58 control marathon[25108]: # Core dump written. Default location: /var/log/core or core.25108
Mar 31 11:36:58 control marathon[25108]: #
Mar 31 11:36:58 control marathon[25108]: # An error report file with more information is saved as:
Mar 31 11:36:58 control marathon[25108]: # /var/log/hs_err_pid25108.log
Mar 31 11:36:58 control marathon[25108]: #
Mar 31 11:36:58 control marathon[25108]: # If you would like to submit a bug report, please visit:
Mar 31 11:36:58 control marathon[25108]: # http://bugreport.sun.com/bugreport/crash.jsp
Mar 31 11:36:58 control marathon[25108]: #
The text was updated successfully, but these errors were encountered: