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: | CONFIRMED --- | ||
Severity: | crash | CC: | okellogg |
Priority: | NOR | Keywords: | release_blocker, usability |
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | compressed build log of local package |
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. |