Ericsson / CodeCheckerEclipsePlugin

This is an Eclipse plugin that shows C/C++ static analysis results found by Clang Static Analyzer and Clang Tidy
Eclipse Public License 1.0
32 stars 13 forks source link

ERROR: ld.so: object 'ldlogger.so' errors while analyzing project #149

Closed dkrupp closed 4 years ago

dkrupp commented 5 years ago

ERROR: ld.so: object 'ldlogger.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object 'ldlogger.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object 'ldlogger.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object 'ldlogger.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object 'ldlogger.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object 'ldlogger.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object 'ldlogger.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. /tmp/ccA0QsJt.o: In function tooMuchDataFromStdin()': STR31C_B.cc:(.text+0xc): warning: thegets' function is dangerous and should not be used.

17:58:18 B

vodorok commented 5 years ago

I think this could be closed as #156 enhanced environment variable management of the CDT projects. But we are not completely safe as this is only tested on the integration test phase. #172 would give us more confidence.