Skip to content
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

[MONO][Interp] JIT/IL_Conformance/Old/Conformance_Base/div_r8/div_r8.sh failed with unhandled exception with interpreter #54375

Closed
fanyang-mono opened this issue Jun 17, 2021 · 1 comment

Comments

@fanyang-mono
Copy link
Member

Full log

Error message:

06-17 16:49:23.598  9092  9110 I DOTNET  : MonoRunner initialize,, entryPointLibName=div_r8.dll
      06-17 16:49:23.598  9092  9110 D DOTNET  : file_path: /data/user/0/net.dot.JIT_IL_Conformance/files/runtimeconfig.bin
      06-17 16:49:23.598  9092  9110 D DOTNET  : Interp Enabled
      06-17 16:49:23.600  9092  9110 D DOTNET  : assembly_preload_hook: System.Private.CoreLib (null) /data/user/0/net.dot.JIT_IL_Conformance/files
      06-17 16:49:23.634  9092  9110 D DOTNET  : assembly_preload_hook: div_r8.dll (null) /data/user/0/net.dot.JIT_IL_Conformance/files
      06-17 16:49:23.634  9092  9110 D DOTNET  : Executable: div_r8.dll
      06-17 16:49:23.634  9092  9110 D DOTNET  : assembly_preload_hook: mscorlib  /data/user/0/net.dot.JIT_IL_Conformance/files
      06-17 16:49:23.730  9092  9110 E mono    : 
      06-17 16:49:23.730  9092  9110 E mono    : Unhandled Exception:
      06-17 16:49:23.730  9092  9110 E mono    : System.ArithmeticException: Overflow or underflow in the arithmetic operation.
      06-17 16:49:23.730  9092  9110 E mono    :    at _div.checkfinite(Double A_0)
      06-17 16:49:23.730  9092  9110 E mono    :    at _div._div(Double A_0, Double A_1, Double A_2)
      06-17 16:49:23.730  9092  9110 E mono    :    at _div.main(String[] A_0)
      06-17 16:49:23.730  9092  9110 E DOTNET  : UnhandledException: System.ArithmeticException Overflow or underflow in the arithmetic operation.    at _div.checkfinite(Double A_0)
      06-17 16:49:23.730  9092  9110 E DOTNET  :    at _div._div(Double A_0, Double A_1, Double A_2)
      06-17 16:49:23.730  9092  9110 E DOTNET  :    at _div.main(String[] A_0)
      06-17 16:49:23.765  1544  1544 I Zygote  : Process 9092 exited cleanly (1)
      06-17 16:49:23.765  1797  2655 I ActivityManager: Process net.dot.JIT_IL_Conformance (pid 9092) has died: fore FGS 
      06-17 16:49:23.765  1797  1826 I libprocessgroup: Successfully killed process cgroup uid 10119 pid 9092 in 0ms
      06-17 16:49:23.766  1797  2655 W ActivityManager: Crash of app net.dot.JIT_IL_Conformance running instrumentation ComponentInfo{net.dot.JIT_IL_Conformance/net.dot.MonoRunner}
      06-17 16:49:23.766  1797  2655 I ActivityManager: Force stopping net.dot.JIT_IL_Conformance appid=10119 user=0: finished inst
      06-17 16:49:23.767  1797  7393 W Binder  : Outgoing transactions from this process must be FLAG_ONEWAY
      06-17 16:49:23.767  1797  7393 W Binder  : java.lang.Throwable
      06-17 16:49:23.767  1797  7393 W Binder  : 	at android.os.BinderProxy.transact(BinderProxy.java:480)
      06-17 16:49:23.767  1797  7393 W Binder  : 	at android.app.IInstrumentationWatcher$Stub$Proxy.instrumentationFinished(IInstrumentationWatcher.java:205)
      06-17 16:49:23.767  1797  7393 W Binder  : 	at com.android.server.am.InstrumentationReporter$MyThread.run(InstrumentationReporter.java:86)
      06-17 16:49:23.768  9082  9082 D AndroidRuntime: Shutting down VM
      06-17 16:49:23.785  9082  9113 W app_process: Thread attaching while runtime is shutting down: Binder:9082_3
      06-17 16:49:23.785  9082  9113 I AndroidRuntime: NOTE: attach of thread 'Binder:9082_3' failed
@ghost
Copy link

ghost commented Jun 17, 2021

Tagging subscribers to this area: @BrzVlad
See info in area-owners.md if you want to be subscribed.

Issue Details

Full log

Error message:

