On Sun, Aug 09, 2020 at 11:10:42PM +0200, Daniel Sahlberg wrote: > I have investigated further and I think I have found the issue. A patch is > attached, basically changing > const String::Contents key(String(m_env, jkey)); > to > const String str(m_env, jkey); > const String::Contents key(str); > in ImmutableMap.for_each.
Thanks! I can confirm that fixes the crash for me, as well. Cheers, -- James GPG Key: 4096R/91BF BF4D 6956 BD5D F7B7 2D23 DFE6 91AE 331B A3DB