google / novm

Experimental KVM-based VMM for containers, written in Go.
Apache License 2.0
1.68k stars 123 forks source link

novm {create, run} can not work with go 1.3 and 1.4 #23

Closed hamo closed 9 years ago

hamo commented 9 years ago

tried with binary built with go 1.2, 1.3 and 1.4. With go 1.3 and 1.4, novm run command and novm create command will hang, can not show the result from command. It works with go 1.2 compiled binary.

amscanne commented 9 years ago

Hm, this is very interesting and may explain a lot. Thanks for the report. I'll dig into this as soon as a have a chance.

pwaller commented 9 years ago

I think #7 and #10 are likely explained by this. I tried go 1.2 and it works much better.

amscanne commented 9 years ago

I hope that 296500740ed28bc2d3654bce2495151070aa1b67 fixes this issue. I've verified locally, but please reopen if you find otherwise.