BjoernPetersen / MusicBot-plugins

Collection of official MusicBot plugins
MIT License
0 stars 2 forks source link

LocalMP3 crash when cleaning invalids #26

Open FelixGail opened 4 years ago

FelixGail commented 4 years ago

It seems like (I currently have only very unhelpful journalctl logs) the indexing task in localmp3 crashes when it encounters a file path that is not available anymore.

Aug 04 20:41:39 raspberrypi musicbot-desktop[2279]: [DefaultDispatcher-worker-58] DEBUG net.bjoernpetersen.localmp3.provider.Index - Writing to db: Rock You Like a Hurricane
Aug 04 20:41:39 raspberrypi musicbot-desktop[2279]: [DefaultDispatcher-worker-28] DEBUG net.bjoernpetersen.localmp3.provider.Index - Writing to db: It's My Life
Aug 04 20:41:41 raspberrypi musicbot-desktop[2279]: [DefaultDispatcher-worker-58] DEBUG net.bjoernpetersen.localmp3.provider.Index - Writing to db: Schwarz zu blau
Aug 04 20:41:41 raspberrypi musicbot-desktop[2279]: [DefaultDispatcher-worker-56] DEBUG net.bjoernpetersen.localmp3.provider.Index - Starting index cleanup...
Aug 04 20:41:41 raspberrypi musicbot-desktop[2279]: [DefaultDispatcher-worker-56] DEBUG net.bjoernpetersen.localmp3.provider.Index - Deleting L21lZGlhL2ZlbGl4L3Jvb3Rmcy9ob21lL3BpL3NvbmdzL1R1YmJlLUluX0Jlcmxpbi5tcDM=
Aug 04 20:41:41 raspberrypi musicbot-desktop[2279]: #
Aug 04 20:41:41 raspberrypi musicbot-desktop[2279]: # A fatal error has been detected by the Java Runtime Environment:
Aug 04 20:41:41 raspberrypi musicbot-desktop[2279]: #
Aug 04 20:41:41 raspberrypi musicbot-desktop[2279]: #  SIGSEGV (0xb) at pc=0x756f4260, pid=2279, tid=0x5b9ec460
Aug 04 20:41:41 raspberrypi musicbot-desktop[2279]: #
Aug 04 20:41:41 raspberrypi musicbot-desktop[2279]: # JRE version: OpenJDK Runtime Environment (8.0_212-b01) (build 1.8.0_212-8u212-b01-1+rpi1-b01)
BjoernPetersen commented 3 years ago

A full on JVM crash is going to be hard to debug. This bug doesn't occur often, does it?

FelixGail commented 3 years ago

It doesn't