https://bugs.kde.org/show_bug.cgi?id=455587
--- Comment #3 from Gregory Williams <greg...@gregorywilliams.me.uk> --- Created attachment 156589 --> https://bugs.kde.org/attachment.cgi?id=156589&action=edit New crash information added by DrKonqi plasmashell (5.27.0) using Qt 5.15.8 Resumed Netbeans from a minimised state. Plasmashell disappeared from screen (crashed) and then restarted automatically. This has previously happened, but the backtrace hasn't been deemed useful in those cases. Since then my NetBeans snap has moved from Netbeans 16 to 17, potentially explaining the usefulness of the backtrace? In the linked QTBUG-104398 there's a comment about the use of deprecated functionality in Jasper and that the memory requested is far too large. I've also been seeing this issue. For example (noted from another time, not this particular incident): file:///usr/share/plasma/plasmoids/org.kde.plasma.battery/contents/ui/CompactRepresentation.qml:58:17: Unable to assign [undefined] to int Could not find the Plasmoid for Plasma::FrameSvgItem(0x55c0a14d1100) QQmlContext(0x55c0a0230a50) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml") Could not find the Plasmoid for Plasma::FrameSvgItem(0x55c0a14d1100) QQmlContext(0x55c0a0230a50) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml") file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:222:21: QML SelectableLabel: Binding loop detected for property "implicitWidth" file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:222:21: QML SelectableLabel: Binding loop detected for property "implicitWidth" file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:222:21: QML SelectableLabel: Binding loop detected for property "implicitHeight" file:///usr/lib64/qt5/qml/org/kde/plasma/components.3/ScrollView.qml:45:27: QML ScrollBar: Binding loop detected for property "visible" file:///usr/lib64/qt5/qml/org/kde/plasma/components.3/ScrollView.qml:45:27: QML ScrollBar: Binding loop detected for property "visible" file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/SelectableLabel.qml:37:5: QML TextArea: Binding loop detected for property "implicitHeight" file:///usr/lib64/qt5/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment" WARNING: YOUR CODE IS RELYING ON DEPRECATED FUNCTIONALITY IN THE JASPER LIBRARY. THIS FUNCTIONALITY WILL BE REMOVED IN THE NEAR FUTURE. PLEASE FIX THIS PROBLEM BEFORE YOUR CODE STOPS WORKING. deprecation warning: use of jas_init is deprecated warning: The application program did not set the memory limit for the JasPer library. warning: The JasPer memory limit is being defaulted to a value that may be inappropriate for the system. If the default is too small, some reasonable encoding/decoding operations will fail. If the default is too large, security vulnerabilities will result (e.g., decoding a malicious image could exhaust all memory and crash the system. warning: setting JasPer memory limit to 33661204480 bytes requested memory size is too large (18446744073709551615) -- Backtrace (Reduced): #4 jas_stream_putc_func (stream=0x0, c=0) at /usr/src/debug/jasper-3.0.6-1.fc37.x86_64/src/libjasper/base/jas_stream.c:629 #5 0x00007f44c5cd9be8 in jp2_putuint32 (out=out@entry=0x0, val=val@entry=12) at /usr/src/debug/jasper-3.0.6-1.fc37.x86_64/src/libjasper/jp2/jp2_cod.c:762 #6 0x00007f44c5cdb4c8 in jp2_box_put (box=box@entry=0x559cde446c20, out=out@entry=0x0) at /usr/src/debug/jasper-3.0.6-1.fc37.x86_64/src/libjasper/jp2/jp2_cod.c:565 #7 0x00007f44c5cdd68e in jp2_encode (image=0x559ce20cb350, out=0x0, optstr=0x559cdfd5b8d0 "") at /usr/src/debug/jasper-3.0.6-1.fc37.x86_64/src/libjasper/jp2/jp2_enc.c:146 #8 0x00007f44c5d4a61d in QJp2Handler::write(QImage const&) () at /usr/lib64/qt5/plugins/imageformats/libqjp2.so -- You are receiving this mail because: You are watching all bug changes.