David Kimura created GEODE-3852:
-----------------------------------
Summary: Fix race condition causing intermittent test failure
Key: GEODE-3852
URL: https://issues.apache.org/jira/browse/GEODE-3852
Project: Geode
Issue Type: Bug
Components: native client
Reporter: David Kimura
ThinClientQueryTestsN fails intermittently. Hypothesis is garbage collection
race-condition leading to access violations of deleted data.
Here's an example stacktrace:
{noformat}
[Managed to Native Transition]
Apache.Geode.dll!std::shared_ptr<apache::geode::client::Cache>::`scalar
deleting destructor' + 0x6b bytes
>
> Apache.Geode.dll!Apache::Geode::Client::native_shared_ptr<apache::geode::client::Cache>::!native_shared_ptr<apache::geode::client::Cache>()
> Line 27 + 0x13 bytes C++
Apache.Geode.dll!Apache::Geode::Client::native_shared_ptr<apache::geode::client::Cache>::Dispose(bool
A_0) + 0x1e bytes C++
[Native to Managed Transition]
{noformat}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)