@libei Ok so bad access. And that memory address is quite something. Maybe try running with the memory debugging tools on, like guard malloc and zombies?
@libei I’m not so sure. This looks like it could be heap corruption, which is quite common. When that happens, usually the crash is a victim of a long-gone root problem not captured by the stack trace. I’d definitely still try.