machaval/vanilla-java

Test fills up /tmp

Opened this issue · 0 comments

What steps will reproduce the problem?
1. Download the project.
2. Fix pom.xml by specifying source 1.6. (otherwise it doesn't compile)
3. Run mvn test

What is the expected output? What do you see instead?

It's still running, however after a few seconds it created a lot of 1 GB files 
named `/tmp/alloc-X`. As my `/tmp` is `/dev/shm` it's limited to 16 GB.

Filling `/tmp` is too bad as many programs rely on it.

What version of the product are you using? On what operating system?

I'm using the current trunk on Linux pixla12 2.6.32-44-generic #98-Ubuntu SMP 
Mon Sep 24 17:27:10 UTC 2012 x86_64 GNU/Linux

Original issue reported on code.google.com by Maaarti...@gmail.com on 17 Oct 2012 at 11:21