Bug 93297 - out of memory when doing code import
Summary: out of memory when doing code import
Status: RESOLVED FIXED
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:
: 94984 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-11-15 01:43 UTC by Jonathan Riddell
Modified: 2004-12-16 21:41 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
import of all kdepim/libkcal C++ header files (34.07 KB, application/x-gzip)
2004-11-15 22:59 UTC, Oliver Kellogg
Details

Note You need to log in before you can comment on or make changes to this bug.
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. ***