Open jimis opened 2 years ago
The files are missing a /usr
prefix, and this seems to be a bug of ASAN, as the same issue can be found on the ASAN stacktraces. Here is a line from the a stacktrace:
#2 0xa7164f in std::_Sp_counted_ptr<QQmlJS::Dom::ModuleIndex*, (__gnu_cxx::_Lock_policy)2>::_M_dispose() \
/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/shared_ptr_base.h:377:9
I think report-converted should handle this more gracefully, i.e. continue with storing the results.
I'm trying to
store
some converted reports from ASAN, and the store command returns with error exit code and nothing is stored:Apparently the WARNING should be ERROR, or CodeChecker should continue with storing the results despite the file-not-found warning.
There is something else going on here as these paths don't even exist on my system but that's another story.