| Summary: | Kid3 crashes after handingly only a few files out of <20. | ||
|---|---|---|---|
| Product: | [Applications] kid3 | Reporter: | Joe Carey <joecarey> |
| Component: | general | Assignee: | Urs Fleisch <ufleisch> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | crash | Keywords: | drkonqi |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | attachment-2959846-0.html | ||
|
Description
Joe Carey
2024-10-23 12:09:35 UTC
Thanks for the report. Unfortunately, I am not able to reproduce it, neither on Ubuntu 24.04 nor on other Linux distributions. From the stack trace, I can see that it happens when you save the files, the last recognizable call from Kid3 is BaseMainWindowImpl::showOperationProgress(), after that it is probably qApp->processEvents() on line 366 of basemainwindow.cpp, which processes Qt event and can be anything, so it is hard to tell what exactly is crashing. rowsAboutToBeRemoved() would suggest that rows are removed in some model, but where and why when only files are saved? So I am a little at a loss, and would like to get some additional information: - Does it happen with any files, or it there a specific file which has to be part of the save operation? - What kind of files? Are they on the local drive or on an external drive? Is there anything special in the setup? - Does the crash also occur with the Qt-only version kid3-qt? - Could you try if the crash occurs also with the version from my PPA (see https://kid3.kde.org/#download), it also uses the system Qt libraries, so I would expect it to behave the same? - Does the crash also occur if you are using a binary which uses Qt 6, for example the https://prdownloads.sourceforge.net/kid3/kid3-3.9.6-Linux.tgz or the flatpak from https://flathub.org/apps/details/org.kde.kid3? Created attachment 175192 [details] attachment-2959846-0.html Hi Uri, My apologies, I think it's just a matter of the size of the image I was using when trying to add an album cover. I didn't notice the massive filesize of some of the images I was using, and after resizing them to something more appropriate, there is no issue. Thank you for your time sir. Regards, Joe On Thu, Oct 24, 2024 at 1:40 PM Urs Fleisch <bugzilla_noreply@kde.org> wrote: > https://bugs.kde.org/show_bug.cgi?id=495238 > > --- Comment #1 from Urs Fleisch <ufleisch@users.sourceforge.net> --- > Thanks for the report. Unfortunately, I am not able to reproduce it, > neither on > Ubuntu 24.04 nor on other Linux distributions. From the stack trace, I can > see > that it happens when you save the files, the last recognizable call from > Kid3 > is BaseMainWindowImpl::showOperationProgress(), after that it is probably > qApp->processEvents() on line 366 of basemainwindow.cpp, which processes Qt > event and can be anything, so it is hard to tell what exactly is crashing. > rowsAboutToBeRemoved() would suggest that rows are removed in some model, > but > where and why when only files are saved? So I am a little at a loss, and > would > like to get some additional information: > > - Does it happen with any files, or it there a specific file which has to > be > part of the save operation? > - What kind of files? Are they on the local drive or on an external drive? > Is > there anything special in the setup? > - Does the crash also occur with the Qt-only version kid3-qt? > - Could you try if the crash occurs also with the version from my PPA (see > https://kid3.kde.org/#download), it also uses the system Qt libraries, so > I > would expect it to behave the same? > - Does the crash also occur if you are using a binary which uses Qt 6, for > example the https://prdownloads.sourceforge.net/kid3/kid3-3.9.6-Linux.tgz > or > the flatpak from https://flathub.org/apps/details/org.kde.kid3? > > -- > You are receiving this mail because: > You reported the bug. |