Summary: | Window > New view > Close both documents > Crash | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | acc4commissions |
Component: | General | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED NOT A BUG | ||
Severity: | crash | CC: | halla, luis |
Priority: | NOR | ||
Version First Reported In: | git master (please specify the git hash!) | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | All | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
acc4commissions
2021-07-19 15:38:48 UTC
I cannot reproduce this. The crash happens inside Qt's opengl code: have you gotten a windows update or a graphics driver update recently? Does switching between opengl and angle make a difference? (In reply to Halla Rempt from comment #1) > I cannot reproduce this. The crash happens inside Qt's opengl code: have you > gotten a windows update or a graphics driver update recently? Does switching > between opengl and angle make a difference? Switching to Angle made it didn't crash. But I really don't want to use the Angle renderer... :/ And I'm not sure about the updates but I did have a windows update recently. 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. There is no downside to using Angle, though. It avoid bugs in opengl drivers, so it's the solution for this problem. We cannot fix this in Krita itself. The downside is that the cursor is more sluggish with Angle on my system. Anyway I can live with that although it's a disapointment. Consider at least warning people about this. Is there any possibility that it will be fixed by opengl updates in the future? (In reply to acc4commissions from comment #5) > The downside is that the cursor is more sluggish with Angle on my system. I should've said brush outline instead of cursor. Created attachment 165200 [details]
New crash information added by DrKonqi
krita (5.1.5) using Qt 5.15.8
I was exiting app with a unsaved document.
-- Backtrace (Reduced):
#4 0x00007fbd5737ee60 in QOpenGLContext::shareGroup() const () at /lib/x86_64-linux-gnu/libQt5Gui.so.5
[...]
#6 0x00007fbd576d973b in QOpenGLFunctions::initializeOpenGLFunctions() () at /lib/x86_64-linux-gnu/libQt5Gui.so.5
[...]
#8 0x00007fbd58eaf4f0 in KisOpenGLImageTextures::recalculateCache(KisSharedPtr<KisUpdateInfo>, bool) () at /lib/x86_64-linux-gnu/libkritaui.so.18
[...]
#10 0x00007fbd58ea9fc7 in KisOpenGLCanvas2::updateCanvasProjection(KisSharedPtr<KisUpdateInfo>) () at /lib/x86_64-linux-gnu/libkritaui.so.18
#11 0x00007fbd58ce44c0 in KisCanvasWidgetBase::updateCanvasProjection(QVector<KisSharedPtr<KisUpdateInfo> > const&) () at /lib/x86_64-linux-gnu/libkritaui.so.18
|