You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Dan Adkins (JIRA)" <ji...@apache.org> on 2018/06/27 18:33:00 UTC

[jira] [Commented] (MESOS-7583) _scheduler.so segfault when Mesos is built with Xcode 8.3.2

    [ https://issues.apache.org/jira/browse/MESOS-7583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16525436#comment-16525436 ] 

Dan Adkins commented on MESOS-7583:
-----------------------------------

I encountered this crash with Mesos 1.5.1 built with XCode 9.4 on macOS High Sierra 10.13.5.

I ran the following commands:

./configure --enable-python --disable-java --prefix=/Users/dadkins/teza-conda/envs/mesos --disable-debug --disable-dependency-tracking --disable-silent-rules --disable-werror

make

make install

python -c "import mesos.native"

Segmentation fault: 11

[^python2.7_2018-06-27-113004_grixis.crash]

> _scheduler.so segfault when Mesos is built with Xcode 8.3.2
> -----------------------------------------------------------
>
>                 Key: MESOS-7583
>                 URL: https://issues.apache.org/jira/browse/MESOS-7583
>             Project: Mesos
>          Issue Type: Bug
>          Components: python api
>    Affects Versions: 1.2.0, 1.3.0
>            Reporter: ilovezfs
>            Priority: Major
>         Attachments: python2.7_2018-06-27-113004_grixis.crash
>
>
> Testing on macOS Sierra 10.12.5.
> Note: This bug does *not* occur if you build Mesos with Xcode 8.2.1 instead of with Xcode 8.3.2.
> The bug affects affects Mesos 1.2.0, and still affects 1.3.0-rc3.
> The crash occurs at run time if you run `python -c "import mesos.native"`
> It appears to be a segfault in _scheduler.so.
> Crash log here: https://gist.github.com/ilovezfs/3a63cf1f2a1ed104f15ac38226ce24d5
> In particular, this is Mesos built with Homebrew (https://github.com/Homebrew/homebrew-core/blob/master/Formula/mesos.rb)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)