in reply to Re^2: perl 5.12.3 + threads + memory leakin thread perl 5.12.3 + threads + memory leak
If this leaks on your system (it doesn't on mine) then zwon has called it below:
perl -Mthreads -e'async{ async{ 1;}->join }->join while 1' [download]