You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Mario Salazar de Torres (Jira)" <ji...@apache.org> on 2021/02/24 08:51:00 UTC

[jira] [Created] (GEODE-8968) PdxTypeRegistry clean up causes a coredump

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)