[umbrello-devel] [umbrello] [Bug 231275] umbrello crashes while importing boost/bimap.hpp header

Ralf Habacker ralf.habacker at freenet.de
Wed Feb 12 01:01:15 UTC 2014


https://bugs.kde.org/show_bug.cgi?id=231275

--- Comment #12 from Ralf Habacker <ralf.habacker at freenet.de> ---
 (In reply to comment #11)
> Hi,
> 
> I have tested the 330788-3.5-cpp-parser branch. With that version, the
> reported crash is absent. I have also tested importing a larger codebase
> with in turn includes boost/bimap, and it went through to the end.
> 
> The process took quite some time
I recognized increased object insert times with big imports the more the end of
the import has been reached. Looks like a problem with object lookups or undo
list
> and there were a quite few annoying
> questions whether a certain scope was a namespace or a class (something
> the parser should be able to discriminate by itself...).
Which is caused by the import file order and the fact that the lexer ignores
not present files, which may result into created UMLObjects with unknown type.
Got a suggestion from a coworker (Daniel Wendt) : This could be fixed by
creating such objects with an "unknown" type first and to retype them later.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the umbrello-devel mailing list