Summary: | Music player crashes after click on title or album of the currently playing song | ||
---|---|---|---|
Product: | [Applications] juk | Reporter: | tywigi |
Component: | general | Assignee: | Scott Wheeler <wheeler> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | mpyne, nortexoid |
Priority: | NOR | ||
Version First Reported In: | 18.12.0 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/kde/juk/commit/5c1470d2f7f4b3f8ba73644fbfa2206bc22063dd | Version Fixed In: | 18.12.3 |
Sentry Crash Report: | |||
Attachments: | attachment-30407-0.html |
Description
tywigi
2018-12-19 17:55:51 UTC
Created attachment 117698 [details] attachment-30407-0.html After running the player in the terminal the output error is "[1] 16915 segmentation fault (core dumped) juk" On Tue, Jan 8, 2019 at 11:16 PM Christoph Feck <bugzilla_noreply@kde.org> wrote: > https://bugs.kde.org/show_bug.cgi?id=402355 > > Christoph Feck <cfeck@kde.org> changed: > > What |Removed |Added > > ---------------------------------------------------------------------------- > Summary|Music player chrases after |Music player crashes after > |cleck on title or album of |click on title or album of > |the currently playing song. |the currently playing song > Severity|minor |crash > > -- > You are receiving this mail because: > You reported the bug. Can reproduce on Manjaro, juk 18.12.1. However, juk doesn't "close immediately". Rather it unresponsively continues playing music while consuming an entire core of my CPU until I force close it. I've been able to reproduce, but still need to narrow down the bug and come up with a fix. Git commit 5c1470d2f7f4b3f8ba73644fbfa2206bc22063dd by Michael Pyne. Committed on 19/02/2019 at 00:34. Pushed by mpyne into branch 'Applications/18.12'. Fix crash in filtering playlist to playing album/artist. This was caused by infinite recursion in trying to grab the list of playlist items while trying to update the list of playlist items, which could be most easily caused by clicking on the artist or album link in the "now playing" bar while playing a song. FIXED-IN:18.12.3 M +2 -1 playlist.cpp https://invent.kde.org/kde/juk/commit/5c1470d2f7f4b3f8ba73644fbfa2206bc22063dd Thanks for the fix! |