[kontact] [Bug 483844] kontact segfaults on startup

2024-03-18 Thread Andreas Schneider
https://bugs.kde.org/show_bug.cgi?id=483844

--- Comment #3 from Andreas Schneider  ---
Thank you very much for the quick fix.

I wanted to send a email to the package maintainer at openSUSE. So in konsole I
right clicked on the mail choose "Send EMail To". This opened a new mail
dialog, but also the opened mail I didn't send out yesterday. I've sent both
mails and after that kmail/kontact started  without the segfault.

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

[kontact] [Bug 483844] kontact segfaults on startup

2024-03-18 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=483844

Laurent Montel  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
  Latest Commit||https://invent.kde.org/pim/
   ||kmail/-/commit/6f61ea119e88
   ||2b1221bd9ec7dcd0c88f77e3ac4
   ||5
   Version Fixed In||24.02.1
 Resolution|--- |FIXED

--- Comment #2 from Laurent Montel  ---
Git commit 6f61ea119e882b1221bd9ec7dcd0c88f77e3ac45 by Laurent Montel.
Committed on 18/03/2024 at 06:00.
Pushed by mlaurent into branch 'release/24.02'.

Fix 483844: kontact segfaults on startup

I can't reproduce it but I can avoid it.
I prefere fix real bug but without reproducing it...
FIXED-IN: 24.02.1

M  +3-0src/kmmainwidget.cpp

https://invent.kde.org/pim/kmail/-/commit/6f61ea119e882b1221bd9ec7dcd0c88f77e3ac45

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

[kontact] [Bug 483844] kontact segfaults on startup

2024-03-17 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=483844

Bug Janitor Service  changed:

   What|Removed |Added

   Keywords||qt6

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

[kontact] [Bug 483844] kontact segfaults on startup

2024-03-17 Thread Andreas Schneider
https://bugs.kde.org/show_bug.cgi?id=483844

--- Comment #1 from Andreas Schneider  ---
(gdb) f 1
#1  0x7fff8c822a44 in KMMainWidget::updateFolderMenu (this=0x57191b90)
at /usr/src/debug/kmail-24.02.0/src/kmmainwidget.cpp:4069
4069mFolderMailingListPropertiesAction->setEnabled(folderWithContent &&
!mCurrentFolderSettings->isSystemFolder());
(gdb) l
4064QTimer::singleShot(1s, this, ::updateFolderMenu);
4065return;
4066}
4067
4068const bool folderWithContent = mCurrentFolderSettings &&
!mCurrentFolderSettings->isStructural() && mCurrentFolderSettings->isValid();
4069mFolderMailingListPropertiesAction->setEnabled(folderWithContent &&
!mCurrentFolderSettings->isSystemFolder());
4070
4071QList actionlist;
4072if (mCurrentCollection.id() ==
CommonKernel->outboxCollectionFolder().id() &&
(mCurrentCollection).statistics().count() > 0) {
4073qCDebug(KMAIL_LOG) << "Enabling send queued";
(gdb) p mFolderMailingListPropertiesAction
$1 = (QAction *) 0x0

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