[Kmymoney-devel] [Bug 258355] KMyMoney segfaults when completing transaction directly in ledger (i.e. without transaction form)

Cristian Onet onet.cristian at gmail.com
Tue Dec 7 21:57:22 CET 2010


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


Cristian Onet <onet.cristian at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED




--- Comment #14 from Cristian Onet <onet cristian gmail com>  2010-12-07 21:57:20 ---
SVN commit 1204535 by conet:

BUG: 258355
Hide the edit widgets before removing them because if the widgets are visible
while they are being removed (actually scheduled for deleteLater()) some events
will be sent to the register (during the actual delete process) which will
cause a crash by accessing the widgets which where already deleted. This was
happening somewhere deep in Qt's code and I found this to be the best
workaround for it.

 M  +3 -1      register.cpp  
 M  +3 -1      transactionform.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1204535

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the KMyMoney-devel mailing list