[Uml-devel] [Bug 180028] New: Cross references in c+ make umbrello	segfault
    Michal 
    wolek84 at gmail.com
       
    Thu Jan  8 13:29:14 UTC 2009
    
    
  
http://bugs.kde.org/show_bug.cgi?id=180028
           Summary: Cross references in c+ make umbrello segfault
           Product: umbrello
           Version: unspecified
          Platform: Ubuntu Packages
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: crash
          Priority: NOR
         Component: general
        AssignedTo: umbrello-devel at kde.org
        ReportedBy: wolek84 at gmail.com
Version:           1.5.8 (using KDE 3.5.10)
OS:                Linux
Installed from:    Ubuntu Packages
Suppose we have two files in same folder: a.h  b.h.
File "a.h" contains:
#include "b.h"
class A
{
   B* b;
};
-------- END a.h --------
file "b.h" contains:
#include "a.h"
class B
{
    A *a;
};
-------- END b.h --------
Now if i choose from menu Code->Import classes... and choose a.h file
umbrello crashes and puts segmentation fault on console.
-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
    
    
More information about the umbrello-devel
mailing list