[
https://issues.apache.org/jira/browse/MESOS-2584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14594996#comment-14594996
]
Adam B commented on MESOS-2584:
-------------------------------
commit 362bf1702fe1854bd0f086f7e3c7d6d1e90676ac
Author: Till Toenshoff <[email protected]>
Date: Sun Jun 21 08:16:12 2015 +0000
Moved cram-md5 authenticatee process definition into implementation file.
Removing the process from the header is much cleaner and also fixes the
linked clang 3.4.2 JIRA. Apart from that moving, no code is changed.
Review: https://reviews.apache.org/r/32850
> AuthenticationTest.RetryFrameworkAuthentication breaks with clang-3.4.2
> -----------------------------------------------------------------------
>
> Key: MESOS-2584
> URL: https://issues.apache.org/jira/browse/MESOS-2584
> Project: Mesos
> Issue Type: Bug
> Components: test
> Affects Versions: 0.22.0
> Environment: OS X 10.10.2 with clang-3.4.2
> Reporter: Michael Park
> Assignee: Till Toenshoff
>
> When built with {{clang-3.4.2}}, {{make check}} dies with the following error
> message.
> {code}
> [ RUN ] AuthenticationTest.RetryFrameworkAuthentication
> Assertion failed: (t != NULL), function operator(), file
> ../../../3rdparty/libprocess/include/process/c++11/dispatch.hpp, line 77.
> *** Aborted at 1427879902 (unix time) try "date -d @1427879902" if you are
> using GNU date ***
> PC: @ 0x7fff92600286 __pthread_kill
> *** SIGABRT (@0x7fff92600286) received by PID 5475 (TID 0x10d329000) stack
> trace: ***
> @ 0x7fff8d56ff1a _sigtramp
> @ 0x10d328020 (unknown)
> @ 0x7fff8e7acb53 abort
> @ 0x7fff8e774c39 __assert_rtn
> @ 0x103d941c8
> _ZZN7process8dispatchIN5mesos8internal8cram_md527CRAMMD5AuthenticateeProcessEEEvRKNS_3PIDIT_EEMS6_FvvEENKUlPNS_11ProcessBaseEE_clESD_
> @ 0x103d9401f
> _ZNSt3__110__function6__funcIZN7process8dispatchIN5mesos8internal8cram_md527CRAMMD5AuthenticateeProcessEEEvRKNS2_3PIDIT_EEMS9_FvvEEUlPNS2_11ProcessBaseEE_NS_9allocatorISH_EEFvSG_EEclEOSG_
> @ 0x10817856b std::__1::function<>::operator()()
> @ 0x10815fd7f process::ProcessBase::visit()
> @ 0x1081ea0ae process::DispatchEvent::visit()
> @ 0x1067f7051 process::ProcessBase::serve()
> @ 0x1081495be process::ProcessManager::resume()
> @ 0x108148cee process::schedule()
> @ 0x7fff9951b268 _pthread_body
> @ 0x7fff9951b1e5 _pthread_start
> @ 0x7fff9951941d thread_start
> make[3]: *** [check-local] Abort trap: 6
> make[2]: *** [check-am] Error 2
> make[1]: *** [check] Error 2
> make: *** [check-recursive] Error 1
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)