From issues-return-47086-archive-asf-public=cust-asf.ponee.io@mesos.apache.org Sat Mar 24 07:31:08 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id E775518064F for ; Sat, 24 Mar 2018 07:31:07 +0100 (CET) Received: (qmail 16641 invoked by uid 500); 24 Mar 2018 06:31:06 -0000 Mailing-List: contact issues-help@mesos.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@mesos.apache.org Delivered-To: mailing list issues@mesos.apache.org Received: (qmail 16632 invoked by uid 99); 24 Mar 2018 06:31:06 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 24 Mar 2018 06:31:06 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 8157B1A0A36 for ; Sat, 24 Mar 2018 06:31:06 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -101.51 X-Spam-Level: X-Spam-Status: No, score=-101.51 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_MED=-2.3, T_RP_MATCHES_RCVD=-0.01, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id Q0G0k9_znIKy for ; Sat, 24 Mar 2018 06:31:02 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 48F695F51F for ; Sat, 24 Mar 2018 06:31:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 75244E0D68 for ; Sat, 24 Mar 2018 06:31:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 0B861214E9 for ; Sat, 24 Mar 2018 06:31:00 +0000 (UTC) Date: Sat, 24 Mar 2018 06:31:00 +0000 (UTC) From: "Benjamin Mahler (JIRA)" To: issues@mesos.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (MESOS-8687) Check failure in `ProcessBase::_consume()`. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MESOS-8687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16412454#comment-16412454 ] Benjamin Mahler commented on MESOS-8687: ---------------------------------------- I'm stumped on how this happened, added a CHECK to help diagnose any future instances of the crash: {noformat} commit 2132b66c37bfd5ba7ae1cde74aa8ddb8d6c23bce (HEAD -> master) Author: Benjamin Mahler Date: Fri Mar 23 23:27:26 2018 -0700 Added a temporary CHECK to diagnose MESOS-8687. From the stack trace in MESOS-8687, it appears the `httpSequence` within `ProcessBase` was null during `ProcessBase::_consume`. In order to diagnose how this can occur, this adds a CHECK that will print the pid and endpoint name. {noformat} > Check failure in `ProcessBase::_consume()`. > ------------------------------------------- > > Key: MESOS-8687 > URL: https://issues.apache.org/jira/browse/MESOS-8687 > Project: Mesos > Issue Type: Bug > Components: libprocess > Affects Versions: 1.6.0 > Environment: ec2 CentOS 7 with SSL > Reporter: Alexander Rukletsov > Priority: Major > Labels: flaky-test, reliability > Attachments: MasterFailover-badrun.txt > > > Observed a segfault in the {{MasterAPITest.MasterFailover}} test: > {noformat} > 10:59:04 I0319 10:59:04.312197 3274 master.cpp:649] Authorization enabled > 10:59:04 F0319 10:59:04.312772 3274 owned.hpp:110] Check failed: 'get()' Must be non NULL > 10:59:04 *** Check failure stack trace: *** > 10:59:04 I0319 10:59:04.313470 3279 hierarchical.cpp:175] Initialized hierarchical allocator process > 10:59:04 I0319 10:59:04.313500 3279 whitelist_watcher.cpp:77] No whitelist given > 10:59:04 @ 0x7fe82d44e0cd google::LogMessage::Fail() > 10:59:04 @ 0x7fe82d44ff1d google::LogMessage::SendToLog() > 10:59:04 @ 0x7fe82d44dcb3 google::LogMessage::Flush() > 10:59:04 @ 0x7fe82d450919 google::LogMessageFatal::~LogMessageFatal() > 10:59:04 @ 0x7fe82d3cee16 google::CheckNotNull<>() > 10:59:04 @ 0x7fe82d3b4253 process::ProcessBase::_consume() > 10:59:04 @ 0x7fe82d3b4a66 _ZNO6lambda12CallableOnceIFN7process6FutureINS1_4http8ResponseEEEvEE10CallableFnINS_8internal7PartialIZNS1_11ProcessBase7consumeEONS1_9HttpEventEEUlRKNS1_5OwnedINS3_7RequestEEEE_JSG_EEEEclEv > 10:59:04 @ 0x7fe82c39c3ca _ZNO6lambda12CallableOnceIFvPN7process11ProcessBaseEEE10CallableFnINS_8internal7PartialIZNS1_8internal8DispatchINS1_6FutureINS1_4http8ResponseEEEEclINS0_IFSE_vEEEEESE_RKNS1_4UPIDEOT_EUlSt10unique_ptrINS1_7PromiseISD_EESt14default_deleteISQ_EEOSI_S3_E_JST_SI_St12_PlaceholderILi1EEEEEEclEOS3_ > 10:59:04 @ 0x7fe82d39f2c1 process::ProcessBase::consume() > 10:59:04 @ 0x7fe82d3b84da process::ProcessManager::resume() > 10:59:04 @ 0x7fe82d3bbf56 _ZNSt6thread5_ImplISt12_Bind_simpleIFZN7process14ProcessManager12init_threadsEvEUlvE_vEEE6_M_runEv > 10:59:04 @ 0x7fe82d577870 execute_native_thread_routine > 10:59:04 @ 0x7fe82a761e25 start_thread > 10:59:04 @ 0x7fe82986334d __clone > {noformat} > Full test log is attached. -- This message was sent by Atlassian JIRA (v7.6.3#76005)