Summary: | Crash if diashow has 0h0m0s | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | dS810 <artem.anufrij> |
Component: | Containment | Assignee: | Sebastian Kügler <sebas> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | kde, nate, plasma-bugs |
Priority: | NOR | ||
Version: | master | ||
Target Milestone: | 1.0 | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
dS810
2019-02-05 19:54:07 UTC
How did you manage to do that though? (In reply to Kai Uwe Broulik from comment #1) > How did you manage to do that though? it just typed a zero into the field :) I wanted to switch form 0m45s to 1m00s. as first I changed the second field from 45 to 0 and then I pressed enter and forgotten to change minutes from 0 to 1. Reproduced. It didn't crash instantly, but maybe after each picture was shown once (I didn't count). Incomplete backtrace: #6 0x0000000000000051 in ?? () #7 0x00007f5aa0437116 in QQuickItemViewTransitionableItem::startTransition(QQuickItemViewTransitioner*, int) () from /usr/lib64/libQt5Quick.so.5 #8 0x00007f5a99ad8643 in ?? () from /usr/lib64/libQt5QuickTemplates2.so.5 #9 0x00007f5a99ad6a8d in QQuickStackView::replace(QQmlV4Function*) () from /usr/lib64/libQt5QuickTemplates2.so.5 #10 0x00007f5a99afd7ac in ?? () from /usr/lib64/libQt5QuickTemplates2.so.5 #11 0x00007f5a99afdcdb in QQuickStackView::qt_metacall(QMetaObject::Call, int, void**) () from /usr/lib64/libQt5QuickTemplates2.so.5 #12 0x00007f5a9fef18df in QQmlVMEMetaObject::metaCall(QObject*, QMetaObject::Call, int, void**) () from /usr/lib64/libQt5Qml.so.5 #13 0x00007f5a9ff4672d in ?? () from /usr/lib64/libQt5Qml.so.5 #14 0x00007f5a9fe4fa9e in QV4::QObjectMethod::callInternal(QV4::Value const*, QV4::Value const*, int) const () from /usr/lib64/libQt5Qml.so.5 #15 0x00007f5a9fed6285 in QV4::Runtime::method_callProperty(QV4::ExecutionEngine*, QV4::Value*, int, QV4::Value*, int) () from /usr/lib64/libQt5Qml.so.5 #16 0x00007f5a68e38b91 in ?? () #17 0x0000000000000000 in ?? () Seems to be fixed now. |