[
https://issues.apache.org/jira/browse/MESOS-32?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13164743#comment-13164743
]
[email protected] commented on MESOS-32:
----------------------------------------------------
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/3061/#review3713
-----------------------------------------------------------
third_party/libprocess/src/process.cpp
<https://reviews.apache.org/r/3061/#comment8327>
pthread_create doesn't set errno.
- Charles
On 2011-12-07 19:06:41, Benjamin Hindman wrote:
bq.
bq. -----------------------------------------------------------
bq. This is an automatically generated e-mail. To reply, visit:
bq. https://reviews.apache.org/r/3061/
bq. -----------------------------------------------------------
bq.
bq. (Updated 2011-12-07 19:06:41)
bq.
bq.
bq. Review request for mesos and John Sirois.
bq.
bq.
bq. Summary
bq. -------
bq.
bq. This is my first stab at the updated libprocess and corresponding Mesos
changes. I'll probably go through a few iterations here (even without review
feedback, just by looking at it myself).
bq.
bq.
bq. This addresses bugs MESOS-32 and MESOS-36.
bq. https://issues.apache.org/jira/browse/MESOS-32
bq. https://issues.apache.org/jira/browse/MESOS-36
bq.
bq.
bq. Diffs
bq. -----
bq.
bq. include/mesos/mesos.proto 33248ec
bq. include/mesos/scheduler.hpp 93dda98
bq. src/common/lock.hpp 2958752
bq. src/common/lock.cpp 1d2118a
bq. src/common/type_utils.hpp c0b5fe9
bq. src/exec/exec.cpp b27c241
bq. src/local/local.cpp 1e2273b
bq. src/log/log.cpp 7386a9d
bq. src/log/network.hpp c88822c
bq. src/log/replica.cpp e60f4df
bq. src/master/frameworks_manager.hpp bf97d5f
bq. src/master/frameworks_manager.cpp 30fa325
bq. src/master/http.cpp 47caf48
bq. src/master/master.hpp fdacf36
bq. src/master/master.cpp b6cfde7
bq. src/master/slaves_manager.cpp 3f67aa1
bq. src/python/native/mesos_executor_driver_impl.cpp ed4aaa5
bq. src/python/native/mesos_scheduler_driver_impl.cpp 4bde768
bq. src/python/native/proxy_scheduler.cpp 934820a
bq. src/sched/sched.cpp 7f4e980
bq. src/slave/http.cpp 18efd8c
bq. src/slave/reaper.hpp 63b1f5d
bq. src/slave/reaper.cpp 4193692
bq. src/slave/slave.hpp 37bbd8c
bq. src/slave/slave.cpp de5716c
bq. src/tests/exception_tests.cpp 62f4fb6
bq. src/tests/fault_tolerance_tests.cpp ebb7709
bq. src/tests/log_tests.cpp c6bbdd1
bq. src/tests/master_tests.cpp 2438114
bq. src/tests/utils.hpp 02772f7
bq. src/zookeeper/zookeeper.cpp c1aa827
bq. third_party/libprocess/Makefile.in 6b9a095
bq. third_party/libprocess/include/process/async.hpp 9886c3e
bq. third_party/libprocess/include/process/dispatch.hpp 9e69896
bq. third_party/libprocess/include/process/event.hpp PRE-CREATION
bq. third_party/libprocess/include/process/future.hpp 52d1679
bq. third_party/libprocess/include/process/gc.hpp d9ccb35
bq. third_party/libprocess/include/process/latch.hpp 1f04da4
bq. third_party/libprocess/include/process/message.hpp PRE-CREATION
bq. third_party/libprocess/include/process/process.hpp b7d1a86
bq. third_party/libprocess/include/process/protobuf.hpp 7636822
bq. third_party/libprocess/include/process/run.hpp 6787f6d
bq. third_party/libprocess/include/process/timeout.hpp 96905a8
bq. third_party/libprocess/include/process/timer.hpp a9706aa
bq. third_party/libprocess/src/encoder.hpp 1432aec
bq. third_party/libprocess/src/foreach.hpp ae17f58
bq. third_party/libprocess/src/latch.cpp 1d53246
bq. third_party/libprocess/src/process.cpp d77b156
bq. third_party/libprocess/src/tests.cpp b3521f3
bq. third_party/libprocess/src/timer.cpp e9a081a
bq.
bq. Diff: https://reviews.apache.org/r/3061/diff
bq.
bq.
bq. Testing
bq. -------
bq.
bq. ./bin/tests/all-tests
bq.
bq.
bq. Thanks,
bq.
bq. Benjamin
bq.
bq.
> 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