You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Anand Mazumdar (JIRA)" <ji...@apache.org> on 2017/04/21 16:56:04 UTC

[jira] [Updated] (MESOS-7400) The mesos master crashes due to an incorrect invariant check in the decoder.

     [ https://issues.apache.org/jira/browse/MESOS-7400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Anand Mazumdar updated MESOS-7400:
----------------------------------
    Summary: The mesos master crashes due to an incorrect invariant check in the decoder.  (was: The mesos master crashes due to an incorrect invariant check in the streaming request/response decoder.)

> The mesos master crashes due to an incorrect invariant check in the decoder.
> ----------------------------------------------------------------------------
>
>                 Key: MESOS-7400
>                 URL: https://issues.apache.org/jira/browse/MESOS-7400
>             Project: Mesos
>          Issue Type: Bug
>          Components: general
>            Reporter: Anindya Sinha
>            Assignee: Anindya Sinha
>            Priority: Blocker
>             Fix For: 1.3.0
>
>
> {code}
> F0401 15:14:20.272156 231760 decoder.hpp:1006] CHECK_SOME(decoder->writer): is NONE
> {code}
> partial gdb stack trace captured on the Mesos master:
> {code}
> (gdb) bt
> #0  0x00007f4948b715e5 in raise () from /lib64/libc.so.6
> #1  0x00007f4948b72dc5 in abort () from /lib64/libc.so.6
> #2  0x00007f494b1f1ef6 in google::DumpStackTraceAndExit () at src/utilities.cc:147
> #3  0x00007f494b1e98dd in google::LogMessage::Fail () at src/logging.cc:1458
> #4  0x00007f494b1eb66d in google::LogMessage::SendToLog (this=Unhandled dwarf expression opcode 0xf3
> ) at src/logging.cc:1412
> #5  0x00007f494b1e9462 in google::LogMessage::Flush (this=0x7f49323ddb10) at src/logging.cc:1281
> #6  0x00007f494b1ec049 in google::LogMessageFatal::~LogMessageFatal (this=Unhandled dwarf expression opcode 0xf3
> ) at src/logging.cc:1984
> #7  0x00007f494b0dee77 in ~_CheckFatal (p=Unhandled dwarf expression opcode 0xf3
> ) at ../../../3rdparty/stout/include/stout/check.hpp:164
> #8  process::StreamingRequestDecoder::on_message_complete (p=Unhandled dwarf expression opcode 0xf3
> ) at ../../../3rdparty/libprocess/src/decoder.hpp:1006
> #9  0x00007f494b1c1d05 in http_parser_execute (parser=0x7f49204642c8, settings=Unhandled dwarf expression opcode 0xf3
> )
>     at http-parser-2.6.2/http_parser.c:1845
> #10 0x00007f494b15017e in decode (length=Unhandled dwarf expression opcode 0xf3
> ) at ../../../3rdparty/libprocess/src/decoder.hpp:793
> #11 process::internal::decode_recv (length=Unhandled dwarf expression opcode 0xf3
> ) at ../../../3rdparty/libprocess/src/process.cpp:845
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)