Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.

Crash: isTaskCorrupted failed on java.lang.IllegalArgumentException #694

Closed
giomfo opened this issue Jan 11, 2021 · 1 comment
Closed

Crash: isTaskCorrupted failed on java.lang.IllegalArgumentException #694

giomfo opened this issue Jan 11, 2021 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@giomfo
Copy link
Contributor

giomfo commented Jan 11, 2021

--------------------------------- crash call stack ---------------------------------
Tchap Build : 76
Tchap Version : 1.1.0_a (G-30d4af277-2020-11-22 13:24:08 +0100)
SDK Version : 0.9.37-dev (184214f2e-2020-11-18 01:42:26 +0100)
Phone : SM-G930F (G930FXXU8ETI2 8.0.0 REL)
Memory statuses
usedSize 7 MB
freeSize 3 MB
totalSize 10 MB
Thread: main, Exception: java.lang.RuntimeException: Unable to start activity ComponentInfo{fr.gouv.tchap.a/im.vector.activity.VectorHomeActivity}: java.lang.IllegalArgumentException: Unable to find task ID 852
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2957)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3032)
at android.app.ActivityThread.-wrap11(Unknown Source:0)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1696)
at android.os.Handler.dispatchMessage(Handler.java:105)
at android.os.Looper.loop(Looper.java:164)
at android.app.ActivityThread.main(ActivityThread.java:6944)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:327)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1374)
Caused by: java.lang.IllegalArgumentException: Unable to find task ID 852
at android.os.Parcel.readException(Parcel.java:1971)
at android.os.Parcel.readException(Parcel.java:1913)
at android.app.IAppTask$Stub$Proxy.getTaskInfo(IAppTask.java:151)
at android.app.ActivityManager$AppTask.getTaskInfo(ActivityManager.java:5047)
at im.vector.VectorApp$2.isTaskCorrupted(VectorApp.java:312)
at im.vector.VectorApp$2.onActivityCreated(VectorApp.java:368)
at android.app.Application.dispatchActivityCreated(Application.java:221)
at android.app.Activity.onCreate(Activity.java:1067)
at androidx.core.app.ComponentActivity.onCreate(ComponentActivity.java:81)
at androidx.fragment.app.FragmentActivity.onCreate(FragmentActivity.java:335)
at androidx.appcompat.app.AppCompatActivity.onCreate(AppCompatActivity.java:85)
at im.vector.activity.VectorAppCompatActivity.onCreate(VectorAppCompatActivity.kt:92)
at android.app.Activity.performCreate(Activity.java:7183)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1220)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2910)

@giomfo giomfo added bug Something isn't working P3 labels Jan 11, 2021
@giomfo
Copy link
Contributor Author

giomfo commented Jan 11, 2021

isolated crash

@giomfo giomfo removed the P3 label Mar 23, 2021
@giomfo giomfo changed the title Crash: Unable to start activity ComponentInfo{...VectorHomeActivity}: java.lang.IllegalArgumentException Crash: isTaskCorrupted failed on java.lang.IllegalArgumentException Mar 23, 2021
@giomfo giomfo closed this as completed Mar 31, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants