Created attachment 103006 [details] Unit files to reproduce on kvm Jul 18 00:41:55 jay-coreos-ram-test.novalocal systemd-networkd[634]: bond0 : could not enslave: Operation not supported Jul 18 00:41:55 jay-coreos-ram-test.novalocal systemd-networkd[634]: bond0 : failed Jul 18 00:41:55 jay-coreos-ram-test.novalocal systemd-networkd[634]: *** Error in `/usr/lib/systemd/systemd-networkd': corrupted double-linked list: 0x00007f1871bb1030 ***
The command line that was used: qemu-system-x86_64 -name test -m 1024 -machine accel=kvm:tcg -net nic,vlan=0,model=virtio -net user,vlan=0,hostfwd=tcp::2222-:22 -netdev user,id=mynet0 -device e1000,netdev=mynet0
I am not seeing this issue on master (commit 0204152684188302e6c6232e50f30997fecb4ae3). I was occasionally seeing this on v215 so I'm not sure if the bug has been fixed or if it's just less likely now.
(In reply to comment #2) > I am not seeing this issue on master (commit > 0204152684188302e6c6232e50f30997fecb4ae3). I was occasionally seeing this on > v215 so I'm not sure if the bug has been fixed or if it's just less likely > now. That is good news. We should look at the changelog and bisect it to be sure tomorrow.
Looks like it was fixed by: commit e04468dec04a968c523ee09da7d2163a1d1a5a15 Author: Tom Gundersen <teg@jklm.no> Date: Mon Jul 7 14:18:26 2014 +0200 networkd: netdev - add missing refs Without this, the underlying device would get freed (and hence fail).
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.