-
Notifications
You must be signed in to change notification settings - Fork 627
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
Unexpect exception (divide by zero) on fast interpreter mode #2952
Comments
erxiaozhou
changed the title
Unexpect excrption (divide by zero) on fast JIT mod
Unexpect excrption (divide by zero) on fast JIT mode
Dec 31, 2023
Fast JIT works normal, it should be the issue of fast-interp according to the build command and test result. |
erxiaozhou
changed the title
Unexpect excrption (divide by zero) on fast JIT mode
Unexpect excrption (divide by zero) on fast interpreter mode
Jan 2, 2024
There is a typo in the title and I have fixed it now. |
wenyongh
changed the title
Unexpect excrption (divide by zero) on fast interpreter mode
Unexpect exception (divide by zero) on fast interpreter mode
Jan 3, 2024
wenyongh
pushed a commit
that referenced
this issue
Jan 4, 2024
Thanks for reporting this, we've fixed in #2974 |
Close this issue since it was fixed. |
victoryang00
pushed a commit
to victoryang00/wamr-aot-gc-checkpoint-restore
that referenced
this issue
May 27, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Build commands
I compile the code with commit id 92bf854.
Platform: Ubuntu 20.04
CPU: amd64
compile:
execute:
Cases
iwasm_fast_jit_unexpected_devide_by_zero.zip
Actual behavior:
Expected behavior:
No exception
The text was updated successfully, but these errors were encountered: