[kmymoney] [Bug 518575] Editing exchange makes app crash
Dawid Wróbel
bugzilla_noreply at kde.org
Sun Apr 5 13:04:37 BST 2026
https://bugs.kde.org/show_bug.cgi?id=518575
--- Comment #1 from Dawid Wróbel <me at dawidwrobel.com> ---
The SIGSEGV happens in KCurrencyConverter::updateRate() at line
d->m_prices[cacheKey] = rate attempting to save the rate value to m_prices
while it is *not* accessible.
Notably that same execution path
(NewTransactionEditor::Private::amountChanged() ->
TransactionEditorBase::updateConversionRate() ->
KCurrencyConverter::updateRate() -> d->m_prices[cacheKey] = rate) works just
fine (i.e. with m_prices accessible) when assigning a category to transaction.
It only crashes when changing the exchange rate value.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the KMyMoney-devel
mailing list