[ https://issues.apache.org/jira/browse/GEODE-6300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16749017#comment-16749017 ]
ASF subversion and git services commented on GEODE-6300: -------------------------------------------------------- Commit c5c46751ad6198438ca95e9023d2970edf765e5c in geode-native's branch refs/heads/develop from Blake Bender [ https://gitbox.apache.org/repos/asf?p=geode-native.git;h=c5c4675 ] GEODE-6300: Fix AddDomain gripe in CLI tests (#436) * Make sure *everything* run in thread pool gets the right AppDomain context Co-authored-by: Matthew Reddington <mredding...@pivotal.io> > Assertion in CLI tests re: bad AppDomain > ---------------------------------------- > > Key: GEODE-6300 > URL: https://issues.apache.org/jira/browse/GEODE-6300 > Project: Geode > Issue Type: Bug > Components: native client > Reporter: Blake Bender > Priority: Major > Labels: pull-request-available > Time Spent: 50m > Remaining Estimate: 0h > > From the ci logs > (http://concourse-nativeclient.gemfire.pivotal.io/teams/main/pipelines/build-develop/jobs/cli-test-windows-debug/builds/64): > > System.ArgumentException: Cannot pass a GCHandle across AppDomains. > Parameter name: handle > at System.Runtime.InteropServices.GCHandle.InternalCheckDomain(IntPtr handle) > at System.Runtime.InteropServices.GCHandle.FromIntPtr(IntPtr value) > at gcroot<Apache::Geode::Client::IDataSerializablePrimitive > ^>.\{dtor}(gcroot<Apache::Geode::Client::IDataSerializablePrimitive ^>* ) > at > apache.geode.client.ManagedDataSerializablePrimitive.\{dtor}(ManagedDataSerializablePrimitive* > ) > at > apache.geode.client.ManagedDataSerializablePrimitive.__vbaseDtor(ManagedDataSerializablePrimitive* > ) > at > apache.geode.client.ManagedDataSerializablePrimitive.__vecDelDtor(ManagedDataSerializablePrimitive* > , UInt32 A_0) > at > std._Ref_count<apache::geode::client::ManagedDataSerializablePrimitive>._Destroy(_Ref_count<apache::geode::client::ManagedDataSerializablePrimitive>* > ) > errorlevel 0 > + exitcode=1 > + echo exitcode=1 > exitcode=1 > + exit 1 > > -- This message was sent by Atlassian JIRA (v7.6.3#76005)