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 Report] Unexpected crash in background #234

Open
Porkepix opened this issue Oct 23, 2024 · 2 comments
Open

[Crash Report] Unexpected crash in background #234

Porkepix opened this issue Oct 23, 2024 · 2 comments
Labels
Bug Bugs. Crashes or something isn't working Crash

Comments

@Porkepix
Copy link
Contributor

Crash log

Crash Report:

App version:     1.8.4 (1084)
Git Commit Hash: ff9861b5a23611e2a02b2b62eebc0f7dbd119bca
Package name:    player.phonograph.plus
Release favor:   modernStable
Android version: 8.0.0 (API 26)
Architecture:    arm64-v8a, armeabi-v7a, armeabi
Soc:             qcom/msm8996 
Device brand:    Sony (by Sony)
Device model:    F8331/F8331 (code F8331)
Build version:   41.3.A.2.192
                 (1629831864)
Language:        en
Memory:          1116/2756 
Screen:          1776x1080 (dpi 480)
Permissions:     Storage()


Stacktrace:
java.lang.NullPointerException
	at eg.o.emit(SourceFile:29)
	at ag.p.emit(SourceFile:598)
	at ag.c.emit(SourceFile:936)
	at na.m0.k(SourceFile:130)
	at oa.e.invokeSuspend(SourceFile:72)
	at oa.e.invoke(SourceFile:13)
	at pg.n.E(SourceFile:5)
	at ka.y.f(SourceFile:10)
	at oa.g.a(SourceFile:7)
	at ag.u.a(SourceFile:376)
	at na.d.a(SourceFile:18)
	at eg.q.invokeSuspend(SourceFile:50)
	at r9.a.resumeWith(SourceFile:9)
	at ka.f0.run(SourceFile:102)
	at androidx.recyclerview.widget.u.run(SourceFile:188)
	at ra.j.run(SourceFile:3)
	at ra.a.run(SourceFile:93)
	Suppressed: pa.e: [m1{Cancelling}@a1e6264, Dispatchers.IO]

Version

1.8.4

Steps to reproduce the bug

None, I was not using Phonograph Plus (I didn't even launched it, it just had its background service)

Environment

Android Oreo (8.0)

Screenshots or Screen recordings

No response

Other helpful information

No response

@Porkepix Porkepix added Bug Bugs. Crashes or something isn't working Crash labels Oct 23, 2024
@chr56
Copy link
Owner

chr56 commented Oct 23, 2024

I could locate the cause, either.

What I can obtain is that a preference (Gapless Playback) is changed, triggering consequence of changing relative status of player, but player is dead(?), resulting in your crash.


I was not using Phonograph Plus

So, what exactly was going on before your crash? Was it playing at that time? If it was stopped or paused, how long is it since last playing (too long may causing service dead)?


And has it happened before? How frequent?


Thank you!


Update 1:

Looks like such things happened on your device (as well as some device specific compatibility issues ). 😞

@chr56 chr56 changed the title [Crash Report] [Crash Report] Unexpected crash in background Oct 23, 2024
@Porkepix
Copy link
Contributor Author

So, what exactly was going on before your crash? Was it playing at that time? If it was stopped or paused, how long is it since last playing (too long may causing service dead)?

No, as explained I didn't even launched Phonograph Plus once since the last phone boot.
But as many other applications, it still have a service running in the background even when you don't touch the application (To be honest, I despise this on Android and the fact we've no control over it, you end up with on ton of background services running for nothing if you installed various applications).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Bugs. Crashes or something isn't working Crash
Projects
None yet
Development

No branches or pull requests

2 participants