[
https://issues.apache.org/jira/browse/MESOS-2414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14347814#comment-14347814
]
Niklas Quarfot Nielsen commented on MESOS-2414:
-----------------------------------------------
Using java 8 was the crux; I can reproduce now.
{code}
(gdb) bt
#0 0x00007fea8184a0d5 in raise () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00007fea8184d83b in abort () from /lib/x86_64-linux-gnu/libc.so.6
#2 0x00007fea81174915 in os::abort(bool) ()
from /usr/lib/jvm/java-8-oracle/jre/lib/amd64/server/libjvm.so
#3 0x00007fea81308213 in VMError::report_and_die() ()
from /usr/lib/jvm/java-8-oracle/jre/lib/amd64/server/libjvm.so
#4 0x00007fea8117999f in JVM_handle_linux_signal ()
from /usr/lib/jvm/java-8-oracle/jre/lib/amd64/server/libjvm.so
#5 0x00007fea81170933 in signalHandler(int, siginfo*, void*) ()
from /usr/lib/jvm/java-8-oracle/jre/lib/amd64/server/libjvm.so
#6 <signal handler called>
#7 0x00007fea80f2fb07 in jni_IsInstanceOf ()
from /usr/lib/jvm/java-8-oracle/jre/lib/amd64/server/libjvm.so
#8 0x00007fe9fea416c1 in JNIEnv_::IsInstanceOf ()
from /home/vagrant/mesos/build/src/.libs/libmesos-0.22.0.so
#9 0x00007fe9fea41010 in getFieldID () from
/home/vagrant/mesos/build/src/.libs/libmesos-0.22.0.so
#10 0x00007fe9fea482bf in Java_org_apache_mesos_MesosSchedulerDriver_initialize
()
from /home/vagrant/mesos/build/src/.libs/libmesos-0.22.0.so
#11 0x00007fea6c3904d4 in ?? ()
#12 0x00000000d6d17a70 in ?? ()
#13 0x00007fe9ebcfb0b8 in ?? ()
#14 0x0000000000000000 in ?? ()
{code}
> Java bindings segfault during framework shutdown
> ------------------------------------------------
>
> Key: MESOS-2414
> URL: https://issues.apache.org/jira/browse/MESOS-2414
> Project: Mesos
> Issue Type: Bug
> Reporter: Niklas Quarfot Nielsen
> Assignee: Niklas Quarfot Nielsen
>
> {code}
> I0226 16:39:59.063369 626044928 sched.cpp:831] Stopping framework
> '20150220-141149-16777343-5050-45194-0000'
> [2015-02-26 16:39:59,063] INFO Driver future completed. Executing optional
> abdication command. (mesosphere.marathon.MarathonSchedulerService:191)
> [2015-02-26 16:39:59,065] INFO Setting framework ID to
> 20150220-141149-16777343-5050-45194-0000
> (mesosphere.marathon.MarathonSchedulerService:75)
> #
> # A fatal error has been detected by the Java Runtime Environment:
> #
> # SIGSEGV (0xb) at pc=0x0000000106a266d0, pid=99408, tid=44291
> #
> # JRE version: Java(TM) SE Runtime Environment (8.0_25-b17) (build
> 1.8.0_25-b17)
> # Java VM: Java HotSpot(TM) 64-Bit Server VM (25.25-b02 mixed mode bsd-amd64
> compressed oops)
> # Problematic frame:
> # V [libjvm.dylib+0x4266d0] Klass::is_subtype_of(Klass*) const+0x4
> #
> # 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:
> # /Users/corpsi/projects/marathon/hs_err_pid99408.log
> #
> # If you would like to submit a bug report, please visit:
> # http://bugreport.sun.com/bugreport/crash.jsp
> #
> Abort trap: 6
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)