Bug 63602

Summary: Gideon hangs when adding new method to class
Product: [Applications] kdevelop Reporter: Steffen Schoenwiese <steffen>
Component: Language Support: CPP (old)Assignee: KDevelop Developers <kdevelop-devel>
Status: RESOLVED FIXED    
Severity: normal CC: roberto
Priority: NOR    
Version: git master   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:

Description Steffen Schoenwiese 2003-09-02 09:26:36 UTC
Version:           3.0.0a5 CVS HEAD (using KDE KDE 3.1.3)
Installed from:    SuSE RPMs
Compiler:          gcc 3.3 
OS:          Linux

I right clicked on a class in the classes tab and chose "Add method". Then the add method dialog appears and is working correctly, but when I click "Ok", Gideon hangs. No more reaction, I have to kill it.
Comment 1 Jens Dagerbo 2003-09-02 10:20:55 UTC
Confirmed.
Comment 2 Daniel Engelschalt 2003-09-02 20:07:45 UTC
investigated it a little bit - it doesn't happen all the time, seems like a timing 
problem in backgroundparser::run( ) while waiting for m_close getting true. 
 
but this is roberto's area - cc'ing him for commenting on that. 
Comment 3 Harald Fernengel 2003-09-04 23:05:26 UTC
Fixed in CVS