You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Charles Allen (JIRA)" <ji...@apache.org> on 2017/06/09 16:58:18 UTC

[jira] [Updated] (MESOS-7649) GPF in mesos-executor

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

Charles Allen updated MESOS-7649:
---------------------------------
    Description: 
We are running mesos 1.2.0 on a CoreOS system and having the following gpf show up:

{code}
[57807.639274] traps: mesos-executor[63400] general protection ip:7f4bdfd1b05a sp:7ffdafce3500 error:0
[57807.648470]  in libstdc++.so.6.0.20[7f4bdfc20000+155000]
{code}


Stack trace:

{code}
#0  0x00007f59c20cd054 in std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::string const&) () from /media/root/lib64/libstdc++.so.6
#1  0x00007f59c401150d in process::UPID::UPID(process::ProcessBase const&) () from /media/root/lib64/libmesos-1.2.0.so
#2  0x00007f59c403e623 in process::SocketManager::close(int) () from /media/root/lib64/libmesos-1.2.0.so
#3  0x00007f59c403f904 in process::SocketManager::finalize() () from /media/root/lib64/libmesos-1.2.0.so
#4  0x00007f59c403fc59 in process::finalize(bool) () from /media/root/lib64/libmesos-1.2.0.so
#5  0x000055c02473c1bd in ?? ()
#6  0x00007f59c172b93c in __libc_start_main () from /media/root/lib64/libc.so.6
#7  0x000055c02473c789 in ?? ()
{code}

  was:
We are running mesos 1.2.0 on a CoreOS system and having the following gpf show up:

{code}
[57807.639274] traps: mesos-executor[63400] general protection ip:7f4bdfd1b05a sp:7ffdafce3500 error:0
[57807.648470]  in libstdc++.so.6.0.20[7f4bdfc20000+155000]
{code}

I have the core dumps and am working on getting more info.


> GPF in mesos-executor
> ---------------------
>
>                 Key: MESOS-7649
>                 URL: https://issues.apache.org/jira/browse/MESOS-7649
>             Project: Mesos
>          Issue Type: Bug
>          Components: executor
>    Affects Versions: 1.2.0
>            Reporter: Charles Allen
>
> We are running mesos 1.2.0 on a CoreOS system and having the following gpf show up:
> {code}
> [57807.639274] traps: mesos-executor[63400] general protection ip:7f4bdfd1b05a sp:7ffdafce3500 error:0
> [57807.648470]  in libstdc++.so.6.0.20[7f4bdfc20000+155000]
> {code}
> Stack trace:
> {code}
> #0  0x00007f59c20cd054 in std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::string const&) () from /media/root/lib64/libstdc++.so.6
> #1  0x00007f59c401150d in process::UPID::UPID(process::ProcessBase const&) () from /media/root/lib64/libmesos-1.2.0.so
> #2  0x00007f59c403e623 in process::SocketManager::close(int) () from /media/root/lib64/libmesos-1.2.0.so
> #3  0x00007f59c403f904 in process::SocketManager::finalize() () from /media/root/lib64/libmesos-1.2.0.so
> #4  0x00007f59c403fc59 in process::finalize(bool) () from /media/root/lib64/libmesos-1.2.0.so
> #5  0x000055c02473c1bd in ?? ()
> #6  0x00007f59c172b93c in __libc_start_main () from /media/root/lib64/libc.so.6
> #7  0x000055c02473c789 in ?? ()
> {code}



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