Mario Salazar de Torres created GEODE-8968:
----------------------------------------------
Summary: PdxTypeRegistry clean up causes a coredump
Key: GEODE-8968
URL: https://issues.apache.org/jira/browse/GEODE-8968
Project: Geode
Issue Type: Bug
Components: native client
Affects Versions: 1.14.0
Reporter: Mario Salazar de Torres
*GIVEN* a client/server that with PDX serialization
*WHEN* the client looses connection towards the cluster
*AND* PdxTypeRegistry is cleaned up
*WHILE* a PDX instance is being serialized
*THEN* a coredump occurs
----
*Additional information:*
As it seems PdxHelper::serializePdx calls toData -> toDataMutable -> getPdxType
and the later part returns a nullptr if the registry was cleaned up in the
process.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)