Bug 66185 - crash at startup, old config file, missing project.
Summary: crash at startup, old config file, missing project.
Status: RESOLVED NOT A BUG
Alias: None
Product: umbrello
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR crash
Target Milestone: ---
Assignee: Umbrello Development Group
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-18 06:23 UTC by Mathieu Jobin
Modified: 2003-10-28 18:14 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
umbrello config file. (1.98 KB, text/plain)
2003-10-18 06:25 UTC, Mathieu Jobin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mathieu Jobin 2003-10-18 06:24:00 UTC
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
Comment 1 Mathieu Jobin 2003-10-18 06:25:27 UTC
Created attachment 2805 [details]
umbrello config file.
Comment 2 Sebastian Stein 2003-10-21 20:08:50 UTC
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.
Comment 3 Jonathan Riddell 2003-10-28 18:14:05 UTC
code generators are now statically compiled in so this should no longer be a problem.