Bug 259369

Summary: Crash when setting focus on any investment detail widget
Product: [Applications] kmymoney Reporter: Thomas Baumgart <tbaumgart>
Component: generalAssignee: KMyMoney Devel Mailing List <kmymoney-devel>
Status: RESOLVED FIXED    
Severity: crash    
Priority: NOR    
Version: SVN   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:

Description Thomas Baumgart 2010-12-09 21:22:31 UTC
Version:           SVN trunk (using KDE 1.2) 
OS:                Linux

The app ends in a recursive loop when clicking a widget on the second page of the new investment wizard and crashes (has some 30000+ stack frames)

Reproducible: Always

Steps to Reproduce:
Open the investment ledger. RMB and select 'New investment'. Click 'Next' and set the focus to the symbol widget (top most) using the mouse.

Actual Results:  
App crashes

Expected Results:  
App does not crash

Only crashes when clicking in any kMyMoneyLineEdit widget. Others on that page do not crash.
Comment 1 Thomas Baumgart 2010-12-09 21:46:36 UTC
Using a KLineEdit widget instead of a kMyMoneyLineEdit does not crash. This is weird, since KLineEdit is the base class of kMyMoneyLineEdit.
Comment 2 Thomas Baumgart 2010-12-10 09:02:32 UTC
SVN commit 1205143 by tbaumgart:

Prevent recursive loop

BUG: 259369

 M  +9 -3      kmymoneylineedit.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1205143
Comment 3 Thomas Baumgart 2010-12-10 09:04:04 UTC
SVN commit 1205144 by tbaumgart:

Prevent recursive loop

Backport to stable branch

BUG: 259369

 M  +9 -3      kmymoneylineedit.cpp  


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