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

Crash (Guru Meditation) when trying to report an error #10954

Closed
6 tasks done
gustav-langer opened this issue Apr 6, 2024 · 0 comments
Closed
6 tasks done

Crash (Guru Meditation) when trying to report an error #10954

gustav-langer opened this issue Apr 6, 2024 · 0 comments
Labels
duplicate Issue or discussion is a duplicate of an existing issue or discussion

Comments

@gustav-langer
Copy link

Checklist

  • I am able to reproduce the bug with the latest version given here: CLICK THIS LINK.
  • I made sure that there are no existing issues - open or closed - which I could contribute my information to.
  • I have read the FAQ and my problem isn't listed.
  • I have taken the time to fill in all the required details. I understand that the bug report will be dismissed otherwise.
  • This issue contains only one bug.
  • I have read and understood the contribution guidelines.

Affected version

0.26.1

Steps to reproduce the bug

  1. Trigger an error, in my case this happened by trying to load the comments of youtube videos (that bug might be the same as Please check this error. It keeps reporting "Something went wrong".  #10949, but I'm not sure)
  2. Click the "Report" button in the "Sorry, something went wrong" on the bottom

Expected behavior

Some form of error reporting page is shown.

Actual behavior

The UI crashes and a Guru Meditation page appears.

Screenshots/Screen recordings

No response

Logs

Exception

  • User Action: ui error
  • Request: ACRA report
  • Content Country: US
  • Content Language: de-DE
  • App Language: en
  • Service: none
  • Version: 0.26.1
  • OS: Linux Android 8.0.0 - 26
Crash log

java.lang.RuntimeException: Failure from system
	at android.app.Instrumentation.execStartActivity(Instrumentation.java:1624)
	at android.app.Activity.startActivityForResult(Activity.java:4564)
	at androidx.activity.ComponentActivity.startActivityForResult(ComponentActivity.java:712)
	at android.app.Activity.startActivityForResult(Activity.java:4522)
	at androidx.activity.ComponentActivity.startActivityForResult(ComponentActivity.java:693)
	at android.app.Activity.startActivity(Activity.java:4883)
	at android.app.Activity.startActivity(Activity.java:4851)
	at org.schabi.newpipe.error.ErrorUtil$Companion.openActivity(ErrorUtil.kt:43)
	at org.schabi.newpipe.error.ErrorUtil$Companion.showSnackbar$lambda$0(ErrorUtil.kt:149)
	at org.schabi.newpipe.error.ErrorUtil$Companion.$r8$lambda$hbVLiP6-HtFc17h3_yyNDsmaIY8(ErrorUtil.kt:0)
	at org.schabi.newpipe.error.ErrorUtil$Companion$$ExternalSyntheticLambda0.onClick(R8$$SyntheticClass:0)
	at com.google.android.material.snackbar.Snackbar.lambda$setAction$0(Snackbar.java:352)
	at com.google.android.material.snackbar.Snackbar.$r8$lambda$4rINiMZz55Dc47hSTCuz-ALWyEw(Snackbar.java:0)
	at com.google.android.material.snackbar.Snackbar$$ExternalSyntheticLambda1.onClick(R8$$SyntheticClass:0)
	at android.view.View.performClick(View.java:6897)
	at android.widget.TextView.performClick(TextView.java:12727)
	at android.view.View$PerformClick.run(View.java:26104)
	at android.os.Handler.handleCallback(Handler.java:789)
	at android.os.Handler.dispatchMessage(Handler.java:98)
	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: android.os.TransactionTooLargeException: data parcel size 1241820 bytes
	at android.os.BinderProxy.transactNative(Native Method)
	at android.os.BinderProxy.transact(Binder.java:763)
	at android.app.IActivityManager$Stub$Proxy.startActivity(IActivityManager.java:4903)
	at android.app.Instrumentation.execStartActivity(Instrumentation.java:1617)
	... 23 more


Affected Android/Custom ROM version

Android 8.0.0

Affected device model

Samsung Galaxy S7

Additional information

No response

@gustav-langer gustav-langer added bug Issue is related to a bug needs triage Issue is not yet ready for PR authors to take up labels Apr 6, 2024
@opusforlife2
Copy link
Collaborator

#10748, not #10949.

@opusforlife2 opusforlife2 added duplicate Issue or discussion is a duplicate of an existing issue or discussion and removed bug Issue is related to a bug needs triage Issue is not yet ready for PR authors to take up labels Apr 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate Issue or discussion is a duplicate of an existing issue or discussion
Projects
None yet
Development

No branches or pull requests

2 participants