You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Littlestar (JIRA)" <ji...@apache.org> on 2015/05/19 03:45:02 UTC

[jira] [Comment Edited] (MESOS-2749) Mesos 0.22.1 cause marathon crashed

    [ https://issues.apache.org/jira/browse/MESOS-2749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14549636#comment-14549636 ] 

Littlestar edited comment on MESOS-2749 at 5/19/15 1:44 AM:
------------------------------------------------------------

I checked libmesos.so, I think It must just expose needed symbol only.
{noformat}
{
 global:
	JNI_OnLoad;
   	JNI_OnUnload;
	*Java_org_apache_mesos*;
 local:
       *;
};
{noformat}


was (Author: cnstar9988):
I checked libmesos.so, I think It must just expose needed symbol only.
{
 global:
	JNI_OnLoad;
   	JNI_OnUnload;
	*Java_org_apache_mesos*;
 local:
       *;
};


> 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 .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



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)