Version: unknown (using KDE 3.1.92 (alpha2, CVS >= 20030921), compiled sources) Compiler: gcc version 3.2.2 (Mandrake Linux 9.1 3.2.2-3mdk) OS: Linux (i686) release 2.4.21-0.13mdk I'm not sure if my guess is correct. But I think umbrello tried to open an old project because of an old config file, and this project has been delete from my harddrive... so. [New Thread 16384 (LWP 29366)] 0x41419677 in waitpid () from /lib/i686/libpthread.so.0 #0 0x41419677 in waitpid () from /lib/i686/libpthread.so.0 #1 0x408baebd in KCrash::defaultCrashHandler(int) (sig=11) at kcrash.cpp:242 #2 0x414185ce in __pthread_sighandler () from /lib/i686/libpthread.so.0 #3 0x415863b8 in __libc_sigaction () from /lib/i686/libc.so.6 #4 0x0812ae22 in UMLDoc::newDocument() () #5 0x0812b17b in UMLDoc::openDocument(KURL const&, char const*) () #6 0x0812176c in UMLApp::openDocumentFile(KURL const&) () #7 0x0810b60e in main () #8 0x415737f7 in __libc_start_main () from /lib/i686/libc.so.6
Created attachment 2805 [details] umbrello config file.
The internal names of the code generators changed. That's why the app crashes on startup. In the provide config file they are named CppWriter, but it must be CppCodeGenerator. Nevertheless, just delete your config file and configure it again and it should work.
code generators are now statically compiled in so this should no longer be a problem.