https://bugs.kde.org/show_bug.cgi?id=384466
Bug ID: 384466
Summary: Crash running some code
Product: frameworks-qqc2-desktop-style
Version: unspecified
Platform: Other
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Target Milestone: ---
I'm running some qml tests on some non public code (sorry) and got this crash.
valgrind trace follows
==27797== Process terminating with default action of signal 11 (SIGSEGV):
dumping core
==27797== Access not within mapped region at address 0x0
==27797== at 0x21E6FE06: KQuickStyleItem::initStyleOption()
(kquickstyleitem.cpp:588)
==27797== by 0x21E69DE2: KQuickStyleItem::sizeFromContents(int, int)
(kquickstyleitem.cpp:779)
==27797== by 0x21E6A9C4: KQuickStyleItem::updateSizeHint()
(kquickstyleitem.cpp:977)
==27797== by 0x21E6DF71: KQuickStyleItem::qt_static_metacall(QObject*,
QMetaObject::Call, int, void**) (moc_kquickstyleitem_p.cpp:612)
==27797== by 0x7599801: ??? (in /usr/lib/libQt5Qml.so.5.9.1)
==27797== by 0x7620418: ??? (in /usr/lib/libQt5Qml.so.5.9.1)
==27797== by 0x76236D5: ??? (in /usr/lib/libQt5Qml.so.5.9.1)
==27797== by 0x7624E68: ??? (in /usr/lib/libQt5Qml.so.5.9.1)
==27797== by 0x762175F: ??? (in /usr/lib/libQt5Qml.so.5.9.1)
==27797== by 0x7622504: ??? (in /usr/lib/libQt5Qml.so.5.9.1)
==27797== by 0x7624BA9: ??? (in /usr/lib/libQt5Qml.so.5.9.1)
==27797== by 0x7624E68: ??? (in /usr/lib/libQt5Qml.so.5.9.1)
==27797== If you believe this happened as a result of a stack
==27797== overflow in your program's main thread (unlikely but
==27797== possible), you can try to increase the size of the
==27797== main thread stack using the --main-stacksize= flag.
==27797== The main thread stack size used in this run was 8388608.
I think this is on tear down, so may be that you're trying to update something
that is not there anymore?
--
You are receiving this mail because:
You are watching all bug changes.