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

[jira] [Updated] (MESOS-6813) IOSwitchboardServerTest.AttachOutput has stack overflow issue.

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

Vinod Kone updated MESOS-6813:
------------------------------
    Priority: Blocker  (was: Major)

> IOSwitchboardServerTest.AttachOutput has stack overflow issue.
> --------------------------------------------------------------
>
>                 Key: MESOS-6813
>                 URL: https://issues.apache.org/jira/browse/MESOS-6813
>             Project: Mesos
>          Issue Type: Bug
>            Reporter: Jie Yu
>            Priority: Blocker
>
> {noformat}
> bin/lldb-mesos-tests.sh --gtest_filter=IOSwitchboardServerTest.AttachOutput --verbose
> ....
> (lldb) run
> ...
>     frame #3543: 0x0000000106a35cbd libmesos-1.2.0.dylib`bool process::Future<short>::_set<short>(short&&) + 445
>     frame #3544: 0x0000000106a35af5 libmesos-1.2.0.dylib`process::Future<short>::set(short&&) + 37
>     frame #3545: 0x0000000106a35ab0 libmesos-1.2.0.dylib`bool process::Promise<short>::_set<short>(short&&) + 80
>     frame #3546: 0x0000000106a33285 libmesos-1.2.0.dylib`process::Promise<short>::set(short&&) + 37
>     frame #3547: 0x0000000106a3322e libmesos-1.2.0.dylib`process::polled(ev_loop*, ev_io*, int) + 110
>     frame #3548: 0x0000000106abea59 libmesos-1.2.0.dylib`ev_invoke_pending(loop=<unavailable>) + 105 at ev.c:3288 [opt]
>     frame #3549: 0x0000000106abf342 libmesos-1.2.0.dylib`ev_run(loop=<unavailable>, flags=<unavailable>) + 2242 at ev.c:3688 [opt]
>     frame #3550: 0x0000000106a2ac5b libmesos-1.2.0.dylib`ev_loop(ev_loop*, int) + 27
>     frame #3551: 0x0000000106a2abc6 libmesos-1.2.0.dylib`process::EventLoop::run() + 134
>     frame #3552: 0x000000010698eff6 libmesos-1.2.0.dylib`void* std::__1::__thread_proxy<std::__1::tuple<void (*)()> >(void*) + 390
>     frame #3553: 0x00007fffd6ddbaab libsystem_pthread.dylib`_pthread_body + 180
>     frame #3554: 0x00007fffd6ddb9f7 libsystem_pthread.dylib`_pthread_start + 286
>     frame #3555: 0x00007fffd6ddb221 libsystem_pthread.dylib`thread_start + 13
> (lldb) quit
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)