https://bugs.kde.org/show_bug.cgi?id=472793

brainpower <brainpo...@mailbox.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |brainpo...@mailbox.org

--- Comment #1 from brainpower <brainpo...@mailbox.org> ---
Any "LANG" which is not empty or C, does produce a crash:

no crash:
LANG= merkuro-calendar
LANG=C merkuro-calendar

crash:
LANG=C.UTF-8 merkuro-calendar
LANG=de_DE.UTF-8 merkuro-calendar
LANG=fr_FR.UTF-8 merkuro-calendar
LANG=en_US.UTF-8 merkuro-calendar
LANG=en_US merkuro-calendar

The bind loop message seems irrelevant, since it also appears when it does not
crash.

>From the backtrace it seems to try to look up a qml property and fails doing
that.
I've got no idea how to debug this further, though:
(gdb) bt
#0  0x00007ffff709f452 in
QV4::QQmlValueTypeWrapper::create(QV4::ExecutionEngine*, QObject*, int,
QMetaObject const*, int)
    (engine=0x555555cd8870, object=0x5555567c3e80, property=13,
metaObject=0x7ffff7d11de0 <QQuickColorValueType::staticMetaObject>, typeId=67)
    at
/usr/src/debug/qt5-declarative/qtdeclarative/src/qml/qml/qqmlvaluetypewrapper.cpp:187
#1  0x00007ffff6f74476 in loadProperty(QV4::ExecutionEngine*, QObject*,
QQmlPropertyData const&) (v4=0x555555cd8870, object=0x5555567c3e80,
property=...)
    at
/usr/src/debug/qt5-declarative/qtdeclarative/src/qml/jsruntime/qv4qobjectwrapper.cpp:186
#2  0x00007ffff6f7535d in
QV4::QObjectWrapper::getQmlProperty(QV4::ExecutionEngine*, QQmlContextData*,
QObject*, QV4::String*, QV4::QObjectWrapper::RevisionMode, bool*,
QQmlPropertyData**)
    (property=0x0, hasProperty=0x0,
revisionMode=QV4::QObjectWrapper::IgnoreRevision, name=0x7fffbc3c05b0,
object=0x5555567c3e80, qmlContext=0x555558478de0, engine=0x555555cd8870)
    at
/usr/src/debug/qt5-declarative/qtdeclarative/src/qml/jsruntime/qv4qobjectwrapper.cpp:388
#3  QV4::QObjectWrapper::getQmlProperty(QV4::ExecutionEngine*,
QQmlContextData*, QObject*, QV4::String*, QV4::QObjectWrapper::RevisionMode,
bool*, QQmlPropertyData**)
    (engine=0x555555cd8870, qmlContext=0x555558478de0, object=0x5555567c3e80,
name=0x7fffbc3c05b0, revisionMode=QV4::QObjectWrapper::IgnoreRevision,
hasProperty=0x0, property=0x0)
    at
/usr/src/debug/qt5-declarative/qtdeclarative/src/qml/jsruntime/qv4qobjectwrapper.cpp:358
#4  0x00007ffff70a50bf in QV4::QQmlTypeWrapper::virtualGet(QV4::Managed const*,
QV4::PropertyKey, QV4::Value const*, bool*)
    (m=0x7fffbc3c05a0, id=..., receiver=0x7fffbc3c05a0, hasProperty=0x0) at
/usr/src/debug/qt5-declarative/qtdeclarative/src/qml/qml/qqmltypewrapper.cpp:268
#5  0x00007ffff6f1f301 in QV4::Lookup::getterFallback(QV4::Lookup*,
QV4::ExecutionEngine*, QV4::Value const&) (l=0x555556516920,
engine=0x555555cd8870, object=<optimized out>)
    at
/usr/src/debug/qt5-declarative/qtdeclarative/src/qml/jsruntime/qv4lookup.cpp:231
#6  0x00007fffa53b6828 in  ()
#7  0x00007fffff7ff4e0 in  ()
#8  0x0000000000000000 in  ()

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to