Summary: | crash on save (Alpine Linux) umbrello 23.04+ still in 24.01.85 | ||
---|---|---|---|
Product: | [Applications] umbrello | Reporter: | Björn Strömberg <bjorn.stromberg86> |
Component: | general | Assignee: | Umbrello Development Group <umbrello-devel> |
Status: | RESOLVED WORKSFORME | ||
Severity: | crash | CC: | okellogg, ralf.habacker |
Priority: | NOR | Keywords: | release_blocker, usability |
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
compressed build log of local package
attachment-4083446-0.html |
Description
Björn Strömberg
2023-12-31 08:13:37 UTC
Not reproducible using Umbrello master built on openSUSE Tumbleweed 20231129 (x86_64, Qt 6.6, Frameworks 5.27.9). (In reply to Björn Strömberg from comment #0) > [...] > the crash has been known since 23.08.x and is still in play on 24.01.85 > made a local build of the beta2-app since its not yet updated to KF6 and > Alpine 3.19 has new enough packages to fulfill the minimums. just to get > atleast the apps debugsymbols. [...] However, your backtrace does not show the app debug symbols: > [...] > #8 0x00007ffff7fba82f in __clone () at src/thread/x86_64/clone.s:22 > Backtrace stopped: frame did not save the PC > (gdb) I'm afraid without the application-side backtrace I cannot proceed. (In reply to Oliver Kellogg from comment #1) > Not reproducible using Umbrello master built on openSUSE Tumbleweed 20231129 > (x86_64, Qt 6.6, Frameworks 5.27.9). > > (In reply to Björn Strömberg from comment #0) > > [...] > > the crash has been known since 23.08.x and is still in play on 24.01.85 > > made a local build of the beta2-app since its not yet updated to KF6 and > > Alpine 3.19 has new enough packages to fulfill the minimums. just to get > > atleast the apps debugsymbols. [...] > > However, your backtrace does not show the app debug symbols: > > [...] > > #8 0x00007ffff7fba82f in __clone () at src/thread/x86_64/clone.s:22 > > Backtrace stopped: frame did not save the PC > > (gdb) > > I'm afraid without the application-side backtrace I cannot proceed. my big problem is that the kcrashhandler is not invoked, had to force the bt via gdb, cant say im used to extracing crash bt manually unfortunally, that was what bt in gdb spit out.. right now i'm working on setting up a ci for building everything on alpine with enabled debuginfo on invent.kde.org on a new repos ci, it will take some time to get all the ducks in a row, but the target is getting this patched into the 24.02 release. if you got any ideas of getting the backtraces faster im all ears, but i think this is the only way to setup a limited scope repos that build ontop of alpine v3.19-{main, Qt, KDE} hopefully nobody gets mad for abusing the CI.. since there been commits after the beta tag, i'll just compile the master without packaging it, and see if works or not, unsure about the process to package from git, no reason to abuse the ci to get debuginfo built if the issue is fixed and will be tagged as rc1 in like a week... master 49cc63e8c8718de3e442d43d284d40811f65ca87 still crashes in the same way. so its something alpine specific. will try to get to the bottom of this Migrating "reproducible" keyword to "CONFIRMED" status. The problem cannot be reproduced on openSUSE Leap 15.6 with version 25.03.90 and 25.07.70. More information may be available if umbrello is run from a Linux console as follows: QT_LOGGING_RULES=kf.*.debug=true umbrello5 Created attachment 180053 [details] attachment-4083446-0.html problem is likely in Musl-libc /Qt / KDE mix. so trying to replicate it on something with gnu's glibc is just going to confirm its likely musl related. there are two ways forward, either musl is supported (there is a start of getting to that by using alpine-qt6 target in KDE-CI) or its not, I currently see it as unsupported or only supported when it "works". I currently do not have the time to put in a effort in getting the alpine-qt6 target, to much other stuff that should been done yesterday. anyway I would have gladly have used umbrello instead of 'drawio' browser solution, but for now I have to use another tool. one of the big problems I had when digging into this problem was that alpine does not ship the debug symbols for Qt and KDE. ps. not sure if this mail will get to the right place, but from my view this problem is worked around with another tool. might get back to this in the future. On Mon, Apr 7, 2025 at 5:28 AM Ralf Habacker <bugzilla_noreply@kde.org> wrote: > https://bugs.kde.org/show_bug.cgi?id=479214 > > Ralf Habacker <ralf.habacker@freenet.de> changed: > > What |Removed |Added > > ---------------------------------------------------------------------------- > CC| |ralf.habacker@freenet.de > Resolution|--- |WAITINGFORINFO > Status|CONFIRMED |NEEDSINFO > > --- Comment #6 from Ralf Habacker <ralf.habacker@freenet.de> --- > The problem cannot be reproduced on openSUSE Leap 15.6 with version > 25.03.90 > and 25.07.70. > > More information may be available if umbrello is run from a Linux console > as > follows: > > QT_LOGGING_RULES=kf.*.debug=true umbrello5 > > -- > You are receiving this mail because: > You reported the bug. 🐛🧹 ⚠️ This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information, then set the bug status to REPORTED. If there is no change for at least 30 days, it will be automatically closed as RESOLVED WORKSFORME. For more information about our bug triaging procedures, please read https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging. Thank you for helping us make KDE software even better for everyone! 🐛🧹 This bug has been in NEEDSINFO status with no change for at least 30 days. Closing as RESOLVED WORKSFORME. |