You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "Dan Burkert (JIRA)" <ji...@apache.org> on 2016/04/05 23:26:25 UTC

[jira] [Commented] (KUDU-1394) unit tests fail on OS X 10.11 El Cap

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

Dan Burkert commented on KUDU-1394:
-----------------------------------

this is caused by not having the {addr2line} utility available on the path.  The {binutils} package installs {addr2line} and {gaddr2line} on 10.10, but only {gaddr2line} on 10.11.  We should update the stacktrace_addr2line.pl script to have a better failure case in this scenario, and figure out the proper thing to do on OS X (whether to require {binutils}, and/or make symbolization optional).

> unit tests fail on OS X 10.11 El Cap
> ------------------------------------
>
>                 Key: KUDU-1394
>                 URL: https://issues.apache.org/jira/browse/KUDU-1394
>             Project: Kudu
>          Issue Type: Bug
>            Reporter: Dan Burkert
>
> Some of the unit tests fail on OS X El Cap.  Reproduced by [~misty] and myself.  [Sample failure log|https://s3.amazonaws.com/uploads.hipchat.com/108018/847788/g419wZvy6rObEnu/client-test.txt].  Only seems to happen when running through ctest, not when executing the test binary directly.



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