Summary: | Latte dock crashing when changing Plasma appearance | ||
---|---|---|---|
Product: | [Plasma] lattedock | Reporter: | Sean Fried <sean.fried> |
Component: | application | Assignee: | Michail Vourlakos <mvourlakos> |
Status: | RESOLVED WORKSFORME | ||
Severity: | crash | CC: | beauclair.tommy, nicolas.fella, pfyu817 |
Priority: | NOR | Keywords: | drkonqi |
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
New crash information added by DrKonqi
New crash information added by DrKonqi |
Description
Sean Fried
2021-09-01 23:32:05 UTC
I think everything points to qt and graphics driver. Nonetheless, https://userbase.kde.org/LatteDock/HowToReportCrashes Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging Thank you for helping us make KDE software even better for everyone! Created attachment 144020 [details]
New crash information added by DrKonqi
latte-dock (0.10.4) using Qt 5.15.2
- What I was doing when the application crashed:
I was changing some plasma settings. Latte dock restarted and an error message with segfault appears.
Happens sometimes when I'm doing things unrelated to plasma settings
-- Backtrace (Reduced):
#4 0x00007f5e8b23f184 in QSGTexture::setFiltering(QSGTexture::Filtering) () at /lib/x86_64-linux-gnu/libQt5Quick.so.5
#5 0x00007f5e8b27003f in QSGOpaqueTextureMaterialShader::updateState(QSGMaterialShader::RenderState const&, QSGMaterial*, QSGMaterial*) () at /lib/x86_64-linux-gnu/libQt5Quick.so.5
#6 0x00007f5e8b256bdc in QSGBatchRenderer::Renderer::renderMergedBatch(QSGBatchRenderer::Batch const*) () at /lib/x86_64-linux-gnu/libQt5Quick.so.5
#7 0x00007f5e8b25c1e5 in QSGBatchRenderer::Renderer::renderBatches() () at /lib/x86_64-linux-gnu/libQt5Quick.so.5
#8 0x00007f5e8b25cbd2 in QSGBatchRenderer::Renderer::render() () at /lib/x86_64-linux-gnu/libQt5Quick.so.5
Created attachment 144373 [details]
New crash information added by DrKonqi
latte-dock (0.10.4) using Qt 5.15.2
- What I was doing when the application crashed:
This happens to me multiple times for a while now. I'm not entirely sure about how this is triggered. But it seems to be related to launching new applications and LatteDock needs to update. But it also happened a fiew time when I'm not doing anything related to window.
-- Backtrace (Reduced):
#4 0x00007fd3e4596c14 in QSGOpaqueTextureMaterialShader::updateState(QSGMaterialShader::RenderState const&, QSGMaterial*, QSGMaterial*) () at /usr/lib/libQt5Quick.so.5
#5 0x00007fd3e457d41a in QSGBatchRenderer::Renderer::renderMergedBatch(QSGBatchRenderer::Batch const*) () at /usr/lib/libQt5Quick.so.5
#6 0x00007fd3e4582b96 in QSGBatchRenderer::Renderer::renderBatches() () at /usr/lib/libQt5Quick.so.5
#7 0x00007fd3e45835a5 in QSGBatchRenderer::Renderer::render() () at /usr/lib/libQt5Quick.so.5
#8 0x00007fd3e456a622 in QSGRenderer::renderScene(QSGBindable const&) () at /usr/lib/libQt5Quick.so.5
waiting feedback I'll try to reproduce this using a debug build of Latte Dock and also qt, since the stack trace seems to originate in the qt code. I'll report back next week when I got time. Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! I compiled latte-dock and qt with debug info and I've been running latte-dock under gdb for about a week now without any crash, while previously the crash can happen multiple times a day. I think it's safe to assume the latest git version somehow fixed this. (In reply to Peifeng Yu from comment #10) > I compiled latte-dock and qt with debug info and I've been running > latte-dock under gdb for about a week now without any crash, while > previously the crash can happen multiple times a day. I think it's safe to > assume the latest git version somehow fixed this. it could be a packaging issue |