Version: 1.3.0 (using KDE KDE 3.2.3) Installed from: Slackware Packages OS: Linux load the model and then exit. It gives this backtrace: Using host libthread_db library "/lib/libthread_db.so.1". 0x41313497 in waitpid () from /lib/libpthread.so.0 #0 0x41313497 in waitpid () from /lib/libpthread.so.0 #1 0x4080f004 in KCrash::defaultCrashHandler () from /opt/kde/lib/libkdecore.so.4 #2 0x41311be5 in pthread_barrierattr_setpshared () from /lib/libpthread.so.0 #3 0x00000007 in ?? () #4 0x00000000 in ?? () #5 0x0000007b in ?? () #6 0xc010007b in ?? () #7 0xbffff130 in ?? () #8 0x08544270 in ?? () #9 0xbffff168 in ?? () #10 0xbffff110 in ?? () #11 0x08544828 in ?? () #12 0x00000000 in ?? () #13 0x085442b4 in ?? () #14 0x08439680 in ?? () #15 0x0000000e in ?? () #16 0x00000004 in ?? () #17 0x0810bd13 in CodeClassField::~CodeClassField () I have also moved some classes around then hit undo and it crashes with CodeClassField::~CodeClassField () being the source of the problem
Created attachment 7298 [details] the model referenced in the bug
also forgot to say that I am using slackware 10.0
Fixed on KDE_3_3_BRANCH and in HEAD.
Created attachment 7302 [details] test file in version 1.3.0 open file then close file and Umbrello crashes.
KDE_3_3_BRANCH has version 1.3.0, and that is the one that is crashing. The current HEAD has version 1.3.9 that one does not crash
> KDE_3_3_BRANCH has version 1.3.0, and that is the one that is crashing. Whoops, are you saying you did a cvs update -R KDE_3_3_BRANCH after my post, rebuilt umbrello, and it still happens?
OK, here is where I went wrong. I went to http://kde.org/download/ and downloaded kdesdk-3.3.0. I then looked webcvs.kde.org in the umbrello project at the KDE_3_3_BRANCH. The Version files had the same version in them so I assumed they were the same, WRONG. So, the cvs tip revesion of the KDE_3_3_BRANCH works. However the source that comes from umbrello.sourcefourge.net and kde.org/download are the version of 1.3.0 that crashes. It might be a good idea to put the patched source code up in these locations and maybe make it a version 1.3.1 or something.