You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/04/13 17:47:00 UTC

[jira] [Updated] (GEODE-5066) Race condition between stats init and cache close causes memory access exception

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

ASF GitHub Bot updated GEODE-5066:
----------------------------------
    Labels: pull-request-available  (was: )

> Race condition between stats init and cache close causes memory access exception
> --------------------------------------------------------------------------------
>
>                 Key: GEODE-5066
>                 URL: https://issues.apache.org/jira/browse/GEODE-5066
>             Project: Geode
>          Issue Type: Bug
>          Components: native client
>            Reporter: Ryan McMahon
>            Priority: Major
>              Labels: pull-request-available
>
> The cache can be accessed by the statistics manager thread after the cache has been destroyed, which results in a memory access exception.  A quick fix is to directly use the cacheImpl in the stats manager initialization logic, though this object may be partially destroyed and potentially run into a similar issue.



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