Summary: | System settings crash after change background of lock screen | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | terkald <adressepoub.rl> |
Component: | general | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | adressepoub.rl, nate, oded, soundsurfer99 |
Priority: | NOR | Keywords: | drkonqi |
Version: | 5.20.2 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
New crash information added by DrKonqi
New crash information added by DrKonqi |
Description
terkald
2020-12-03 18:07:05 UTC
*** This bug has been marked as a duplicate of bug 426047 *** Created attachment 134368 [details]
New crash information added by DrKonqi
systemsettings5 (5.20.4) using Qt 5.15.2
- What I was doing when the application crashed:
I opened System settings -> workspace behaviour -> screen locking, now click appearance: configure to change the image; then clicking into any other category makes systemsettings reproducibly crash (independently of if any settings were changed or not).
-- Backtrace (Reduced):
#6 0x00007f47ddb834ca in QQmlData::wasDeleted (object=0x55c141c8b270) at ../../include/QtQml/5.15.2/QtQml/private/../../../../../src/qml/qml/qqmldata_p.h:338
#7 QV4::QObjectWrapper::getQmlProperty (engine=engine@entry=0x55c140356e80, qmlContext=qmlContext@entry=0x55c13dba3450, object=0x55c141c8b270, name=0x7f47ab3c05e8, revisionMode=revisionMode@entry=QV4::QObjectWrapper::CheckRevision, hasProperty=hasProperty@entry=0x7fffe1b44b98, property=0x7fffe1b44ba0) at jsruntime/qv4qobjectwrapper.cpp:360
#8 0x00007f47ddb62fda in QV4::QQmlContextWrapper::getPropertyAndBase (resource=<optimized out>, id=..., receiver=<optimized out>, hasProperty=0x7fffe1b44c17, base=0x0, lookup=0x0) at jsruntime/qv4qmlcontext.cpp:316
#9 0x00007f47ddb638a3 in QV4::QQmlContextWrapper::resolveQmlContextPropertyLookupGetter (l=0x55c140e46d00, engine=0x55c140356e80, base=0x0) at jsruntime/qv4qmlcontext.cpp:481
#10 0x00007f47ddba0030 in QV4::Moth::VME::interpret (frame=0x7fffe1b44e00, engine=0x55c140356e80, code=0x7f47c1858adb "\030\n(P\030\r\247g\001") at jsruntime/qv4vme_moth.cpp:585
Created attachment 134731 [details]
New crash information added by DrKonqi
systemsettings5 (5.20.80) using Qt 5.15.2
- What I was doing when the application crashed:
1. Open System Settings
2. Search and select Screen Locking
3. Select Configure under Appearance
4. Close System Settings
This causes the crash
-- Backtrace (Reduced):
#4 0x00007f39343429be in QQmlData::wasDeleted(QObject const*) (object=0x5560f378dd70) at ../../include/QtQml/5.15.2/QtQml/private/../../../../../src/qml/qml/qqmldata_p.h:338
#5 QV4::QObjectWrapper::getQmlProperty(QV4::ExecutionEngine*, QQmlContextData*, QObject*, QV4::String*, QV4::QObjectWrapper::RevisionMode, bool*, QQmlPropertyData**) (engine=engine@entry=0x5560f4386cc0, qmlContext=qmlContext@entry=0x5560f355d620, object=0x5560f378dd70, name=0x7f38f03415e8, revisionMode=revisionMode@entry=QV4::QObjectWrapper::CheckRevision, hasProperty=hasProperty@entry=0x7ffd60bcc198, property=0x7ffd60bcc1a0) at jsruntime/qv4qobjectwrapper.cpp:360
#6 0x00007f393431ccf2 in QV4::QQmlContextWrapper::getPropertyAndBase(QV4::QQmlContextWrapper const*, QV4::PropertyKey, QV4::Value const*, bool*, QV4::Value*, QV4::Lookup*) (resource=<optimized out>, id=..., receiver=<optimized out>, hasProperty=0x7ffd60bcc217, base=0x0, lookup=0x0) at ../../include/QtQml/5.15.2/QtQml/private/../../../../../src/qml/common/qv4staticvalue_p.h:325
#7 0x00007f393431d644 in QV4::QQmlContextWrapper::resolveQmlContextPropertyLookupGetter(QV4::Lookup*, QV4::ExecutionEngine*, QV4::Value*) (l=0x5560f39376d0, engine=0x5560f4386cc0, base=0x0) at ../../include/QtQml/5.15.2/QtQml/private/../../../../../src/qml/common/qv4staticvalue_p.h:325
#8 0x00007f393436387c in QV4::Moth::VME::interpret(QV4::CppStackFrame*, QV4::ExecutionEngine*, char const*) (frame=0x7ffd60bcc400, engine=0x5560f4386cc0, code=0x7f38ea300adb "\030\n(P\030\r\247g\001") at jsruntime/qv4vme_moth.cpp:585
(In reply to Nate Graham from comment #1) > > *** This bug has been marked as a duplicate of bug 426047 *** I do not believe this issue is a duplicate of bug 426047: for once, the initial backtrace in that report is completely different. Furthermore, that report mentions a few KCMs where that problem occurs - and that does not list Lock Screen. Lastly, the behavior mentioned in that report is a crash on activating a KCM, while this report is a crash when closing System Settings. *** This bug has been marked as a duplicate of bug 411795 *** *** This bug has been marked as a duplicate of bug 428461 *** |