-
Notifications
You must be signed in to change notification settings - Fork 96
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
deno_core
init crash on Android aarch64
#738
Comments
I use the same method to compile violet:/data/local/tmp $ ls -l hello_world
-rwxrwxrwx 1 shell shell 23712208 2024-05-12 03:42 hello_world
violet:/data/local/tmp $ ./hello_world
Hello World!
3 + 4 = 7
violet:/data/local/tmp $ so maybe the BUG is in |
I tried also and this may be the crash dump. |
Crash log from
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
core/examples/hello_world.rs
can not run on Android, it just crash when init.deno_core
v0.280.0rusty_v8
v0.91.1build command:
Then use
adb push
to sendhello_world
binary to Android phone, andadb shell
:Add these print code:
it seems crash happen in
JsRuntime::new()
The text was updated successfully, but these errors were encountered: