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/Methodical/* test failed with unhandled exception with interpreter #54388

Open
fanyang-mono opened this issue Jun 18, 2021 · 2 comments
Assignees
Labels
area-Codegen-Interpreter-mono disabled-test The test is disabled in source code against the issue
Milestone

Comments

@fanyang-mono
Copy link
Member

fanyang-mono commented Jun 18, 2021

Failed tests list:

  • JIT/Methodical/Boxing/boxunbox/_il_dbghuge_filter/_il_dbghuge_filter.sh
  • JIT/Methodical/Boxing/boxunbox/_il_dbgtailcall/_il_dbgtailcall.sh
  • JIT/Methodical/Boxing/boxunbox/_il_relhuge_filter/_il_relhuge_filter.sh
  • JIT/Methodical/Boxing/boxunbox/_il_reltailcall/_il_reltailcall.sh
  • JIT/Methodical/Coverage/b39946/b39946.sh

Full log

      06-17 16:55:33.499 11662 11679 I DOTNET  : MonoRunner initialize,, entryPointLibName=_il_dbghuge_filter.dll
      06-17 16:55:33.500 11662 11679 D DOTNET  : file_path: /data/user/0/net.dot.JIT_Methodical/files/runtimeconfig.bin
      06-17 16:55:33.500 11662 11679 D DOTNET  : Interp Enabled
      06-17 16:55:33.501 11662 11679 D DOTNET  : assembly_preload_hook: System.Private.CoreLib (null) /data/user/0/net.dot.JIT_Methodical/files
      06-17 16:55:33.523 11662 11679 D DOTNET  : assembly_preload_hook: _il_dbghuge_filter.dll (null) /data/user/0/net.dot.JIT_Methodical/files
      06-17 16:55:33.523 11662 11679 D DOTNET  : Executable: _il_dbghuge_filter.dll
      06-17 16:55:33.523 11662 11679 D DOTNET  : assembly_preload_hook: mscorlib  /data/user/0/net.dot.JIT_Methodical/files
      06-17 16:55:33.524 11662 11679 D DOTNET  : assembly_preload_hook: System.Console  /data/user/0/net.dot.JIT_Methodical/files
      06-17 16:55:33.524 11662 11679 D DOTNET  : assembly_preload_hook: System.Runtime  /data/user/0/net.dot.JIT_Methodical/files
      06-17 16:55:33.524 11662 11679 D DOTNET  : assembly_preload_hook: System.Threading  /data/user/0/net.dot.JIT_Methodical/files
      06-17 16:55:33.531 11662 11679 D DOTNET  : assembly_preload_hook: System.Runtime.InteropServices  /data/user/0/net.dot.JIT_Methodical/files
      06-17 16:55:33.533 11662 11679 I DOTNET  : in try.
      06-17 16:55:33.567 11662 11679 I DOTNET  : in filter.
      06-17 16:55:33.571 11662 11679 E mono    :
      06-17 16:55:33.571 11662 11679 E mono    : Unhandled Exception:
      06-17 16:55:33.571 11662 11679 E mono    : System.ArgumentException: Value does not fall within the expected range.
      06-17 16:55:33.571 11662 11679 E mono    :    at JitTest.App.Test(Boolean path)
      06-17 16:55:33.571 11662 11679 E mono    :    at JitTest.App.Main()
      06-17 16:55:33.571 11662 11679 E DOTNET  : UnhandledException: System.ArgumentException Value does not fall within the expected range.    at JitTest.App.Test(Boolean path)
      06-17 16:55:33.571 11662 11679 E DOTNET  :    at JitTest.App.Main()
      06-17 16:55:33.611  1793  2593 I ActivityManager: Process net.dot.JIT_Methodical (pid 11662) has died: fore FGS 
      06-17 16:55:33.611  1793  2593 W ActivityManager: Crash of app net.dot.JIT_Methodical running instrumentation ComponentInfo{net.dot.JIT_Methodical/net.dot.MonoRunner}
      06-17 16:55:33.611  1793  2593 I ActivityManager: Force stopping net.dot.JIT_Methodical appid=10114 user=0: finished inst
      06-17 16:55:33.611  1793  8998 W Binder  : Outgoing transactions from this process must be FLAG_ONEWAY
      06-17 16:55:33.611  1793  8998 W Binder  : java.lang.Throwable
      06-17 16:55:33.611  1793  8998 W Binder  : 	at android.os.BinderProxy.transact(BinderProxy.java:480)
      06-17 16:55:33.611  1793  8998 W Binder  : 	at android.app.IInstrumentationWatcher$Stub$Proxy.instrumentationFinished(IInstrumentationWatcher.java:205)
      06-17 16:55:33.611  1793  8998 W Binder  : 	at com.android.server.am.InstrumentationReporter$MyThread.run(InstrumentationReporter.java:86)
      06-17 16:55:33.612 11651 11651 D AndroidRuntime: Shutting down VM
      06-17 16:55:33.625  1535  1535 I Zygote  : Process 11662 exited cleanly (1)
      06-17 16:55:33.652  1793  1820 I libprocessgroup: Successfully killed process cgroup uid 10114 pid 11662 in 41ms
      06-17 16:56:59.605 12978 12995 I DOTNET  : MonoRunner initialize,, entryPointLibName=_il_dbgtailcall.dll
      06-17 16:56:59.605 12978 12995 D DOTNET  : file_path: /data/user/0/net.dot.JIT_Methodical/files/runtimeconfig.bin
      06-17 16:56:59.608 12978 12995 D DOTNET  : Interp Enabled
      06-17 16:56:59.622 12978 12995 D DOTNET  : assembly_preload_hook: System.Private.CoreLib (null) /data/user/0/net.dot.JIT_Methodical/files
      06-17 16:56:59.647 12978 12995 D DOTNET  : assembly_preload_hook: _il_dbgtailcall.dll (null) /data/user/0/net.dot.JIT_Methodical/files
      06-17 16:56:59.647 12978 12995 D DOTNET  : Executable: _il_dbgtailcall.dll
      06-17 16:56:59.647 12978 12995 D DOTNET  : assembly_preload_hook: mscorlib  /data/user/0/net.dot.JIT_Methodical/files
      06-17 16:56:59.648 12978 12995 D DOTNET  : assembly_preload_hook: System.Console  /data/user/0/net.dot.JIT_Methodical/files
      06-17 16:56:59.648 12978 12995 D DOTNET  : assembly_preload_hook: System.Runtime  /data/user/0/net.dot.JIT_Methodical/files
      06-17 16:56:59.695 12978 12995 E mono    : 
      06-17 16:56:59.695 12978 12995 E mono    : Unhandled Exception:
      06-17 16:56:59.695 12978 12995 E mono    : System.Exception: Loss of precision or unbox error
      06-17 16:56:59.695 12978 12995 E mono    :    at JitTest.App.Test(Boolean path)
      06-17 16:56:59.695 12978 12995 E mono    :    at JitTest.App.Main()
      06-17 16:56:59.695 12978 12995 E DOTNET  : UnhandledException: System.Exception Loss of precision or unbox error    at JitTest.App.Test(Boolean path)
      06-17 16:56:59.695 12978 12995 E DOTNET  :    at JitTest.App.Main()
      06-17 16:56:59.751  1793 11848 I ActivityManager: Process net.dot.JIT_Methodical (pid 12978) has died: fore FGS 
      06-17 16:56:59.753  1793 11848 W ActivityManager: Crash of app net.dot.JIT_Methodical running instrumentation ComponentInfo{net.dot.JIT_Methodical/net.dot.MonoRunner}
      06-17 16:56:59.754  1535  1535 I Zygote  : Process 12978 exited cleanly (1)
      06-17 16:56:59.755  1793 11848 I ActivityManager: Force stopping net.dot.JIT_Methodical appid=10114 user=0: finished inst
      06-17 16:56:59.758  1793 12998 W Binder  : Outgoing transactions from this process must be FLAG_ONEWAY
      06-17 16:56:59.758  1793 12998 W Binder  : java.lang.Throwable
      06-17 16:56:59.758  1793 12998 W Binder  : 	at android.os.BinderProxy.transact(BinderProxy.java:480)
      06-17 16:56:59.758  1793 12998 W Binder  : 	at android.app.IInstrumentationWatcher$Stub$Proxy.instrumentationFinished(IInstrumentationWatcher.java:205)
      06-17 16:56:59.758  1793 12998 W Binder  : 	at com.android.server.am.InstrumentationReporter$MyThread.run(InstrumentationReporter.java:86)
      06-17 16:56:59.760 12967 12967 D AndroidRuntime: Shutting down VM
      06-17 16:56:59.796  1793  1820 I libprocessgroup: Successfully killed process cgroup uid 10114 pid 12978 in 43ms
      06-17 16:57:00.006  1942  1942 D KeyguardClockSwitch: Updating clock: 4�57
@ghost
Copy link

ghost commented Jun 18, 2021

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

Issue Details

Failed tests list:

  • JIT/Methodical/Boxing/boxunbox/_il_dbghuge_filter/_il_dbghuge_filter.sh
  • JIT/Methodical/Boxing/boxunbox/_il_dbgtailcall/_il_dbgtailcall.sh
  • JIT/Methodical/Boxing/boxunbox/_il_relhuge_filter/_il_relhuge_filter.sh
  • JIT/Methodical/Boxing/boxunbox/_il_reltailcall/_il_reltailcall.sh
  • JIT/Methodical/Coverage/b39946/b39946.sh

Full log

      06-17 16:55:33.571 11662 11679 E mono    : Unhandled Exception:
      06-17 16:55:33.571 11662 11679 E mono    : System.ArgumentException: Value does not fall within the expected range.
      06-17 16:55:33.571 11662 11679 E mono    :    at JitTest.App.Test(Boolean path)
      06-17 16:55:33.571 11662 11679 E mono    :    at JitTest.App.Main()
      06-17 16:55:33.571 11662 11679 E DOTNET  : UnhandledException: System.ArgumentException Value does not fall within the expected range.    at JitTest.App.Test(Boolean path)
      06-17 16:55:33.571 11662 11679 E DOTNET  :    at JitTest.App.Main()
      06-17 16:55:33.611  1793  2593 I ActivityManager: Process net.dot.JIT_Methodical (pid 11662) has died: fore FGS 
      06-17 16:55:33.611  1793  2593 W ActivityManager: Crash of app net.dot.JIT_Methodical running instrumentation ComponentInfo{net.dot.JIT_Methodical/net.dot.MonoRunner}
      06-17 16:55:33.611  1793  2593 I ActivityManager: Force stopping net.dot.JIT_Methodical appid=10114 user=0: finished inst
      06-17 16:55:33.611  1793  8998 W Binder  : Outgoing transactions from this process must be FLAG_ONEWAY
      06-17 16:55:33.611  1793  8998 W Binder  : java.lang.Throwable
      06-17 16:55:33.611  1793  8998 W Binder  : 	at android.os.BinderProxy.transact(BinderProxy.java:480)
      06-17 16:55:33.611  1793  8998 W Binder  : 	at android.app.IInstrumentationWatcher$Stub$Proxy.instrumentationFinished(IInstrumentationWatcher.java:205)
      06-17 16:55:33.611  1793  8998 W Binder  : 	at com.android.server.am.InstrumentationReporter$MyThread.run(InstrumentationReporter.java:86)
      06-17 16:55:33.612 11651 11651 D AndroidRuntime: Shutting down VM
      06-17 16:55:33.625  1535  1535 I Zygote  : Process 11662 exited cleanly (1)
      06-17 16:55:33.652  1793  1820 I libprocessgroup: Successfully killed process cgroup uid 10114 pid 11662 in 41ms
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 18, 2021
@fanyang-mono fanyang-mono changed the title [MONO][Android][Interp] JIT/Methodical/* test failed with unhandled exception on Android x64 with interpreter [MONO][Interp] JIT/Methodical/* test 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
@SamMonoRT
Copy link
Member

Assigning for accurate tracking and triaging

@BrzVlad BrzVlad modified the milestones: 7.0.0, 8.0.0 Aug 1, 2022
@SamMonoRT SamMonoRT modified the milestones: 8.0.0, 9.0.0 Jul 31, 2023
@SamMonoRT SamMonoRT added the disabled-test The test is disabled in source code against the issue label Jul 31, 2023
@BrzVlad BrzVlad modified the milestones: 9.0.0, Future Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-Codegen-Interpreter-mono disabled-test The test is disabled in source code against the issue
Projects
None yet
Development

No branches or pull requests

3 participants