search for: __tsan_func_entry

Displaying 3 results from an estimated 3 matches for "__tsan_func_entry".

2017 Aug 31
2
tsan_interface_java.h; any users? reviving https://github.com/google/java-thread-sanitizer?
...Collection in JVM (just to possibly simplify things) cannot be done, but it should not matter, because System.identityHashcode should be unchanging, so check With that, just put that all together and I should have a sanitizer for java. Only problem so far is that I don't have alternative for __tsan_func_entry, so I cannot have reasonable stacktraces in TSan error messages. I should be able to work around it during Java code instrumentation, to save myself enough info to be able to make sense of the impoverished TSan messages. Cheers, -- Jiří Daněk -------------- next part -------------- An HTML attach...
2017 Aug 30
2
tsan_interface_java.h; any users? reviving https://github.com/google/java-thread-sanitizer?
Hello, I've been looking at ThreadSanitizer in https://github.com/llvm-mirror/compiler-rt and I noticed some Java-related files. Is there a version of ThreadSanitizer build on top of that, which I could use to sanitize my Java programs? I could not find any. I found https://github.com/google/java-thread-sanitizer, which seems to be now abandoned. It used to work with ThreadSanitizer v1. Has
2017 Aug 31
2
tsan_interface_java.h; any users? reviving https://github.com/google/java-thread-sanitizer?
...done, but it should not matter, because System.identityHashcode > > should be unchanging, so check > > > > With that, just put that all together and I should have a sanitizer for > > java. > > > > Only problem so far is that I don't have alternative for > __tsan_func_entry, > > so I cannot have reasonable stacktraces in TSan error messages. I should > be > > able to work around it during Java code instrumentation, to save myself > > enough info to be able to make sense of the impoverished TSan messages. > > > > I've been looking a...