Version: 1.3.1 (using KDE 3.3.1, SuSE) Compiler: gcc version 3.3 20030226 (prerelease) (SuSE Linux) OS: Linux (i686) release 2.4.20-4GB Application crashes catastrophycally upon importing code from working c++ header files. After inserting the classes in the left pane the application crashes and the machine rebooted without any warning. Header files attached.
Created attachment 8415 [details] header file
Created attachment 8416 [details] header file
Created attachment 8417 [details] header file
In the import code dialog the three header files are selected and passed to the application in one stroke.
Unable to reproduce with cvs head. Thanks anyways, your report uncovered a different bug in ClassImport::addMethodParameter().
It looks like Bug #86958. According to the mentioned bug report it shlould be fixed now. But litle test with following class A { public: void member() { a=1;}; //comment }; has assured me that my proposed patch hasn't been commited to the sources. Martin
The attached files import fine with Umbrello 1.3 CVS branch and CVS Head, so I have to mark this entry as invalid. Martin's class works fine in CVS head and I've now backported the fix to 1.3 branch so it works there too. Thanks both