[umbrello] [Bug 450267] crash when importing c++ code

Oliver Kellogg bugzilla_noreply at kde.org
Tue Feb 15 05:31:20 GMT 2022


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

Oliver Kellogg <okellogg at users.sourceforge.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |okellogg at users.sourceforge.
                   |                            |net

--- Comment #1 from Oliver Kellogg <okellogg at users.sourceforge.net> ---
What locale are you using?

Can you attach a C++ file for which the error happens?

In LANG=en_US.UTF-8, I tried importing following file using git master:

// file: inc.h
#include "no_such_file.h"
class C {
  int x;
};
// end of file

This did not crash.
In fact, it did not even give the error message "Could not find include file
..."
It only gave a debug message,
[D] CppImport::feedTheModel(/home/c++/inc.h):
/home/tools/umbrello/build/no_such_file.h => no_such_file.h

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


More information about the umbrello-devel mailing list