lxc / ruby-lxc

ruby bindings for liblxc
https://linuxcontainers.org/lxc
GNU Lesser General Public License v2.1
133 stars 29 forks source link

clone segfaults with the latest lxc release #34

Closed rvalle closed 9 years ago

rvalle commented 9 years ago

Hi!

Just update lxc form 1.1.2 to latest 1.1.4 and LXC::Container.clone is throwing segfault

I haven't look into this yet, but I just wanted to ask if ruby-lxc is compatible with lxc 1.1.4 before getting into it.

tych0 commented 9 years ago

Try rebuilding the binding against 1.1.4; there was an ABI mismatch fixed in 1.1.3 that caused various issues, and this could be one of them.

rvalle commented 9 years ago

Ok, I see.

Just re-installing the GEM did the job.

Thanks!