I applied the patch to ruby 2.6.4 and I cannot reproduce the issue any more. This patch appears to resolve the issue for 2.6.4. Thank you very much for taking the time to investigate the issue. ```diff diff --git a/symbol.c b/symbo...vcsjones (Kevin Jones)
Hello, We started running in to this issue as well with Ruby 2.6.4. We are seeing consistent but non-deterministic string corruption in one of our applications. As an example, we see something like: ``` undefined method `"defense_...vcsjones (Kevin Jones)