| Summary: | Crash seelcting desktop settings | ||
|---|---|---|---|
| Product: | [Plasma] kwin | Reporter: | Con Kolivas <kde> |
| Component: | compositing | Assignee: | KWin default assignee <kwin-bugs-null> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | crash | Keywords: | drkonqi |
| Priority: | NOR | ||
| Version First Reported In: | 5.5.5 | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Con Kolivas
2016-06-07 23:22:10 UTC
Possibly bug 351839. Unfortunately the backtrace is lacking debug information which means we don't see where it crashed. From the information we have it looks like a bug in QtQuick. If you are able to reproduce please install debug symbols and attach a new backtrace - hopefully it helps us to see better what's going on and reporting that bug to Qt. I was pretty sure I installed all debuginfo that was possible. What am I missing? > #7 0x00007fde4ce8b685 in QV4::ExecutionEngine::newStringObject(QV4::Value const&) () at /usr/lib/x86_64-linux-gnu/libQt5Qml.so.5 This is still missing debug symbols for the libQt5Qml.so.5. Also for QtQuick and > #50 0x00007fde30677e24 in () at /usr/lib/x86_64-linux-gnu/qt5/plugins/kwincompositing.so Thanks. I've tried every way I can think of to find the remaining debug symbols but I don't know where ubunut has hidden them. list-dbgsym-packages only shows one package that I already have installed. list-dbgsym-packages-v2.1.sh -a /usr/bin/systemsettings5 systemsettings-dbg - System Settings interface debug files I had installed everything I could find related to qtquick as well. Given I can't find any more debug symbols and this bug only happened once to me I may as well give up on it and close it. It's probably just another nvidia driver related issue. |