Summary: | Merkuro Calendar crashes on startup | ||
---|---|---|---|
Product: | [Applications] Merkuro | Reporter: | Ridge <kde> |
Component: | general | Assignee: | Claudio Cambra <claudio.cambra> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | carl, nate |
Priority: | NOR | Keywords: | drkonqi |
Version First Reported In: | 23.08.0 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/pim/merkuro/-/commit/b15f8629599477953dba429eac57260cd67a6cc6 | Version Fixed In: | 23.08.1 |
Sentry Crash Report: | |||
Attachments: | Another backtrace that seems to have more information. |
Description
Ridge
2023-08-21 22:29:09 UTC
Created attachment 161122 [details]
Another backtrace that seems to have more information.
Uploading this backtrace just in case it's more informative than the first one, I generated this one manually using GDB.
Just updated to the official 24.08 release in the Arch Linux repository, and it still segfaults when launching it, in both Wayland and X11, Norwegian or English locale doesn't matter. Merkuro Contacts and Mail works. When trying to start Merkuro Calendar from a terminal, this is the output: merkuro-calendar qrc:/BasicMonthListView.qml:22:5: Required property startDate was not initialized qrc:/MainDrawerToggleButton.qml:25: TypeError: Cannot read property 'collapsed' of undefined qrc:/MainDrawerToggleButton.qml:14: TypeError: Cannot read property 'collapsed' of undefined qrc:/MainDrawerToggleButton.qml:11: TypeError: Cannot read property 'mainDrawer' of undefined 30 -- exe=/usr/bin/merkuro-calendar 17 -- platform=wayland 25 -- appname=merkuro-calendar 17 -- apppath=/usr/bin 10 -- signal=11 9 -- pid=5205 19 -- appversion=23.08.0 29 -- programname=Merkuro Calendar 31 -- bugaddress=submit@bugs.kde.org KCrash: crashing... crashRecursionCounter = 2 KCrash: Application Name = merkuro-calendar path = /usr/bin pid = 5205 KCrash: Arguments: /usr/bin/merkuro-calendar KCrash: Attempting to start /usr/lib/drkonqi kf5idletime_wayland: This plugin does not support polling idle time [1]+ Stopped merkuro-calendar Git commit 3572a9672924993b86aebca9caae14f00fbf4633 by Carl Schwan. Committed on 28/08/2023 at 00:21. Pushed by carlschwan into branch 'master'. Fix segfault on launch M +1 -0 src/calendar/qml/MainViews/ScheduleView.qml https://invent.kde.org/pim/merkuro/-/commit/3572a9672924993b86aebca9caae14f00fbf4633 Git commit b15f8629599477953dba429eac57260cd67a6cc6 by Carl Schwan. Committed on 28/08/2023 at 00:22. Pushed by carlschwan into branch 'release/23.08'. Fix segfault on launch (cherry picked from commit 3572a9672924993b86aebca9caae14f00fbf4633) M +1 -0 src/calendar/qml/MainViews/ScheduleView.qml https://invent.kde.org/pim/merkuro/-/commit/b15f8629599477953dba429eac57260cd67a6cc6 |