maxrave-dev / maxrave-dev/SimpMusic

Crashing after sometime with this error log

Open
#1,108 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

crash
Dominant language
Kotlin
Stars
11.4k
Forks
599
Avg merge
3d 18h
Merged PRs (30d)
7

Description

Build version: 0.2.18-hf
Current date: 2025-07-27 22:49:11
Device: OPPO CPH1859
OS version: Android 9 (SDK 28)

Stack trace:
java.lang.IllegalStateException: LayoutNode should be attached to an owner
at O0.a.throwIllegalStateExceptionForNullCheck(Unknown Source:2)
at p5.j.v(Unknown Source:0)
at R0.v0.requireOwner(Unknown Source:9)
at R0.q0.getMDrawScope$ui_release(Unknown Source:0)
at R0.w1.draw(Unknown Source:49)
at R0.d0.performDraw(Unknown Source:4)
at R0.w1.draw(Unknown Source:40)
at R0.d0.performDraw(Unknown Source:4)
at R0.t0.drawContent(Unknown Source:156)
at z.h1.invoke(SourceFile:2)
at z.h1.invoke(SourceFile:1)
at R0.s0.invoke(SourceFile:22)
at R0.s0.invoke(SourceFile:1)
at C0.g.b(Unknown Source:46)
at C0.g.access$drawWithChildTracking(Unknown Source:0)
at C0.e.invoke(SourceFile:13)
at C0.e.invoke(SourceFile:1)
at C0.C.dispatchDraw(Unknown Source:147)
at android.view.View.draw(View.java:20650)
at android.view.View.updateDisplayListIfDirty(View.java:19459)
at android.view.ViewGroup.recreateChildDisplayList(ViewGroup.java:4487)
at android.view.ViewGroup.dispatchGetDisplayList(ViewGroup.java:4460)
at android.view.View.updateDisplayListIfDirty(View.java:19404)
at android.view.ViewGroup.recreateChildDisplayList(ViewGroup.java:4487)
at android.view.ViewGroup.dispatchGetDisplayList(ViewGroup.java:4460)
at android.view.View.updateDisplayListIfDirty(View.java:19404)
at android.view.ViewGroup.recreateChildDisplayList(ViewGroup.java:4487)
at android.view.ViewGroup.dispatchGetDisplayList(ViewGroup.java:4460)
at android.view.View.updateDisplayListIfDirty(View.java:19404)
at android.view.ViewGroup.recreateChildDisplayList(ViewGroup.java:4487)
at android.view.ViewGroup.dispatchGetDisplayList(ViewGroup.java:4460)
at android.view.View.updateDisplayListIfDirty(View.java:19404)
at android.view.ViewGroup.recreateChildDisplayList(ViewGroup.java:4487)
at android.view.ViewGroup.dispatchGetDisplayList(ViewGroup.java:4460)
at android.view.View.updateDisplayListIfDirty(View.java:19404)
at android.view.ViewGroup.recreateChildDisplayList(ViewGroup.java:4487)
at android.view.ViewGroup.dispatchGetDisplayList(ViewGroup.java:4460)
at android.view.View.updateDisplayListIfDirty(View.java:19404)
at android.view.ThreadedRenderer.updateViewTreeDisplayList(ThreadedRenderer.java:690)
at android.view.ThreadedRenderer.updateRootDisplayList(ThreadedRenderer.java:696)
at android.view.ThreadedRenderer.draw(ThreadedRenderer.java:805)
at android.view.ViewRootImpl.draw(ViewRootImpl.java:3967)
at android.view.ViewRootImpl.performDraw(ViewRootImpl.java:3756)
at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:3054)
at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1845)
at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:8235)
at android.view.Choreographer$CallbackRecord.run(Choreographer.java:994)
at android.view.Choreographer.doCallbacks(Choreographer.java:806)
at android.view.Choreographer.doFrame(Choreographer.java:738)
at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:980)
at android.os.Handler.handleCallback(Handler.java:873)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:226)
at android.app.ActivityThread.main(ActivityThread.java:7178)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:503)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:942)

User actions:
2025-07-27 22:41:16: MainActivity created
2025-07-27 22:41:16: MainActivity resumed
2025-07-27 22:41:19: MainActivity paused
2025-07-27 22:45:50: MainActivity resumed

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the crash using the listed Android 9 device details and the pause/resume sequence from the report. Then trace the LayoutNode owner and draw calls shown in the stack trace; no source file or test is identified in the issue. Done means identifying the lifecycle condition that causes the crash and demonstrating that the same sequence no longer fails.

Written by the indexing model from the issue text.

Assessment

Tech stack
android, kotlin
Domain
mobile
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.