Uncategorized
Uncategorized tools I’ve stumpled upon
- https://fbinfer.com/
- Java (Android), C, C++, and iOS/Objective-C
- https://blog.chromium.org/2014/04/testing-chromium-threadsanitizer-v2.html
- Detect data races in C++ and Go code, also report synchronization issues like deadlocks, unjoined threads, destroying locked mutexes, use of async-signal unsafe code in signal handlers, and others.
- https://github.com/google/sanitizers
- https://spotbugs.github.io/
- Static analysis looking for bugs in Java code