[
https://issues.apache.org/jira/browse/MESOS-32?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13150148#comment-13150148
]
Bill Zhao commented on MESOS-32:
--------------------------------
Program received signal SIGABRT, Aborted.
[Switching to process 38989 thread 0x1a03]
0x00007fff907dbce2 in __pthread_kill ()
(gdb) info threads
5 0x0000000100e2f0e6 in PyType_Ready ()
4 0x00007fff907dbbca in __psynch_cvwait ()
3 0x00007fff907dbdf2 in select$DARWIN_EXTSN ()
* 2 0x00007fff907dbce2 in __pthread_kill ()
1 "com.apple.main-thread" 0x00007fff907dbbca in __psynch_cvwait ()
(gdb) thread 3
[Switching to thread 3 (process 38989)]
0x00007fff907dbdf2 in select$DARWIN_EXTSN ()
(gdb) bt
#0 0x00007fff907dbdf2 in select$DARWIN_EXTSN ()
#1 0x000000010025d263 in select_poll ()
#2 0x000000010025e4ff in ev_loop ()
#3 0x000000010023137b in process::serve (arg=<value temporarily unavailable,
due to optimizations>) at src/process.cpp:890
#4 0x00007fff8df728bf in _pthread_start ()
#5 0x00007fff8df75b75 in thread_start ()
> 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://[email protected]: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