Summary: | krita-5.3.0-prealpha-159fec2a75-x86_64.appimage Replacing libstdc++.so.6 with the fallback version: libstdc++.so.6.0.30 -> libstdc++.so.6.0.32 | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Mauricio Lucas <mauricio.lucas> |
Component: | Usability | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | critical | CC: | dimula73 |
Priority: | NOR | ||
Version First Reported In: | git master (please specify the git hash!) | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Mauricio Lucas
2024-04-28 09:39:51 UTC
I'm not sure if I'm reporting this correctly since it's an alpha build, but trying to help. But what is your problem actually? The warning string is perfectly correct, since Krita requires a newer version of libstdc++, than the OS provides. If running the appimage does nothing and Krita does not open, it is a problem for me. In the stable version 5.1 of Krita, it did not open on 3 of my machines, and the solution was to use the alpha version. Now the alpha version does not work, and version 5.2.2 works. If you tell me how to extract more information to understand the reason why the appimage does not open, I am willing to help with all the tests. My Linux Mint is up to date, and I have verified that this version of the package libstdc++.so.6.0.32 is not available in the stable version. If I do this manually, it will break other packages; if I add servers, it will break more packages, and my system becomes a mess. In my view, these libraries could be packaged together to prevent errors, but that is just my opinion. Thanks for your comment! Automatically switching the status of this bug to REPORTED so that the KDE team knows that the bug is ready to get confirmed. In the future you may also do this yourself when providing needed information. Hi, Mauricio! Could you please test this package with debugging info? https://disk.yandex.ru/d/qhVKC_eTNnD7VA You need to run it under GDB and attach the output to this bug: gdb --eval-command=run --args ./krita-5.3.0-prealpha-5fc43a64b7-x86_64.appimage When it crashes, type in the terminal: thread apply all bt It will generate the full backtrace, please attach it this bug. Waiting for the log Starting program: /home/lucas/Downloads/Krita/krita-5.3.0-prealpha-5fc43a64b7-x86_64.appimage [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". [Detaching after fork from child process 542237] process 542234 is executing new program: /tmp/.mount_krita-gaSKmF/AppRun [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". process 542234 is executing new program: /tmp/.mount_krita-gaSKmF/usr/bin/krita [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". [New Thread 0x7fffef5ff640 (LWP 542242)] [Thread 0x7fffef5ff640 (LWP 542242) exited] [New Thread 0x7fffef5ff640 (LWP 542243)] [Thread 0x7fffef5ff640 (LWP 542243) exited] [New Thread 0x7fffef5ff640 (LWP 542244)] [Thread 0x7fffef5ff640 (LWP 542244) exited] [New Thread 0x7fffef5ff640 (LWP 542247)] [New Thread 0x7fffee63a640 (LWP 542248)] [Thread 0x7fffee63a640 (LWP 542248) exited] [Thread 0x7fffef5ff640 (LWP 542247) exited] [Inferior 1 (process 542234) exited normally] I sent the log without mentioning that this time the program executed and I was able to use it. The same version krita-5.3.0-prealpha-6060b8ee1e-x86_64.appimage. Thanks for your comment! Automatically switching the status of this bug to REPORTED so that the KDE team knows that the bug is ready to get confirmed. In the future you may also do this yourself when providing needed information. Hi, Mauricio! Could you confirm that I understand you right: 1) The nightly build still fails to run for you: https://cdn.kde.org/ci-builds/graphics/krita/master/linux/ 2) The package I shared with you works fine: https://disk.yandex.ru/d/qhVKC_eTNnD7VA Is it correct? (In reply to Dmitry Kazakov from comment #11) > Hi, Mauricio! > > Could you confirm that I understand you right: > > 1) The nightly build still fails to run for you: > https://cdn.kde.org/ci-builds/graphics/krita/master/linux/ > 2) The package I shared with you works fine: > https://disk.yandex.ru/d/qhVKC_eTNnD7VA > > Is it correct? Hi, Dmitry The new versions of the nightly build are working correctly again, and I can run my work without issues. The package you shared with me also worked perfectly. Yes, I confirm that both packages provided in the links are now working correctly. Thanks for your comment! Automatically switching the status of this bug to REPORTED so that the KDE team knows that the bug is ready to get confirmed. In the future you may also do this yourself when providing needed information. Thank you for the information! I'm closing the bug then :) |