You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by "Bill Zhao (Commented) (JIRA)" <ji...@apache.org> on 2011/11/15 02:13:51 UTC

[jira] [Commented] (MESOS-32) Mac OS X Lion errors

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

Bill Zhao commented on MESOS-32:
--------------------------------


############################# New Issue ###################################

(gdb) run
Starting program: /Users/billz/mesos/bin/mesos-master 
Reading symbols for shared libraries +++++................................ done
I1114 17:07:40.351624 1980725600 logging.cpp:70] Logging to /Users/billz/mesos/logs
I1114 17:07:40.354549 1980725600 main.cpp:95] Build: 2011-11-14 17:02:44 by billz
I1114 17:07:40.354590 1980725600 main.cpp:96] Starting Mesos master
I1114 17:07:40.356147 18759680 master.cpp:264] Master started at mesos://master@128.32.44.213:5050
I1114 17:07:40.356173 1980725600 webui.cpp:81] Starting master web server on port 8080
I1114 17:07:40.356220 18759680 master.cpp:279] Master ID: 201111141707-0
I1114 17:07:40.356305 23687168 webui.cpp:47] Master web server thread started
I1114 17:07:40.356657 18759680 master.cpp:462] Elected as master!
F1114 17:07:40.356766 18759680 process.cpp:2028] Check failed: process->state == ProcessBase::READY 
*** Check failure stack trace: ***

Program received signal SIGABRT, Aborted.
[Switching to process 38956 thread 0x1a03]
0x00007fff907dbce2 in __pthread_kill ()
(gdb) bt
#0  0x00007fff907dbce2 in __pthread_kill ()
#1  0x00007fff8df747d2 in pthread_kill ()
#2  0x00007fff8df65a7a in abort ()
#3  0x000000010022b86b in google::DumpStackTraceAndExit ()
#4  0x000000010022660e in google::LogMessage::SendToLog ()
#5  0x0000000100225bd5 in google::LogMessage::Flush ()
#6  0x0000000100226b51 in google::LogMessageFatal::~LogMessageFatal ()
#7  0x0000000100243f96 in process::ProcessManager::serve (this=<value temporarily unavailable, due to optimizations>, process=0x1011f5ba0, secs=<value temporarily unavailable, due to optimizations>) at src/process.cpp:2028
#8  0x0000000100244bd9 in process::ProcessBase::serve (this=0x101816e38, secs=<value temporarily unavailable, due to optimizations>, once=<value temporarily unavailable, due to optimizations>) at src/process.cpp:2993
#9  0x0000000100256d85 in std::string::_M_rep () at /opt/local/include/gcc44/c++/bits/basic_string.h:31
#10 0x0000000100256d85 in process::GarbageCollector::operator() (this=0x101816e00) at basic_string.h:503
#11 0x000000010023bfff in process::ProcessManager::run (this=0x10120f2e0, process=0x101816e38) at src/process.cpp:2356
#12 0x000000010023c164 in process::trampoline (stack0=18767872, stack1=1, process0=<value temporarily unavailable, due to optimizations>, process1=<value temporarily unavailable, due to optimizations>) at src/process.cpp:937
                
> Mac OS X Lion errors
> --------------------
>
>                 Key: MESOS-32
>                 URL: https://issues.apache.org/jira/browse/MESOS-32
>             Project: Mesos
>          Issue Type: Bug
>          Components: master
>         Environment: Mac OS X - Lion (10.7)
>            Reporter: Bill Zhao
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> Mesos's code compiled without error.  However, when I run mesos-master, I got a "Trace/BPT trap: 5" error.
> Error:
> billz@dhcp-44-175: ~/mesos$ bin/mesos-master
> I0721 15:23:43.394886 2064075104 logging.cpp:40] Logging to /Users/billz/mesos/logs
> I0721 15:23:43.435346 2064075104 main.cpp:75] Build: 2011-07-21 15:17:31 by billz
> I0721 15:23:43.435402 2064075104 main.cpp:76] Starting Mesos master
> I0721 15:23:43.436972 145375232 master.cpp:379] Master started at mesos://master@128.32.44.175:5050
> I0721 15:23:43.436986 2064075104 webui.cpp:66] Starting master web UI on port 8080
> I0721 15:23:43.437049 145375232 master.cpp:394] Master ID: 201107211523-0
> I0721 15:23:43.437192 146579456 webui.cpp:34] Web UI thread started
> I0721 15:23:43.437399 145375232 master.cpp:403] Creating "simple" allocator
> I0721 15:23:44.005723 146579456 webui.cpp:46] Loading webui/master/webui.py
> Trace/BPT trap: 5

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