04-06-2017, 01:02 AM
(This post was last modified: 04-06-2017, 01:12 AM by Seadragon91.)
Valgrind doesn't like cuberite
Wanted to combine my plugin APIFuzzing with valgrind, but with that many errors already reported...
Testing clang now
Edit: Did only a basic run, maybe I need to add flags and use a config file, hehe
Code:
==3093== More than 10000000 total errors detected. I'm not reporting any more.
==3093== Final error counts will be inaccurate. Go fix your program!
==3093== Rerun with --error-limit=no to disable this cutoff. Note
==3093== that errors may occur in your program without prior warning from
==3093== Valgrind, because errors are no longer being displayed.
Wanted to combine my plugin APIFuzzing with valgrind, but with that many errors already reported...
Testing clang now
Edit: Did only a basic run, maybe I need to add flags and use a config file, hehe