abner / flutter_js

A Javascript engine to use with flutter. It uses quickjs on Android and JavascriptCore on IOS
MIT License
455 stars 107 forks source link

Is the error due to flutter_js ? #154

Open xxxIxxxx opened 1 week ago

xxxIxxxx commented 1 week ago

iPhone7 iOS 15.8.2
flutter: 3.19.6 flutter_js: ^0.8.1

I get the following error, but I'm not sure if it's due to flutter_js.

* thread #9, name = 'io.flutter.1.ui', stop reason = EXC_BAD_ACCESS (code=1, address=0xe7d92be451848c2a)
    frame #0: 0x000000018c23892c JavaScriptCore`JSC::Stringifier::appendStringifiedValue(WTF::StringBuilder&, JSC::JSValue, JSC::Stringifier::Holder const&, JSC::PropertyNameForFunctionCall const&) + 1300
JavaScriptCore`JSC::Stringifier::appendStringifiedValue:
->  0x18c23892c <+1300>: ldr    w8, [x20]
    0x18c238930 <+1304>: add    w8, w8, #0x2
    0x18c238934 <+1308>: str    w8, [x20]
    0x18c238938 <+1312>: ldr    x19, [sp, #0x60]
Target 0: (Runner) stopped.
xxxIxxxx commented 1 week ago
* thread #8, name = 'io.flutter.1.ui', stop reason = EXC_BAD_ACCESS (code=1, address=0x8b5a9177d9852dd0)
    frame #0: 0x000000018c3bf880 JavaScriptCore`void JSC::JSRopeString::resolveRopeInternalNoSubstring<char16_t>(char16_t*) const + 44
JavaScriptCore`JSC::JSRopeString::resolveRopeInternalNoSubstring<char16_t>:
->  0x18c3bf880 <+44>: ldr    x8, [x8, #0x8]
    0x18c3bf884 <+48>: tbnz   w8, #0x0, 0x18c3bf958     ; <+260>
    0x18c3bf888 <+52>: ldur   x9, [x20, #0x14]
    0x18c3bf88c <+56>: ands   x9, x9, #0xfffffffff
Target 0: (Runner) stopped.