Bug 93297

Summary: out of memory when doing code import
Product: [Applications] umbrello Reporter: Jonathan Riddell <jr>
Component: generalAssignee: Umbrello Development Group <umbrello-devel>
Status: RESOLVED FIXED    
Severity: crash CC: hans.micheelsen, kollix
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: import of all kdepim/libkcal C++ header files

Description Jonathan Riddell 2004-11-15 01:43:19 UTC
Version:            (using KDE Devel)

When trying to import kdepim/libkcal Umbrello crashes with an out of memory error.  I have 512Megs of RAM and a gig of swap space which should be plenty.
Comment 1 Oliver Kellogg 2004-11-15 22:59:21 UTC
Created attachment 8293 [details]
import of all kdepim/libkcal C++ header files

Setting the active language to anything but C++ or Java,
I am able to do the import. (I had also switched off Undo
but I'm not sure that has an impact.)
Comment 2 Oliver Kellogg 2004-12-16 01:52:30 UTC
CVS commit by okellogg: 

Call UMLDoc::setLoading(true) when reverse engineering (turns out that Undo
 _does_ have a tremendous effect)
BUG:93297


  M +2 -2      ChangeLog   1.46
  M +9 -6      umbrello/uml.cpp   1.124
  M +11 -7     umbrello/uml.h   1.43
  M +7 -9      umbrello/umldoc.cpp   1.215
  M +3 -7      umbrello/umldoc.h   1.89
  M +4 -9      umbrello/umllistview.cpp   1.131
  M +1 -6      umbrello/umllistview.h   1.50



Comment 3 Oliver Kellogg 2004-12-16 21:41:57 UTC
*** Bug 94984 has been marked as a duplicate of this bug. ***