Bug 502299 - Crash when importing ICS file
Summary: Crash when importing ICS file
Status: REPORTED
Alias: None
Product: Merkuro
Classification: Applications
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Compiled Sources Linux
: NOR crash
Target Milestone: ---
Assignee: Claudio Cambra
URL:
Keywords: drkonqi
Depends on:
Blocks:
 
Reported: 2025-04-01 21:35 UTC by Nicolas Fella
Modified: 2025-04-01 21:39 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report: https://crash-reports.kde.org/organizations/kde/issues/157085/events/4d9282e936c945e483450a2cf4ff4c7a/


Attachments
New crash information added by DrKonqi (126.97 KB, text/plain)
2025-04-01 21:35 UTC, Nicolas Fella
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nicolas Fella 2025-04-01 21:35:47 UTC
Application: merkuro-calendar (25.07.70)
 (Compiled from sources)
ApplicationNotResponding [ANR]: false
Qt Version: 6.9.0
Frameworks Version: 6.13.0
Operating System: Linux 6.14.0-63.fc42.x86_64 x86_64
Windowing System: Wayland
Distribution: "Fedora Linux 42 (KDE Plasma Prerelease)"
DrKonqi: 6.3.80 [CoredumpBackend]

-- Information about the crash:
Click on an ICS file in Dolphin -> Add to existing calendar -> Select calendar

The crash can be reproduced every time.

-- Backtrace (Reduced):
#5  0x00007f1690a8a824 in QQmlPropertyData::coreIndex (this=<optimized out>) at /home/nico/workspace/qt6/qtdeclarative/src/qml/qml/qqmlpropertydata_p.h:264
#6  QV4::QObjectWrapper::getProperty (engine=0x1598a850, wrapper=0x7f16177bb9e0, object=0x16498c10, property=0x0, flags=...) at /home/nico/workspace/qt6/qtdeclarative/src/qml/jsruntime/qv4qobjectwrapper.cpp:350
#8  operator() (__closure=<synthetic pointer>, obj=<optimized out>) at /home/nico/workspace/qt6/qtdeclarative/src/qml/jsruntime/qv4qmlcontext.cpp:662
#10 QV4::QQmlContextWrapper::lookupScopeObjectProperty (l=0x15bd8710, engine=0x1598a850, base=0x7f16383b8678) at /home/nico/workspace/qt6/qtdeclarative/src/qml/jsruntime/qv4qmlcontext.cpp:658
#11 0x00007f1690ab537d in QV4::Runtime::CallQmlContextPropertyLookup::call (engine=0x1598a850, index=<optimized out>, argv=0x7f16383b85e0, argc=0) at /home/nico/workspace/qt6/qtdeclarative/src/qml/jsruntime/qv4runtime.cpp:1465
#12 0x00007f1690aff48e in QV4::Moth::VME::interpret (frame=0x16498c30, frame@entry=0x7ffe91af0810, engine=0x1598a850, code=0x7f16151319e7 "\030\006\324\026\006\002") at /home/nico/workspace/qt6/qtdeclarative/src/qml/jsruntime/qv4vme_moth.cpp:833
#13 0x00007f1690b05a5f in QV4::Moth::VME::exec (frame=frame@entry=0x7ffe91af0810, engine=engine@entry=0x1598a850) at /home/nico/workspace/qt6/qtdeclarative/src/qml/jsruntime/qv4vme_moth.cpp:487
#14 0x00007f1690a2add0 in QV4::doCall (self=<optimized out>, thisObject=<optimized out>, argv=<optimized out>, argc=<optimized out>, context=<optimized out>) at /home/nico/workspace/qt6/qtdeclarative/src/qml/jsruntime/qv4function.cpp:52
#15 0x00007f1690a2af39 in QV4::Function::call (this=this@entry=0x15bd9bc0, thisObject=<optimized out>, argv=argv@entry=0x7f16383b85d0, argc=<optimized out>, context=<optimized out>) at /home/nico/workspace/qt6/qtdeclarative/src/qml/jsruntime/qv4function.cpp:77
#16 0x00007f1690a2b217 in operator() (__closure=<synthetic pointer>, thisObject=<optimized out>, argv=0x7f16383b85d0, argc=<optimized out>) at /home/nico/workspace/qt6/qtdeclarative/src/qml/jsruntime/qv4function.cpp:28
#18 QV4::Function::call (this=0x15bd9bc0, thisObject=<optimized out>, a=a@entry=0x7ffe91af2a48, types=0x7ffe91af0af8, argc=<optimized out>, context=<optimized out>) at /home/nico/workspace/qt6/qtdeclarative/src/qml/jsruntime/qv4function.cpp:25
#19 0x00007f1690bbc110 in QQmlJavaScriptExpression::evaluate (this=<optimized out>, a=a@entry=0x7ffe91af2a48, types=<optimized out>, argc=<optimized out>) at /home/nico/workspace/qt6/qtdeclarative/src/qml/qml/qqmljavascriptexpression.cpp:270
#20 0x00007f1690b4f27a in QQmlBoundSignalExpression::evaluate (this=<optimized out>, a=a@entry=0x7ffe91af2a48) at /home/nico/workspace/qt6/qtbase/src/corelib/tools/qvarlengtharray.h:90
#21 0x00007f1690b4fe80 in QQmlBoundSignal_callback (e=0x1b19e550, a=0x7ffe91af2a48) at /home/nico/workspace/qt6/qtdeclarative/src/qml/qml/qqmlboundsignal.cpp:315
#22 0x00007f1690bec3f1 in QQmlNotifier::emitNotify (endpoint=<optimized out>, a=0x7ffe91af2a48) at /home/nico/workspace/qt6/qtdeclarative/src/qml/qml/qqmlnotifier.cpp:70
#23 0x00007f168fe0b5b0 in doActivate<false> (sender=0x16498c10, signal_index=96, argv=argv@entry=0x7ffe91af2a48) at /home/nico/workspace/qt6/qtbase/src/corelib/kernel/qobject.cpp:4036


Reported using DrKonqi
Comment 1 Nicolas Fella 2025-04-01 21:35:48 UTC
Created attachment 179918 [details]
New crash information added by DrKonqi

DrKonqi auto-attaching complete backtrace.