-
-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
crash when reuse JavascriptRuntime instance #27
Comments
Hi. I just need more details. What javascript code are you trying to evaluate? |
when I compile to Android apk and run, click more than 5 times, will be crash, everytime.
and log is : Syncing files to device MI 6... there is no problem when code like this:
I want reuse JavascriptRuntime. |
seem like the log of flutter using print('1) when on tap, the output log aways same, then flutter's log will not output! |
could not reproduce it. Please check the most recent versions. |
F/libc (11765): Fatal signal 11 (SIGSEGV), code 2 (SEGV_ACCERR), fault addr 0xc5381d58 in tid 11794 (1.ui), pid 11765 (com.app)
Build fingerprint: 'google/sdk_gphone_x86_arm/generic_x86_arm:11/RSR1.201013.001/6903271:userdebug/dev-keys'
Revision: '0'
ABI: 'x86'
Timestamp: 2020-12-22 01:40:36+0000
pid: 11765, tid: 11794, name: 1.ui >>> com.app <<<
uid: 10154
signal 11 (SIGSEGV), code 2 (SEGV_ACCERR), fault addr 0xc5381d58
eax c5381d58 ebx b087cc18 ecx c4adcaff edx ffffffff
edi c373f910 esi f4411780
ebp c373f908 esp c373f8e0 eip b079a68a
backtrace:
#00 pc 0001a68a /data/app/~~7QayOaFJendF_Gas0AwqMA==/com.app-2XP4A1LweVaYzb45e0av4g==/lib/x86/libfastdev_quickjs_runtime.so (BuildId: 3ff1dc3d93b4aab2ab87aadff0bdff8e59b2b960)
#1 pc 0004006b /data/app/~~7QayOaFJendF_Gas0AwqMA==/com.app-2XP4A1LweVaYzb45e0av4g==/lib/x86/libfastdev_quickjs_runtime.so (BuildId: 3ff1dc3d93b4aab2ab87aadff0bdff8e59b2b960)
#2 pc 00035115 /data/app/~~7QayOaFJendF_Gas0AwqMA==/com.app-2XP4A1LweVaYzb45e0av4g==/lib/x86/libfastdev_quickjs_runtime.so (BuildId: 3ff1dc3d93b4aab2ab87aadff0bdff8e59b2b960)
#3 pc 00025f1b /data/app/~~7QayOaFJendF_Gas0AwqMA==/com.app-2XP4A1LweVaYzb45e0av4g==/lib/x86/libfastdev_quickjs_runtime.so (BuildId: 3ff1dc3d93b4aab2ab87aadff0bdff8e59b2b960)
#4 pc 00042793 /data/app/~~7QayOaFJendF_Gas0AwqMA==/com.app-2XP4A1LweVaYzb45e0av4g==/lib/x86/libfastdev_quickjs_runtime.so (BuildId: 3ff1dc3d93b4aab2ab87aadff0bdff8e59b2b960)
#5 pc 0004e7ed /data/app/~~7QayOaFJendF_Gas0AwqMA==/com.app-2XP4A1LweVaYzb45e0av4g==/lib/x86/libfastdev_quickjs_runtime.so (BuildId: 3ff1dc3d93b4aab2ab87aadff0bdff8e59b2b960)
#6 pc 00042af6 /data/app/~~7QayOaFJendF_Gas0AwqMA==/com.app-2XP4A1LweVaYzb45e0av4g==/lib/x86/libfastdev_quickjs_runtime.so (BuildId: 3ff1dc3d93b4aab2ab87aadff0bdff8e59b2b960)
#7 pc 000429d8 /data/app/~~7QayOaFJendF_Gas0AwqMA==/com.app-2XP4A1LweVaYzb45e0av4g==/lib/x86/libfastdev_quickjs_runtime.so (JS_Eval+216) (BuildId: 3ff1dc3d93b4aab2ab87aadff0bdff8e59b2b960)
#8 pc 000085b5 /data/app/~~7QayOaFJendF_Gas0AwqMA==/com.app-2XP4A1LweVaYzb45e0av4g==/lib/x86/libfastdev_quickjs_runtime.so (JSEvalWrapper+165) (BuildId: 3ff1dc3d93b4aab2ab87aadff0bdff8e59b2b960)
#9 pc 000033d7 anonymous:c2580000
Lost connection to device.
The text was updated successfully, but these errors were encountered: