[Uml-devel] [Bug 112590] New: infinite recursion & crash when importing c++ classes
Ingo Molnar
mingo at elte.hu
Wed Sep 14 05:06:01 UTC 2005
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=112590
Summary: infinite recursion & crash when importing c++ classes
Product: umbrello
Version: unspecified
Platform: Compiled Sources
OS/Version: Linux
Status: UNCONFIRMED
Severity: crash
Priority: NOR
Component: general
AssignedTo: umbrello-devel.kde.org
ReportedBy: mingo elte hu
Version: kdesdk-460424 (using KDE Devel)
Installed from: Compiled sources
Compiler: gcc version 4.0.1 20050727 (Red Hat 4.0.1-5)
OS: Linux
I tried to import various random c++ classes into Umbrello.
it broke rather easily, upon trying to import:
powermanga-0.71c/powermanga.hpp
backtrace below.
#0 0x00c17963 in malloc_consolidate () from /lib/libc.so.6
#1 0x00c180a9 in _int_free () from /lib/libc.so.6
#2 0x00c19e85 in _int_realloc () from /lib/libc.so.6
#3 0x00c1aa30 in realloc () from /lib/libc.so.6
#4 0x047bb918 in QGArray::resize () from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#5 0x047bb9a0 in QGArray::resize () from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#6 0x0480f84a in QUtf8Codec::fromUnicode () from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#7 0x0480a085 in QTextCodec::fromUnicode () from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#8 0x047dca3d in QString::local8Bit () from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#9 0x04b46a93 in kdbgstream::flush () from /usr/lib/libkdecore.so.4
#10 0x080f7d21 in endl ()
#11 0x08144552 in CppImport::feedTheModel ()
#12 0x08144725 in CppImport::feedTheModel ()
#13 0x08144725 in CppImport::feedTheModel ()
#14 0x08144725 in CppImport::feedTheModel ()
#15 0x08144725 in CppImport::feedTheModel ()
#16 0x08144725 in CppImport::feedTheModel ()
#17 0x08144725 in CppImport::feedTheModel ()
#18 0x08144725 in CppImport::feedTheModel ()
#19 0x08144725 in CppImport::feedTheModel ()
#20 0x08144725 in CppImport::feedTheModel ()
#21 0x08144725 in CppImport::feedTheModel ()
#22 0x08144725 in CppImport::feedTheModel ()
#23 0x08144725 in CppImport::feedTheModel ()
#24 0x08144725 in CppImport::feedTheModel ()
#25 0x08144725 in CppImport::feedTheModel ()
#26 0x08144725 in CppImport::feedTheModel ()
#27 0x08144725 in CppImport::feedTheModel ()
#28 0x08144725 in CppImport::feedTheModel ()
#29 0x08144725 in CppImport::feedTheModel ()
#30 0x08144725 in CppImport::feedTheModel ()
#31 0x08144725 in CppImport::feedTheModel ()
#32 0x08144725 in CppImport::feedTheModel ()
#33 0x08144725 in CppImport::feedTheModel ()
#34 0x08144725 in CppImport::feedTheModel ()
#35 0x08144725 in CppImport::feedTheModel ()
#36 0x08144725 in CppImport::feedTheModel ()
#37 0x08144725 in CppImport::feedTheModel ()
#38 0x08144725 in CppImport::feedTheModel ()
#39 0x08144725 in CppImport::feedTheModel ()
#40 0x08144725 in CppImport::feedTheModel ()
#41 0x08144725 in CppImport::feedTheModel ()
#42 0x08144725 in CppImport::feedTheModel ()
[etc]
More information about the umbrello-devel
mailing list