You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Anthony Baker (JIRA)" <ji...@apache.org> on 2018/04/20 19:57:15 UTC

[jira] [Closed] (GEODE-5067) Failed dynamic_cast when visibility is set to hidden on Clang

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

Anthony Baker closed GEODE-5067.
--------------------------------

> Failed dynamic_cast when visibility is set to hidden on Clang
> -------------------------------------------------------------
>
>                 Key: GEODE-5067
>                 URL: https://issues.apache.org/jira/browse/GEODE-5067
>             Project: Geode
>          Issue Type: Bug
>          Components: native client
>            Reporter: Ryan McMahon
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> The testThinClientBigValue test is failing due to issues with Clang and the cmake 'CXX_VISIBILITY_PRESET hidden' setting.  It appears Clang does not propagate visibility attributes through using statements i.e.
> ```
> using CacheableBytes = CacheableArray<int8_t, GeodeTypeIds::CacheableBytes>;
> ```
> Despite CacheableArray and its base class Serializable being decorated with APACHE_GEODE_EXPORT, dynamic_casts appear to fail. 



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