My host system is OpenSuse 13.2 and i am running FreeBsd 10.1 on vagrant
when i ran following code on Freebsd 10.1 running on vagrant , not only freebsd but the host system hung up and i had to manually press power button to shutdown .
#!/usr/local/bin/python3
import os,subprocess
subprocess.Popen("cd /usr/local/ && sh",shell=True)
on freebsd output of
$ ps $$
is
PID TT STAT TIME COMMAND
900 0 Ss 0:00.47 -sh (sh)