Wondering if anyone has experienced crashes on llint_op_call_varargs for certain JS sources. It happens only when running on a device (ARM arch) and not on a simulator.
The JS code is rather long and I can't really share it, since it's not yet in the public domain, but so far I've been able to find two potential causes for the issue:
At some point we had too many methods attached to an object. When we inlined some of the private methods and thus made the method count lower, it stopped crashing there. This no longer seems to help (or I can't really find the object which has too many methods attached to it).
Uglifying the code sometimes helps, sometimes doesn't.
I'm wondering if anyone has run into this issue or if they have any idea how this could be resolved.
Hi folks,
Wondering if anyone has experienced crashes on
llint_op_call_varargs
for certain JS sources. It happens only when running on a device (ARM arch) and not on a simulator.Here's where it crashes:
The JS code is rather long and I can't really share it, since it's not yet in the public domain, but so far I've been able to find two potential causes for the issue:
I'm wondering if anyone has run into this issue or if they have any idea how this could be resolved.
Thanks a lot!