reactor / BlockHound

Java agent to detect blocking calls from non-blocking threads.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BlockHound*.[jar|dylib] left in /tmp

szpak opened this issue · comments

After some playing with microbenchmarks for BlockHound (#35) I noticed the is a lot of jars and dylib files in my /tmp/

$ ls -1 /tmp/*BlockHound* | wc -l
170
$ ls -1 /tmp/*BlockHound* | head -n3
/tmp/BlockHound10045618520840685603.dylib
/tmp/BlockHound10356114630663133607.dylib
/tmp/BlockHound10396259701588337350.jar

Maybe they could be automatically cleaned up.