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

Michael Armbrust commented on MESOS-37:
---------------------------------------

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7ffff67aa700 (LWP 1431)]
0x00007ffff6f211d0 in jni_GetObjectClass () from 
/usr/lib/jvm/java-6-sun-1.6.0.26/jre/lib/amd64/server/libjvm.so
(gdb) bt
#0  0x00007ffff6f211d0 in jni_GetObjectClass () from 
/usr/lib/jvm/java-6-sun-1.6.0.26/jre/lib/amd64/server/libjvm.so
#1  0x00007ffff0c2c878 in JNIEnv_::GetObjectClass (env=0x401149d0, 
jobj=0x7ffff7ff7000) at /usr/lib/jvm/java-6-sun/include/jni.h:868
#2  construct<mesos::ExecutorInfo> (env=0x401149d0, jobj=0x7ffff7ff7000) at 
java/jni/construct.cpp:298
#3  0x00007ffff0c2fc17 in Java_org_apache_mesos_MesosSchedulerDriver_initialize 
(env=0x401149d0, thiz=0x7ffff67a8e20) at 
java/jni/org_apache_mesos_MesosSchedulerDriver.cpp:463
#4  0x00007ffff2925d6e in ?? ()
#5  0x0000000040114800 in ?? ()
#6  0x00000000828081a0 in ?? ()
#7  0x00007ffff67a8dc0 in ?? ()
#8  0x00000000832e69b8 in ?? ()
#9  0x00007ffff67a8e20 in ?? ()
#10 0x00000000832e7050 in ?? ()
#11 0x0000000000000000 in ?? ()

                
> Compilation broken on Ubuntu Lucid (twitter branch)
> ---------------------------------------------------
>
>                 Key: MESOS-37
>                 URL: https://issues.apache.org/jira/browse/MESOS-37
>             Project: Mesos
>          Issue Type: Bug
>            Reporter: Michael Armbrust
>
> The first problem is as follows:
> WAR [20111013-16:53:27.595] deploylib: /bin/sh: pushd: not found
> WAR [20111013-16:53:27.595] deploylib: python2.6: can't open file 'setup.py': 
> [Errno 2] No such file or directory
> WAR [20111013-16:53:27.595] deploylib: /bin/sh: popd: not found
> WAR [20111013-16:53:27.595] deploylib: make[1]: *** [../lib/python/mesos.py] 
> Error 127
> WAR [20111013-16:53:27.595] deploylib: make: *** [src] Error 2
> WAR [20111013-16:53:27.595] deploylib: install: cannot stat 
> `./bin/killtree.sh': No such file or directory
> WAR [20111013-16:53:27.595] deploylib: make: *** [install] Error 1
> I was able to work around this issue by running "rm /bin/sh; ln -s /bin/bash 
> /bin/sh".  However then I ran into this issue:
> g++ -o ../../bin/tests/process_spawn process_spawn.cpp
> process_spawn.cpp: In function 'void dummywait()':
> process_spawn.cpp:16: error: 'getchar' was not declared in this scope
> process_spawn.cpp:16: error: 'EOF' was not declared in this scope
> process_spawn.cpp:17: error: 'INT_MAX' was not declared in this scope
> make[2]: *** [../../bin/tests/process_spawn] Error 1
> make[2]: Leaving directory `/home/ubuntu/mesos/src/tests'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory `/home/ubuntu/mesos/src'
> make: *** [src] Error 2

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to