Skip to content

Crash - Parcelising ReactionsSummaryData #5463

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

Closed
ouchadam opened this issue Mar 8, 2022 · 1 comment · Fixed by #5472
Closed

Crash - Parcelising ReactionsSummaryData #5463

ouchadam opened this issue Mar 8, 2022 · 1 comment · Fixed by #5472
Assignees
Labels
A-Timeline O-Occasional Affects or can be seen by some users regularly or most users rarely S-Major Severely degrades major functionality or product features, with no satisfactory workaround T-Defect Something isn't working: bugs, crashes, hangs and other reported problems Z-Crash

Comments

@ouchadam
Copy link
Contributor

ouchadam commented Mar 8, 2022

java.lang.RuntimeException: 
  at android.os.Parcel.writeSerializable (Parcel.java:1833)
  at im.vector.app.features.home.room.detail.timeline.item.ReactionsSummaryData.writeToParcel (Unknown Source:54)
  at im.vector.app.features.home.room.detail.timeline.item.MessageInformationData.writeToParcel (Unknown Source:66)
  at im.vector.app.features.home.room.detail.timeline.action.TimelineEventFragmentArgs.writeToParcel (Unknown Source:17)
  at android.os.Parcel.writeParcelable (Parcel.java:1801)
  at android.os.Parcel.writeValue (Parcel.java:1707)
  at android.os.Parcel.writeArrayMapInternal (Parcel.java:928)
  at android.os.BaseBundle.writeToParcelInner (BaseBundle.java:1588)
  at android.os.Bundle.writeToParcel (Bundle.java:1253)
  at android.os.Parcel.writeBundle (Parcel.java:997)
  at androidx.fragment.app.FragmentState.writeToParcel (FragmentState.java:10)
  at android.os.Parcel.writeTypedObject (Parcel.java:1634)
  at android.os.Parcel.writeTypedList (Parcel.java:1513)
  at android.os.Parcel.writeTypedList (Parcel.java:1470)
  at androidx.fragment.app.FragmentManagerState.writeToParcel (FragmentManagerState.java:1)
  at android.os.Parcel.writeParcelable (Parcel.java:1801)
  at android.os.Parcel.writeValue (Parcel.java:1707)
  at android.os.Parcel.writeArrayMapInternal (Parcel.java:928)
  at android.os.BaseBundle.writeToParcelInner (BaseBundle.java:1588)
  at android.os.Bundle.writeToParcel (Bundle.java:1253)
  at android.os.Parcel.writeBundle (Parcel.java:997)
  at android.os.Parcel.writeValue (Parcel.java:1698)
  at android.os.Parcel.writeArrayMapInternal (Parcel.java:928)
  at android.os.BaseBundle.writeToParcelInner (BaseBundle.java:1588)
  at android.os.Bundle.writeToParcel (Bundle.java:1253)
  at android.os.Parcel.writeBundle (Parcel.java:997)
  at android.os.Parcel.writeValue (Parcel.java:1698)
  at android.os.Parcel.writeArrayMapInternal (Parcel.java:928)
  at android.os.BaseBundle.writeToParcelInner (BaseBundle.java:1588)
  at android.os.Bundle.writeToParcel (Bundle.java:1253)
  at android.app.IActivityTaskManager$Stub$Proxy.activityStopped (IActivityTaskManager.java:4542)
  at android.app.servertransaction.PendingTransactionActions$StopInfo.run (PendingTransactionActions.java:145)
  at android.os.Handler.handleCallback (Handler.java:888)
  at android.os.Handler.dispatchMessage (Handler.java:100)
  at android.os.Looper.loop (Looper.java:213)
  at android.app.ActivityThread.main (ActivityThread.java:8178)
  at java.lang.reflect.Method.invoke (Native Method)
  at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:513)
  at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1101)
Caused by: java.io.NotSerializableException: 
  at java.io.ObjectOutputStream.writeObject0 (ObjectOutputStream.java:1240)
  at java.io.ObjectOutputStream.defaultWriteFields (ObjectOutputStream.java:1604)
  at java.io.ObjectOutputStream.writeSerialData (ObjectOutputStream.java:1565)
  at java.io.ObjectOutputStream.writeOrdinaryObject (ObjectOutputStream.java:1488)
  at java.io.ObjectOutputStream.writeObject0 (ObjectOutputStream.java:1234)
  at java.io.ObjectOutputStream.writeObject (ObjectOutputStream.java:354)
  at android.os.Parcel.writeSerializable (Parcel.java:1828)
Occurrences (30 days) Total Occurrences Impacted users (lifetime)
660 689 592

https://play.google.com/console/u/0/developers/{redacted}/app/{redacted}/vitals/crashes/99f978d5/details?versionCode=40104002/details?installedFrom=PLAY_STORE&days=30

@ouchadam ouchadam added T-Defect Something isn't working: bugs, crashes, hangs and other reported problems Z-Crash A-Timeline S-Major Severely degrades major functionality or product features, with no satisfactory workaround O-Occasional Affects or can be seen by some users regularly or most users rarely labels Mar 8, 2022
@ouchadam
Copy link
Contributor Author

fixed in 1.4.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Timeline O-Occasional Affects or can be seen by some users regularly or most users rarely S-Major Severely degrades major functionality or product features, with no satisfactory workaround T-Defect Something isn't working: bugs, crashes, hangs and other reported problems Z-Crash
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants