Return-Path: X-Original-To: apmail-mesos-issues-archive@minotaur.apache.org Delivered-To: apmail-mesos-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2871C18C46 for ; Tue, 19 May 2015 02:02:00 +0000 (UTC) Received: (qmail 23163 invoked by uid 500); 19 May 2015 02:02:00 -0000 Delivered-To: apmail-mesos-issues-archive@mesos.apache.org Received: (qmail 23149 invoked by uid 500); 19 May 2015 02:02:00 -0000 Mailing-List: contact issues-help@mesos.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@mesos.apache.org Delivered-To: mailing list issues@mesos.apache.org Received: (qmail 23140 invoked by uid 99); 19 May 2015 02:01:59 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 May 2015 02:01:59 +0000 Date: Tue, 19 May 2015 02:01:59 +0000 (UTC) From: "Littlestar (JIRA)" To: issues@mesos.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (MESOS-2749) Mesos 0.22.1 cause marathon crashed MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MESOS-2749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Littlestar updated MESOS-2749: ------------------------------ Description: I use on marathon in docker, https://github.com/mesosphere/marathon docker build -t marathon-head . when I run marathon in docker, it crased. Stack: [0x00007fe1641c8000,0x00007fe1642c9000], sp=0x00007fe1642c6b18, free space=1018k Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) C [libc.so.6+0x7b53c] cfree+0x1c Java frames: (J=compiled Java code, j=interpreted, Vv=VM code) j org.apache.mesos.MesosSchedulerDriver.start()Lorg/apache/mesos/Protos$Status;+0 j org.apache.mesos.MesosSchedulerDriver.run()Lorg/apache/mesos/Protos$Status;+1 j mesosphere.marathon.MarathonSchedulerService$$anonfun$runDriver$1$$anonfun$apply$mcV$sp$1.apply(Lorg/apache/mesos/SchedulerDriver;)Lorg/apache/mesos/Protos$Status;+1 j mesosphere.marathon.MarathonSchedulerService$$anonfun$runDriver$1$$anonfun$apply$mcV$sp$1.apply(Ljava/lang/Object;)Ljava/lang/Object;+5 j scala.Option.foreach(Lscala/Function1;)V+12 j mesosphere.marathon.MarathonSchedulerService$$anonfun$runDriver$1.apply$mcV$sp()V+15 j mesosphere.marathon.MarathonSchedulerService$$anonfun$runDriver$1.apply()V+1 j mesosphere.marathon.MarathonSchedulerService$$anonfun$runDriver$1.apply()Ljava/lang/Object;+1 j scala.concurrent.impl.Future$PromiseCompletingRunnable.liftedTree1$1()Lscala/util/Try;+8 j scala.concurrent.impl.Future$PromiseCompletingRunnable.run()V+5 j java.util.concurrent.ThreadPoolExecutor.runWorker(Ljava/util/concurrent/ThreadPoolExecutor$Worker;)V+95 j java.util.concurrent.ThreadPoolExecutor$Worker.run()V+5 j java.lang.Thread.run()V+11 v ~StubRoutines::call_stub ========================= (gdb) where #0 0x0000003768e32625 in raise () from /lib64/libc.so.6 #1 0x0000003768e33e05 in abort () from /lib64/libc.so.6 #2 0x00007f42a227c509 in os::abort(bool) () from /home/test/jdk8/jre/lib/amd64/server/libjvm.so #3 0x00007f42a2424dd5 in VMError::report_and_die() () from /home/test/jdk8/jre/lib/amd64/server/libjvm.so #4 0x00007f42a2283a31 in JVM_handle_linux_signal () from /home/test/jdk8/jre/lib/amd64/server/libjvm.so #5 0x00007f42a227ad33 in signalHandler(int, siginfo*, void*) () from /home/test/jdk8/jre/lib/amd64/server/libjvm.so #6 #7 0x0000003768e7b53c in free () from /lib64/libc.so.6 #8 0x0000003768ecf630 in freeaddrinfo () from /lib64/libc.so.6 #9 0x00007f419689fbaf in getIP () from /home/test/mesos/lib/libmesos-0.22.1.so #10 0x00007f41968da76a in operator>> () from /home/test/mesos/lib/libmesos-0.22.1.so #11 0x00007f41968da0c3 in UPID () from /home/test/mesos/lib/libmesos-0.22.1.so #12 0x00007f4195fb97f1 in create () from /home/test/mesos/lib/libmesos-0.22.1.so #13 0x00007f419619508f in start () from /home/test/mesos/lib/libmesos-0.22.1.so #14 0x00007f419697a721 in Java_org_apache_mesos_MesosSchedulerDriver_start () from /home/test/mesos/lib/libmesos-0.22.1.so #15 0x00007f428d015134 in ?? () #16 0x00007f428d014e82 in ?? () #17 0x00007f424c1f54a8 in ?? () #18 0x00007f424c4a6a30 in ?? () #19 0x00007f424c1f5508 in ?? () #20 0x00007f424c4a77f0 in ?? () #21 0x0000000000000000 in ?? () was: I use on marathon in docker, https://github.com/mesosphere/marathon docker build -t marathon-head . when I run marathon in docker, it crased. Stack: [0x00007fe1641c8000,0x00007fe1642c9000], sp=0x00007fe1642c6b18, free space=1018k Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) C [libc.so.6+0x7b53c] cfree+0x1c Java frames: (J=compiled Java code, j=interpreted, Vv=VM code) j org.apache.mesos.MesosSchedulerDriver.start()Lorg/apache/mesos/Protos$Status;+0 j org.apache.mesos.MesosSchedulerDriver.run()Lorg/apache/mesos/Protos$Status;+1 j mesosphere.marathon.MarathonSchedulerService$$anonfun$runDriver$1$$anonfun$apply$mcV$sp$1.apply(Lorg/apache/mesos/SchedulerDriver;)Lorg/apache/mesos/Protos$Status;+1 j mesosphere.marathon.MarathonSchedulerService$$anonfun$runDriver$1$$anonfun$apply$mcV$sp$1.apply(Ljava/lang/Object;)Ljava/lang/Object;+5 j scala.Option.foreach(Lscala/Function1;)V+12 j mesosphere.marathon.MarathonSchedulerService$$anonfun$runDriver$1.apply$mcV$sp()V+15 j mesosphere.marathon.MarathonSchedulerService$$anonfun$runDriver$1.apply()V+1 j mesosphere.marathon.MarathonSchedulerService$$anonfun$runDriver$1.apply()Ljava/lang/Object;+1 j scala.concurrent.impl.Future$PromiseCompletingRunnable.liftedTree1$1()Lscala/util/Try;+8 j scala.concurrent.impl.Future$PromiseCompletingRunnable.run()V+5 j java.util.concurrent.ThreadPoolExecutor.runWorker(Ljava/util/concurrent/ThreadPoolExecutor$Worker;)V+95 j java.util.concurrent.ThreadPoolExecutor$Worker.run()V+5 j java.lang.Thread.run()V+11 v ~StubRoutines::call_stub > Mesos 0.22.1 cause marathon crashed > ----------------------------------- > > Key: MESOS-2749 > URL: https://issues.apache.org/jira/browse/MESOS-2749 > Project: Mesos > Issue Type: Bug > Components: java api > Affects Versions: 0.22.1 > Reporter: Littlestar > > I use on marathon in docker, https://github.com/mesosphere/marathon > docker build -t marathon-head . > when I run marathon in docker, it crased. > Stack: [0x00007fe1641c8000,0x00007fe1642c9000], sp=0x00007fe1642c6b18, free space=1018k > Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) > C [libc.so.6+0x7b53c] cfree+0x1c > Java frames: (J=compiled Java code, j=interpreted, Vv=VM code) > j org.apache.mesos.MesosSchedulerDriver.start()Lorg/apache/mesos/Protos$Status;+0 > j org.apache.mesos.MesosSchedulerDriver.run()Lorg/apache/mesos/Protos$Status;+1 > j mesosphere.marathon.MarathonSchedulerService$$anonfun$runDriver$1$$anonfun$apply$mcV$sp$1.apply(Lorg/apache/mesos/SchedulerDriver;)Lorg/apache/mesos/Protos$Status;+1 > j mesosphere.marathon.MarathonSchedulerService$$anonfun$runDriver$1$$anonfun$apply$mcV$sp$1.apply(Ljava/lang/Object;)Ljava/lang/Object;+5 > j scala.Option.foreach(Lscala/Function1;)V+12 > j mesosphere.marathon.MarathonSchedulerService$$anonfun$runDriver$1.apply$mcV$sp()V+15 > j mesosphere.marathon.MarathonSchedulerService$$anonfun$runDriver$1.apply()V+1 > j mesosphere.marathon.MarathonSchedulerService$$anonfun$runDriver$1.apply()Ljava/lang/Object;+1 > j scala.concurrent.impl.Future$PromiseCompletingRunnable.liftedTree1$1()Lscala/util/Try;+8 > j scala.concurrent.impl.Future$PromiseCompletingRunnable.run()V+5 > j java.util.concurrent.ThreadPoolExecutor.runWorker(Ljava/util/concurrent/ThreadPoolExecutor$Worker;)V+95 > j java.util.concurrent.ThreadPoolExecutor$Worker.run()V+5 > j java.lang.Thread.run()V+11 > v ~StubRoutines::call_stub > ========================= > (gdb) where > #0 0x0000003768e32625 in raise () from /lib64/libc.so.6 > #1 0x0000003768e33e05 in abort () from /lib64/libc.so.6 > #2 0x00007f42a227c509 in os::abort(bool) () from /home/test/jdk8/jre/lib/amd64/server/libjvm.so > #3 0x00007f42a2424dd5 in VMError::report_and_die() () from /home/test/jdk8/jre/lib/amd64/server/libjvm.so > #4 0x00007f42a2283a31 in JVM_handle_linux_signal () from /home/test/jdk8/jre/lib/amd64/server/libjvm.so > #5 0x00007f42a227ad33 in signalHandler(int, siginfo*, void*) () from /home/test/jdk8/jre/lib/amd64/server/libjvm.so > #6 > #7 0x0000003768e7b53c in free () from /lib64/libc.so.6 > #8 0x0000003768ecf630 in freeaddrinfo () from /lib64/libc.so.6 > #9 0x00007f419689fbaf in getIP () from /home/test/mesos/lib/libmesos-0.22.1.so > #10 0x00007f41968da76a in operator>> () from /home/test/mesos/lib/libmesos-0.22.1.so > #11 0x00007f41968da0c3 in UPID () from /home/test/mesos/lib/libmesos-0.22.1.so > #12 0x00007f4195fb97f1 in create () from /home/test/mesos/lib/libmesos-0.22.1.so > #13 0x00007f419619508f in start () from /home/test/mesos/lib/libmesos-0.22.1.so > #14 0x00007f419697a721 in Java_org_apache_mesos_MesosSchedulerDriver_start () from /home/test/mesos/lib/libmesos-0.22.1.so > #15 0x00007f428d015134 in ?? () > #16 0x00007f428d014e82 in ?? () > #17 0x00007f424c1f54a8 in ?? () > #18 0x00007f424c4a6a30 in ?? () > #19 0x00007f424c1f5508 in ?? () > #20 0x00007f424c4a77f0 in ?? () > #21 0x0000000000000000 in ?? () -- This message was sent by Atlassian JIRA (v6.3.4#6332)