06-17 16:49:23.598  9092  9110 I DOTNET  : MonoRunner initialize,, entryPointLibName=div_r8.dll
      06-17 16:49:23.598  9092  9110 D DOTNET  : file_path: /data/user/0/net.dot.JIT_IL_Conformance/files/runtimeconfig.bin
      06-17 16:49:23.598  9092  9110 D DOTNET  : Interp Enabled
      06-17 16:49:23.600  9092  9110 D DOTNET  : assembly_preload_hook: System.Private.CoreLib (null) /data/user/0/net.dot.JIT_IL_Conformance/files
      06-17 16:49:23.634  9092  9110 D DOTNET  : assembly_preload_hook: div_r8.dll (null) /data/user/0/net.dot.JIT_IL_Conformance/files
      06-17 16:49:23.634  9092  9110 D DOTNET  : Executable: div_r8.dll
      06-17 16:49:23.634  9092  9110 D DOTNET  : assembly_preload_hook: mscorlib  /data/user/0/net.dot.JIT_IL_Conformance/files
      06-17 16:49:23.730  9092  9110 E mono    : 
      06-17 16:49:23.730  9092  9110 E mono    : Unhandled Exception:
      06-17 16:49:23.730  9092  9110 E mono    : System.ArithmeticException: Overflow or underflow in the arithmetic operation.
      06-17 16:49:23.730  9092  9110 E mono    :    at _div.checkfinite(Double A_0)
      06-17 16:49:23.730  9092  9110 E mono    :    at _div._div(Double A_0, Double A_1, Double A_2)
      06-17 16:49:23.730  9092  9110 E mono    :    at _div.main(String[] A_0)
      06-17 16:49:23.730  9092  9110 E DOTNET  : UnhandledException: System.ArithmeticException Overflow or underflow in the arithmetic operation.    at _div.checkfinite(Double A_0)
      06-17 16:49:23.730  9092  9110 E DOTNET  :    at _div._div(Double A_0, Double A_1, Double A_2)
      06-17 16:49:23.730  9092  9110 E DOTNET  :    at _div.main(String[] A_0)
      06-17 16:49:23.765  1544  1544 I Zygote  : Process 9092 exited cleanly (1)
      06-17 16:49:23.765  1797  2655 I ActivityManager: Process net.dot.JIT_IL_Conformance (pid 9092) has died: fore FGS 
      06-17 16:49:23.765  1797  1826 I libprocessgroup: Successfully killed process cgroup uid 10119 pid 9092 in 0ms
      06-17 16:49:23.766  1797  2655 W ActivityManager: Crash of app net.dot.JIT_IL_Conformance running instrumentation ComponentInfo{net.dot.JIT_IL_Conformance/net.dot.MonoRunner}
      06-17 16:49:23.766  1797  2655 I ActivityManager: Force stopping net.dot.JIT_IL_Conformance appid=10119 user=0: finished inst
      06-17 16:49:23.767  1797  7393 W Binder  : Outgoing transactions from this process must be FLAG_ONEWAY
      06-17 16:49:23.767  1797  7393 W Binder  : java.lang.Throwable
      06-17 16:49:23.767  1797  7393 W Binder  : 	at android.os.BinderProxy.transact(BinderProxy.java:480)
      06-17 16:49:23.767  1797  7393 W Binder  : 	at android.app.IInstrumentationWatcher$Stub$Proxy.instrumentationFinished(IInstrumentationWatcher.java:205)
      06-17 16:49:23.767  1797  7393 W Binder  : 	at com.android.server.am.InstrumentationReporter$MyThread.run(InstrumentationReporter.java:86)
      06-17 16:49:23.768  9082  9082 D AndroidRuntime: Shutting down VM
      06-17 16:49:23.785  9082  9113 W app_process: Thread attaching while runtime is shutting down: Binder:9082_3
      06-17 16:49:23.785  9082  9113 I AndroidRuntime: NOTE: attach of thread 'Binder:9082_3' failed
Author: fanyang-mono
Assignees: -
Labels:

area-Codegen-Interpreter-mono, os-android

Milestone: -

@dotnet-issue-labeler dotnet-issue-labeler bot added the untriaged New issue has not been triaged by the area owner label Jun 17, 2021
@fanyang-mono fanyang-mono changed the title [MONO][Android][Interp] JIT/IL_Conformance/Old/Conformance_Base/div_r8/div_r8.sh failed with unhandled exception on Android x64 with interpreter [MONO][Interp] JIT/IL_Conformance/Old/Conformance_Base/div_r8/div_r8.sh failed with unhandled exception with interpreter Jun 18, 2021
@SamMonoRT SamMonoRT removed the untriaged New issue has not been triaged by the area owner label Jun 22, 2021
@SamMonoRT SamMonoRT added this to the 7.0.0 milestone Jun 22, 2021
@BrzVlad BrzVlad closed this as completed Mar 26, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Apr 25, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants