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] Assertion at /__w/1/s/src/mono/mono/mini/interp/transform.c:4527, condition `td->sp >= td->stack' not met on Android x64 with interpreter #54395

Closed
fanyang-mono opened this issue Jun 18, 2021 · 2 comments · Fixed by #73215

Comments

@fanyang-mono
Copy link
Member

Fail tests list:

  • JIT/jit64/localloc/ehverify/eh07_large/eh07_large.sh

Full log

      06-17 16:43:41.916 12577 12595 I DOTNET  : MonoRunner initialize,, entryPointLibName=eh07_large.dll
      06-17 16:43:41.916 12577 12595 D DOTNET  : file_path: /data/user/0/net.dot.JIT_jit64/files/runtimeconfig.bin
      06-17 16:43:41.916 12577 12595 D DOTNET  : Interp Enabled
      06-17 16:43:41.918 12577 12595 D DOTNET  : assembly_preload_hook: System.Private.CoreLib (null) /data/user/0/net.dot.JIT_jit64/files
      06-17 16:43:41.939 12577 12595 D DOTNET  : assembly_preload_hook: eh07_large.dll (null) /data/user/0/net.dot.JIT_jit64/files
      06-17 16:43:41.939 12577 12595 D DOTNET  : Executable: eh07_large.dll
      06-17 16:43:41.939 12577 12595 D DOTNET  : assembly_preload_hook: mscorlib  /data/user/0/net.dot.JIT_jit64/files
      06-17 16:43:41.940 12577 12595 D DOTNET  : assembly_preload_hook: System.Console  /data/user/0/net.dot.JIT_jit64/files
      06-17 16:43:41.940 12577 12595 D DOTNET  : assembly_preload_hook: System.Runtime  /data/user/0/net.dot.JIT_jit64/files
      06-17 16:43:41.940 12577 12595 D DOTNET  : ((null) warning) LocallocTest.func: not enough values (0 < 1) on stack at 0016
      06-17 16:43:41.940 12577 12595 D DOTNET  : ((null) error) * Assertion at /__w/1/s/src/mono/mono/mini/interp/transform.c:4527, condition `td->sp >= td->stack' not met
      06-17 16:43:41.940 12577 12595 E DOTNET  : Exit code: 1.
      06-17 16:43:41.967  1536  1536 I Zygote  : Process 12577 exited cleanly (1)
      06-17 16:43:41.967  1792  2649 I ActivityManager: Process net.dot.JIT_jit64 (pid 12577) has died: fore FGS 
      06-17 16:43:41.967  1792  1819 I libprocessgroup: Successfully killed process cgroup uid 10128 pid 12577 in 0ms
      06-17 16:43:41.968  1792  2649 W ActivityManager: Crash of app net.dot.JIT_jit64 running instrumentation ComponentInfo{net.dot.JIT_jit64/net.dot.MonoRunner}
      06-17 16:43:41.968  1792  2649 I ActivityManager: Force stopping net.dot.JIT_jit64 appid=10128 user=0: finished inst
      06-17 16:43:41.968  1792 12333 W Binder  : Outgoing transactions from this process must be FLAG_ONEWAY
      06-17 16:43:41.968  1792 12333 W Binder  : java.lang.Throwable
      06-17 16:43:41.968  1792 12333 W Binder  : 	at android.os.BinderProxy.transact(BinderProxy.java:480)
      06-17 16:43:41.968  1792 12333 W Binder  : 	at android.app.IInstrumentationWatcher$Stub$Proxy.instrumentationFinished(IInstrumentationWatcher.java:205)
      06-17 16:43:41.968  1792 12333 W Binder  : 	at com.android.server.am.InstrumentationReporter$MyThread.run(InstrumentationReporter.java:86)
      06-17 16:43:41.969 12567 12567 D AndroidRuntime: Shutting down VM
@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

Fail tests list:

  • JIT/jit64/localloc/ehverify/eh07_large/eh07_large.sh

Full log

      06-17 16:43:41.916 12577 12595 I DOTNET  : MonoRunner initialize,, entryPointLibName=eh07_large.dll
      06-17 16:43:41.916 12577 12595 D DOTNET  : file_path: /data/user/0/net.dot.JIT_jit64/files/runtimeconfig.bin
      06-17 16:43:41.916 12577 12595 D DOTNET  : Interp Enabled
      06-17 16:43:41.918 12577 12595 D DOTNET  : assembly_preload_hook: System.Private.CoreLib (null) /data/user/0/net.dot.JIT_jit64/files
      06-17 16:43:41.939 12577 12595 D DOTNET  : assembly_preload_hook: eh07_large.dll (null) /data/user/0/net.dot.JIT_jit64/files
      06-17 16:43:41.939 12577 12595 D DOTNET  : Executable: eh07_large.dll
      06-17 16:43:41.939 12577 12595 D DOTNET  : assembly_preload_hook: mscorlib  /data/user/0/net.dot.JIT_jit64/files
      06-17 16:43:41.940 12577 12595 D DOTNET  : assembly_preload_hook: System.Console  /data/user/0/net.dot.JIT_jit64/files
      06-17 16:43:41.940 12577 12595 D DOTNET  : assembly_preload_hook: System.Runtime  /data/user/0/net.dot.JIT_jit64/files
      06-17 16:43:41.940 12577 12595 D DOTNET  : ((null) warning) LocallocTest.func: not enough values (0 < 1) on stack at 0016
      06-17 16:43:41.940 12577 12595 D DOTNET  : ((null) error) * Assertion at /__w/1/s/src/mono/mono/mini/interp/transform.c:4527, condition `td->sp >= td->stack' not met
      06-17 16:43:41.940 12577 12595 E DOTNET  : Exit code: 1.
      06-17 16:43:41.967  1536  1536 I Zygote  : Process 12577 exited cleanly (1)
      06-17 16:43:41.967  1792  2649 I ActivityManager: Process net.dot.JIT_jit64 (pid 12577) has died: fore FGS 
      06-17 16:43:41.967  1792  1819 I libprocessgroup: Successfully killed process cgroup uid 10128 pid 12577 in 0ms
      06-17 16:43:41.968  1792  2649 W ActivityManager: Crash of app net.dot.JIT_jit64 running instrumentation ComponentInfo{net.dot.JIT_jit64/net.dot.MonoRunner}
      06-17 16:43:41.968  1792  2649 I ActivityManager: Force stopping net.dot.JIT_jit64 appid=10128 user=0: finished inst
      06-17 16:43:41.968  1792 12333 W Binder  : Outgoing transactions from this process must be FLAG_ONEWAY
      06-17 16:43:41.968  1792 12333 W Binder  : java.lang.Throwable
      06-17 16:43:41.968  1792 12333 W Binder  : 	at android.os.BinderProxy.transact(BinderProxy.java:480)
      06-17 16:43:41.968  1792 12333 W Binder  : 	at android.app.IInstrumentationWatcher$Stub$Proxy.instrumentationFinished(IInstrumentationWatcher.java:205)
      06-17 16:43:41.968  1792 12333 W Binder  : 	at com.android.server.am.InstrumentationReporter$MyThread.run(InstrumentationReporter.java:86)
      06-17 16:43:41.969 12567 12567 D AndroidRuntime: Shutting down VM
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] Assertion at /__w/1/s/src/mono/mono/mini/interp/transform.c:4527, condition `td->sp >= td->stack' not met on Android x64 with interpreter [MONO][Interp] Assertion at /__w/1/s/src/mono/mono/mini/interp/transform.c:4527, condition `td->sp >= td->stack' not met on Android x64 with interpreter Jun 18, 2021
@SamMonoRT SamMonoRT removed the untriaged New issue has not been triaged by the area owner label Jun 21, 2021
@SamMonoRT SamMonoRT added this to the 7.0.0 milestone Jun 21, 2021
@SamMonoRT
Copy link
Member

Assigning for accurate tracking and triaging

@ghost ghost added the in-pr There is an active PR which will close this issue when it is merged label Aug 2, 2022
@BrzVlad BrzVlad modified the milestones: 7.0.0, 8.0.0 Aug 12, 2022
@ghost ghost removed the in-pr There is an active PR which will close this issue when it is merged label Dec 12, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Jan 11, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants