Benjamin Mahler created MESOS-1403:
--------------------------------------
Summary: Segfault when starting a slave locally.
Key: MESOS-1403
URL: https://issues.apache.org/jira/browse/MESOS-1403
Project: Mesos
Issue Type: Bug
Affects Versions: 0.19.0
Reporter: Benjamin Mahler
This is from the build directory on a CentOS machine.
{noformat}
[bmahler@foobar build]$ sudo ./bin/mesos-slave.sh --master=localhost:5050
[sudo] password for bmahler:
I0522 01:01:02.639114 4605 main.cpp:126] Build: 2014-05-06 22:08:34 by root
I0522 01:01:02.639277 4605 main.cpp:128] Version: 0.19.0
I0522 01:01:02.639312 4605 mesos_containerizer.cpp:124] Using isolation:
posix/cpu,posix/mem
I0522 01:01:02.642699 4605 main.cpp:149] Starting Mesos slave
I0522 01:01:02.644693 4631 slave.cpp:143] Slave started on 1)@IP:5051
I0522 01:01:02.645560 4631 slave.cpp:255] Slave resources: cpus(*):24;
mem(*):71322; disk(*):454895; ports(*):[31000-32000]
I0522 01:01:02.647763 4631 slave.cpp:283] Slave hostname: foobar
I0522 01:01:02.647790 4631 slave.cpp:284] Slave checkpoint: true
I0522 01:01:02.651803 4625 state.cpp:33] Recovering state from
'/tmp/mesos/meta'
I0522 01:01:02.653393 4625 status_update_manager.cpp:193] Recovering status
update manager
I0522 01:01:02.654024 4643 mesos_containerizer.cpp:281] Recovering
containerizer
I0522 01:01:02.655377 4639 slave.cpp:2988] Finished recovery
I0522 01:01:02.656368 4639 slave.cpp:536] New master detected at
[email protected]:5050
I0522 01:01:02.656682 4639 slave.cpp:572] No credentials provided. Attempting
to register without authentication
I0522 01:01:02.656744 4629 status_update_manager.cpp:167] New master detected
at [email protected]:5050
I0522 01:01:02.656754 4639 slave.cpp:585] Detecting new master
*** Aborted at 1400720462 (unix time) try "date -d @1400720462" if you are
using GNU date ***
I0522 01:01:02.656982 4639 slave.cpp:2194] [email protected]:5050 exited
W0522 01:01:02.657004 4639 slave.cpp:2197] Master disconnected! Waiting for a
new master to be elected
PC: @ 0x7f4a9e3faff6 std::_Deque_base<>::_M_destroy_nodes()
*** SIGSEGV (@0x31) received by PID 4605 (TID 0x7f4a8c1d0940) from PID 49;
stack trace: ***
@ 0x7f4a9baefca0 (unknown)
@ 0x7f4a9e3faff6 std::_Deque_base<>::_M_destroy_nodes()
@ 0x7f4a9e3ecdaf std::_Deque_base<>::~_Deque_base()
@ 0x7f4a9e3e2bd5 std::deque<>::~deque()
@ 0x7f4a9e3dfe10 process::DataDecoder::~DataDecoder()
@ 0x7f4a9e3ba9bc process::receiving_connect()
@ 0x7f4a9e506bc5 ev_invoke_pending
@ 0x7f4a9e509af5 ev_run
@ 0x7f4a9e3b5928 ev_loop
@ 0x7f4a9e3bb2d9 process::serve()
@ 0x7f4a9bae783d start_thread
@ 0x7f4a9a84f26d clone
/var/tmp/scltOMGb3: line 8: 4605 Segmentation fault
'./bin/mesos-slave.sh' '--master=localhost:5050'
{noformat}
--
This message was sent by Atlassian JIRA
(v6.2#6252)