Bug 88152 - crash on close and sometime undo
Summary: crash on close and sometime undo
Status: RESOLVED FIXED
Alias: None
Product: umbrello
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Slackware Linux
: NOR crash
Target Milestone: ---
Assignee: Umbrello Development Group
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-26 20:02 UTC by rob
Modified: 2004-08-27 14:53 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
the model referenced in the bug (165.99 KB, application/octet-stream)
2004-08-26 20:03 UTC, rob
Details
test file (7.79 KB, text/plain)
2004-08-26 23:03 UTC, rob
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rob 2004-08-26 20:02:06 UTC
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
Comment 1 rob 2004-08-26 20:03:10 UTC
Created attachment 7298 [details]
the model referenced in the bug
Comment 2 rob 2004-08-26 20:04:41 UTC
also forgot to say that I am using slackware 10.0
Comment 3 Oliver Kellogg 2004-08-26 20:51:30 UTC
Fixed on KDE_3_3_BRANCH and in HEAD.
Comment 4 rob 2004-08-26 23:03:34 UTC
Created attachment 7302 [details]
test file

in version 1.3.0 open file then close file and Umbrello crashes.
Comment 5 rob 2004-08-26 23:05:38 UTC
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
Comment 6 Oliver Kellogg 2004-08-27 06:02:32 UTC
> 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?
Comment 7 rob 2004-08-27 14:53:36 UTC
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.