On Wednesday 2020-09-16 15:35, Hans-Peter Jansen wrote:
libqt5 (5.15.0 -> 5.15.1)
Crashed plasmashell with SIGSEGV in QGridLayoutRowData::distributeMultiCells() due to an older eventcalendar plasmoid. Fun. Wasn't QtQuick invented to avoid such behavior? The crashlog is a beauty, since it contains *70678* frames.
Looks more like a never-ending recursion that only stopped because SIGSEGV is signalling out-of-memory conditions. It stopping at line 162 - function start - could support that theory, as "push" asm statements (common as function prologue) would start writing into an unmapped region.
https://paste.opensuse.org/81192156 Never saw such a crash before. -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org