Summary: | Krita Crashes After a Few Seconds | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Salmaan <salsaeed999> |
Component: | General | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED DOWNSTREAM | ||
Severity: | crash | CC: | halla, shzam |
Priority: | NOR | ||
Version First Reported In: | 5.1.4 | ||
Target Milestone: | --- | ||
Platform: | Flatpak | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
Krita Crash Demonstration
The Whole Bug Report Information Krita Usage Log |
Description
Salmaan
2022-12-30 07:20:20 UTC
Created attachment 154895 [details]
Krita Crash Demonstration
Created attachment 154896 [details]
The Whole Bug Report Information
This text file contains more information about the bug report.
Created attachment 154897 [details]
Krita Usage Log
This text file contains the usage log of Krita if more information is need for the bug report.
Can you please run it within gdb, so we can get a backtrace? If you have it installed you can do: gdb <path-to-krita-binary or $(which krita) > Then once you're in gdb: type `run`, let it crash and then type `backtrace` (In reply to sh_zam from comment #4) > Can you please run it within gdb, so we can get a backtrace? > > If you have it installed you can do: > > gdb <path-to-krita-binary or $(which krita) > > > Then once you're in gdb: type `run`, let it crash and then type `backtrace` Since krita is a flatpak app, I ran the follwing commands: 1. `flatpak run --command=sh --devel org.kde.krita` 2. `gdb /app/bin/krita` 3. `run` After the `run` command it hangs on "Starting program: /app/bin/krita" and it exists out of flatpak's shell. I am having a hard time getting the backtrace. Let me know if I am doing anything wrong. (In reply to sh_zam from comment #4) > Can you please run it within gdb, so we can get a backtrace? > > If you have it installed you can do: > > gdb <path-to-krita-binary or $(which krita) > > > Then once you're in gdb: type `run`, let it crash and then type `backtrace` Nevermind, ignore the previous post. I was able to get a backtrace of krita crashing. Backtrace: $ flatpak run --command=sh --devel org.kde.krita [📦 org.kde.krita ~]$ gdb /app/bin/krita GNU gdb (GDB) 12.1 Copyright (C) 2022 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-unknown-linux-gnu". Type "show configuration" for configuration details. For bug reporting instructions, please see: <https://www.gnu.org/software/gdb/bugs/>. Find the GDB manual and other documentation resources online at: <http://www.gnu.org/software/gdb/documentation/>. For help, type "help". Type "apropos word" to search for commands related to "word"... Reading symbols from /app/bin/krita... (No debugging symbols found in /app/bin/krita) (gdb) run Starting program: /app/bin/krita [Thread debugging using libthread_db enabled] Using host libthread_db library "/usr/lib/x86_64-linux-gnu/libthread_db.so.1". [New Thread 0x7ffff0299640 (LWP 16)] [New Thread 0x7fffefa50640 (LWP 17)] Qt: Session management error: None of the authentication protocols specified are supported [Thread 0x7ffff0299640 (LWP 16) exited] [New Thread 0x7ffff0299640 (LWP 18)] Qt: Session management error: None of the authentication protocols specified are supported 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. That doesn't really tell us anything... "Qt: Session management error: None of the authentication protocols specified are supported" sounds suspicious. Maybe contact the flatpak packagers -- they might have an idea? See https://github.com/flathub/org.kde.krita/ -- please also test the appimage, since that's the official build for Linux. (In reply to Halla Rempt from comment #8) > That doesn't really tell us anything... "Qt: Session management error: None > of the authentication protocols specified are supported" sounds suspicious. > Maybe contact the flatpak packagers -- they might have an idea? See > https://github.com/flathub/org.kde.krita/ -- please also test the appimage, > since that's the official build for Linux. My bad this should be the full backtrace. This backtace mentions about "QObject::startTimer: Timers cannot have negative intervals". I tried the app image of krita and that worked well. I will report this to the flatpak packagers. Backtrace: $ flatpak run --command=sh --devel org.kde.krita [📦 org.kde.krita ~]$ gdb /app/bin/krita GNU gdb (GDB) 12.1 Copyright (C) 2022 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-unknown-linux-gnu". Type "show configuration" for configuration details. For bug reporting instructions, please see: <https://www.gnu.org/software/gdb/bugs/>. Find the GDB manual and other documentation resources online at: <http://www.gnu.org/software/gdb/documentation/>. For help, type "help". Type "apropos word" to search for commands related to "word"... Reading symbols from /app/bin/krita... (No debugging symbols found in /app/bin/krita) (gdb) run Starting program: /app/bin/krita [Thread debugging using libthread_db enabled] Using host libthread_db library "/usr/lib/x86_64-linux-gnu/libthread_db.so.1". [New Thread 0x7ffff0299640 (LWP 16)] [New Thread 0x7fffefa50640 (LWP 17)] Qt: Session management error: None of the authentication protocols specified are supported [Thread 0x7ffff0299640 (LWP 16) exited] [New Thread 0x7ffff0299640 (LWP 18)] Qt: Session management error: None of the authentication protocols specified are supported [Thread 0x7ffff0299640 (LWP 18) exited] [New Thread 0x7ffff0299640 (LWP 19)] Qt: Session management error: None of the authentication protocols specified are supported [Thread 0x7ffff0299640 (LWP 19) exited] [New Thread 0x7ffff0299640 (LWP 20)] Gtk-Message: 15:03:03.554: Failed to load module "canberra-gtk-module" Gtk-Message: 15:03:03.554: Failed to load module "canberra-gtk-module" Qt: Session management error: None of the authentication protocols specified are supported [New Thread 0x7fffde2f4640 (LWP 21)] QObject::startTimer: Timers cannot have negative intervals Thank you for reporting to downstream! |