Summary: | Latte Dock crashes when I try to navigate the widgets menu | ||
---|---|---|---|
Product: | [Plasma] lattedock | Reporter: | cray12399 |
Component: | application | Assignee: | Michail Vourlakos <mvourlakos> |
Status: | RESOLVED WORKSFORME | ||
Severity: | crash | CC: | hellishbliss, nate, ngcreeper |
Priority: | NOR | Keywords: | drkonqi |
Version: | 0.10.4 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
New crash information added by DrKonqi
New crash information added by DrKonqi |
Description
cray12399
2021-06-25 13:58:59 UTC
Is Latte Dock setting its bug reporting URL to the generic "kde" component instead of "lattedock"? We are getting a lot of latte dock crashes files to the "kde" component (In reply to Nate Graham from comment #1) > Is Latte Dock setting its bug reporting URL to the generic "kde" component > instead of "lattedock"? We are getting a lot of latte dock crashes files to > the "kde" component Is that app responsibility? How is it changed? I think you need to set the component property in your kaboutdata. (In reply to Nate Graham from comment #3) > I think you need to set the component property in your kaboutdata. https://github.com/KDE/latte-dock/blob/master/app/main.cpp#L372 I have done so a long time now with no success. Around one or two years back I had asked for help to make this work but noone stepped into. In the past the component was set to latte-dock but then again someone pinged from kde maintenance team and said it should be lattedock. So i changed to lattedock, no idea what does not work and why. Hmm, that is strange. It looks correct to me too. is that still valid with 0.10.1? 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 144199 [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:
Right click latte -> Add widgets
Widget menu appears for a couple of seconds. Typing in anything to the search bar does nothing. Can not scroll through available widgets. Appears widget menu is frozen.
Latte crashes.
Reproducable 100% of the time.
-- Backtrace (Reduced):
#4 0x00007fd3206a9860 in QSGTexture::setFiltering(QSGTexture::Filtering) () at /usr/lib/libQt5Quick.so.5
#5 0x00007fd3206dab3c in QSGOpaqueTextureMaterialShader::updateState(QSGMaterialShader::RenderState const&, QSGMaterial*, QSGMaterial*) () at /usr/lib/libQt5Quick.so.5
#6 0x00007fd3206c141a in QSGBatchRenderer::Renderer::renderMergedBatch(QSGBatchRenderer::Batch const*) () at /usr/lib/libQt5Quick.so.5
#7 0x00007fd3206c6b96 in QSGBatchRenderer::Renderer::renderBatches() () at /usr/lib/libQt5Quick.so.5
#8 0x00007fd3206c75a5 in QSGBatchRenderer::Renderer::render() () at /usr/lib/libQt5Quick.so.5
Created attachment 144515 [details]
New crash information added by DrKonqi
latte-dock (0.10.4) using Qt 5.15.3
- What I was doing when the application crashed:
Navigating through the widgets menu to add a new widget to the dock
-- Backtrace (Reduced):
#4 0x00007f906dbdd284 in QSGTexture::setFiltering(QSGTexture::Filtering) () at /lib/x86_64-linux-gnu/libQt5Quick.so.5
#5 0x00007f906dc14a3f in QSGOpaqueTextureMaterialShader::updateState(QSGMaterialShader::RenderState const&, QSGMaterial*, QSGMaterial*) () at /lib/x86_64-linux-gnu/libQt5Quick.so.5
#6 0x00007f906dbf81b9 in QSGBatchRenderer::Renderer::renderMergedBatch(QSGBatchRenderer::Batch const*) () at /lib/x86_64-linux-gnu/libQt5Quick.so.5
#7 0x00007f906dbfdd15 in QSGBatchRenderer::Renderer::renderBatches() () at /lib/x86_64-linux-gnu/libQt5Quick.so.5
#8 0x00007f906dbfe26a in QSGBatchRenderer::Renderer::render() () at /lib/x86_64-linux-gnu/libQt5Quick.so.5
(In reply to ngcreeper from comment #10) > Created attachment 144515 [details] > New crash information added by DrKonqi > > latte-dock (0.10.4) using Qt 5.15.3 > > - What I was doing when the application crashed: > Navigating through the widgets menu to add a new widget to the dock > > -- Backtrace (Reduced): > #4 0x00007f906dbdd284 in QSGTexture::setFiltering(QSGTexture::Filtering) () > at /lib/x86_64-linux-gnu/libQt5Quick.so.5 > #5 0x00007f906dc14a3f in > QSGOpaqueTextureMaterialShader::updateState(QSGMaterialShader::RenderState > const&, QSGMaterial*, QSGMaterial*) () at > /lib/x86_64-linux-gnu/libQt5Quick.so.5 > #6 0x00007f906dbf81b9 in > QSGBatchRenderer::Renderer::renderMergedBatch(QSGBatchRenderer::Batch > const*) () at /lib/x86_64-linux-gnu/libQt5Quick.so.5 > #7 0x00007f906dbfdd15 in QSGBatchRenderer::Renderer::renderBatches() () at > /lib/x86_64-linux-gnu/libQt5Quick.so.5 > #8 0x00007f906dbfe26a in QSGBatchRenderer::Renderer::render() () at > /lib/x86_64-linux-gnu/libQt5Quick.so.5 How did you navigate, with mouse or keyboard? (In reply to ngcreeper from comment #10) > Created attachment 144515 [details] > New crash information added by DrKonqi > > latte-dock (0.10.4) using Qt 5.15.3 > > - What I was doing when the application crashed: > Navigating through the widgets menu to add a new widget to the dock > > -- Backtrace (Reduced): > #4 0x00007f906dbdd284 in QSGTexture::setFiltering(QSGTexture::Filtering) () > at /lib/x86_64-linux-gnu/libQt5Quick.so.5 > #5 0x00007f906dc14a3f in > QSGOpaqueTextureMaterialShader::updateState(QSGMaterialShader::RenderState > const&, QSGMaterial*, QSGMaterial*) () at > /lib/x86_64-linux-gnu/libQt5Quick.so.5 > #6 0x00007f906dbf81b9 in > QSGBatchRenderer::Renderer::renderMergedBatch(QSGBatchRenderer::Batch > const*) () at /lib/x86_64-linux-gnu/libQt5Quick.so.5 > #7 0x00007f906dbfdd15 in QSGBatchRenderer::Renderer::renderBatches() () at > /lib/x86_64-linux-gnu/libQt5Quick.so.5 > #8 0x00007f906dbfe26a in QSGBatchRenderer::Renderer::render() () at > /lib/x86_64-linux-gnu/libQt5Quick.so.5 How did you navigate, with mouse or keyboard? |