https://bugs.kde.org/show_bug.cgi?id=444516
Tiar <tamtamy.tym...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|krita-bugs-n...@kde.org |dimul...@gmail.com --- Comment #18 from Tiar <tamtamy.tym...@gmail.com> --- @David, to get a more useful console output, please create a file called `.gdbinit` in your home directory with this line: `set print thread-events off` It will remove all those annoying `[New Thread 0x7fff2a37a700 (LWP 284671)]` and leave just things either Krita or Qt print out, mostly warnings or some config info. It also shows all asserts and safe asserts. Safe asserts might also appear in Help -> Show Krita log for bug reports, can you please check it? You probably should scroll to the very bottom. ------- `Still unsignalled after processed 129 tiles` that actually sounds worrying, maybe @Dmitry will know what's up with that. That line was added only recently, two months ago, in this commit: https://invent.kde.org/graphics/krita/-/commit/191e0da9d2a4770f996b89f8e657eef90a79e207 > Proof of concept implementation of multibuffered tile uploading ------- Since it's related to OpenGL, @David does the crash happen every time you paint, or maybe so often that you'd notice if it doesn't crash? If so, can you please try 1) without "Use Texture Buffer" in Display -> Canvas Acceleration; and 2) without Graphics Acceleration altogether, and see if it crashes then as well? I'm assigning Dmitry, thoush maybe someone else, like Amyspark or Ivanyossi, could help too. -- You are receiving this mail because: You are watching all bug changes.