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

ASF subversion and git services commented on GEODE-5066:
--------------------------------------------------------

Commit 392b8901654304082f2a79237c6ba141a9339109 in geode-native's branch 
refs/heads/develop from [~mcmellawatt]
[ https://gitbox.apache.org/repos/asf?p=geode-native.git;h=392b890 ]

GEODE-5066: Accessing cacheImpl directly to avoid access exception (#274)



> 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
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> 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)

Reply via email to