You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Owen Nichols (Jira)" <ji...@apache.org> on 2022/06/22 20:47:04 UTC

[jira] [Closed] (GEODE-3852) Fix race condition causing intermittent test failure

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

Owen Nichols closed GEODE-3852.
-------------------------------

> 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
>            Priority: Major
>             Fix For: 1.15.0
>
>         Attachments: SampleFailureTest.cs
>
>
> 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
(v8.20.7#820007)