You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@geode.apache.org by "pivotal-jbarrett (GitHub)" <gi...@apache.org> on 2019/12/03 15:12:09 UTC

[GitHub] [geode-native] pivotal-jbarrett commented on pull request #556: GEODE-7509: Fix memory leaks in C++ client

Ok, I can reproduce the failure with string literal `u8"SimpleCQ\xF0\x90\x90\x80"` as the CQ name. This UTF-8 sequence produces the U+10400 character "𐐀", which has two UTF-16 code points and results in 6 bytes of JMUTF-8 rather then 4 bytes of UTF-8.

I also found a race condition in the new CqTest but I will write that up separately.


[ Full content available at: https://github.com/apache/geode-native/pull/556 ]
This message was relayed via gitbox.apache.org for notifications@geode.apache.org