| Summary: | Segmentation Fault on Wayland | ||
|---|---|---|---|
| Product: | [Unmaintained] lattedock | Reporter: | ryu.ketsueki |
| Component: | application | Assignee: | Michail Vourlakos <mvourlakos> |
| Status: | RESOLVED UPSTREAM | ||
| Severity: | crash | ||
| Priority: | NOR | ||
| Version First Reported In: | git (master) | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
ryu.ketsueki
2022-02-06 04:38:21 UTC
(In reply to Michail Vourlakos from comment #1) > https://userbase.kde.org/LatteDock/HowToReportCrashes The exact same thing appeared for me on ddd. No Stack I used coredumpctl as suggested for debugging another bug report I submitted but for a third party kwin effect, hoping it would work and I managed to get a backtrace from gdb. The backtrace was gigantic, though, pointing to memory addresses. What I could make out, are the following lines
#1 qGetPtrHelper<QScopedPointer<QObjectData, QScopedPointerDeleter<QObjectData> > >(QScopedPointer<QObjectData, QScopedPointerDeleter<QObjectData> >&) (ptr=<optimized out>)
at ../../include/QtCore/../../src/corelib/global/qglobal.h:1143
#2 QApplication::d_func() (this=<optimized out>) at kernel/qapplication.h:217
#3 QApplication::notify(QObject*, QEvent*)
(this=0x7ffd909f10e0, receiver=0x55d87227d8d0, e=0x7ffd901f3210)
at kernel/qapplication.cpp:2859
(In reply to ryu.ketsueki from comment #3) > I used coredumpctl as suggested for debugging another bug report I submitted > but for a third party kwin effect, hoping it would work and I managed to get > a backtrace from gdb. The backtrace was gigantic, though, pointing to memory > addresses. What I could make out, are the following lines > > #1 qGetPtrHelper<QScopedPointer<QObjectData, > QScopedPointerDeleter<QObjectData> > >(QScopedPointer<QObjectData, > QScopedPointerDeleter<QObjectData> >&) (ptr=<optimized out>) > at ../../include/QtCore/../../src/corelib/global/qglobal.h:1143 > #2 QApplication::d_func() (this=<optimized out>) at > kernel/qapplication.h:217 > #3 QApplication::notify(QObject*, QEvent*) > (this=0x7ffd909f10e0, receiver=0x55d87227d8d0, e=0x7ffd901f3210) > at kernel/qapplication.cpp:2859 out of latte responsibility... |