Closed ancientloregames closed 4 years ago
@ancientloregames There's a fix for that, but you'd have to build from master. See https://github.com/eclipsesource/J2V8/issues/499
@gleno Hi! Thanks for the hint! I saw the commit that seems to fix the issue, but I would prefer not to build j2v8 manually. Eclipse Public License looks kinda sketchy (no hard feelings, guys).
The new version 6.1.0 has been published to Maven central.
Hi! Before version 6.0 was released, I had been using version 4.8. Decided to migrate because of the official arm64 support. In my project, I store some V8Functions as class fields to use them as listeners for native events (onClick etc.). In 4.8, if there were some issues in the functions JS code (like NullPointer exceptions, calling a non-existing methods, syntax errors etc.), I just got warnings to my logcat:
But in 6.0 I get Fatal Errors:
Fatal signal 5 (SIGTRAP), code -6 (SI_TKILL) in tid 16542 (jsevents_thread), pid 14223
Is there a way to make them non-fatal again?