Displaying 5 results from an estimated 5 matches for "lxcdomaincreatewithflags".
2013 Jul 15
0
Re: libvrtd-1.1.0 crashes when attempting to start some (but not all) LXC containers
...timestamp = <optimized out>
cmd = 0x0
priv = 0x7fe464022500
err = 0x0
__FUNCTION__ = "virLXCProcessStart"
__func__ = "virLXCProcessStart"
---Type <return> to continue, or q <return> to quit---
#3 0x00007fe46aa9736e in lxcDomainCreateWithFlags (dom=0x7fe4580008c0,
flags=<optimized out>) at lxc/lxc_driver.c:1054
driver = 0x7fe4640bd340
vm = 0x7fe4640c1610
event = 0x0
ret = -1
__FUNCTION__ = "lxcDomainCreateWithFlags"
On Mon, Jul 15, 2013 at 7:06 AM, Dennis Jenkins <dennis.jenki...
2013 Jul 15
3
Re: libvrtd-1.1.0 crashes when attempting to start some (but not all) LXC containers
On Mon, Jul 15, 2013 at 3:18 AM, Michal Privoznik <mprivozn@redhat.com>wrote:
>
> Interesting. If you are still able to reproduce the crash, can you try to
> get the line number within virSecurityManagerGenLabel where the crash
> happened? I think it's the STREQ line (440 linenr). Question is whether
> model or name is NULL.
>
>
I'll try.
I'm not sure why
2013 Jul 12
0
Re: libvrtd-1.1.0 crashes when attempting to start some (but not all) LXC containers
...(gdb) bt
#0 0x00007fe4750c5d76 in __strcmp_sse42 () from /lib64/libc.so.6
#1 0x00007fe47578ad31 in virSecurityManagerGenLabel () from
/usr/lib64/libvirt.so.0
#2 0x00007fe46aa92979 in virLXCProcessStart () from
/usr/lib64/libvirt/connection-driver/libvirt_driver_lxc.so
#3 0x00007fe46aa9736e in lxcDomainCreateWithFlags () from
/usr/lib64/libvirt/connection-driver/libvirt_driver_lxc.so
#4 0x00007fe47569c067 in virDomainCreate () from /usr/lib64/libvirt.so.0
#5 0x00007fe4760d5578 in remoteDispatchDomainCreateHelper ()
#6 0x00007fe4756fcd78 in virNetServerProgramDispatch () from
/usr/lib64/libvirt.so.0
#7 0x0000...
2013 Jul 12
2
libvrtd-1.1.0 crashes when attempting to start some (but not all) LXC containers
Hello all,
I have two issues:
1) I am unable to start a seemingly correct LXC domain (I cloned it from a
working domain).
2) I am able to crash "libvirtd" by attempting to start the cloned domain,
but starting the original works just fine.
I humbly submit that item #2 is a bug - the "libvirtd" daemon should
never crash due to anything the "libvirt" client
2013 Jul 12
2
Re: libvrtd-1.1.0 crashes when attempting to start some (but not all) LXC containers
...750c5d76 in __strcmp_sse42 () from /lib64/libc.so.6
> #1 0x00007fe47578ad31 in virSecurityManagerGenLabel () from
> /usr/lib64/libvirt.so.0
> #2 0x00007fe46aa92979 in virLXCProcessStart () from
> /usr/lib64/libvirt/connection-driver/libvirt_driver_lxc.so
> #3 0x00007fe46aa9736e in lxcDomainCreateWithFlags () from
> /usr/lib64/libvirt/connection-driver/libvirt_driver_lxc.so
> #4 0x00007fe47569c067 in virDomainCreate () from /usr/lib64/libvirt.so.0
> #5 0x00007fe4760d5578 in remoteDispatchDomainCreateHelper ()
> #6 0x00007fe4756fcd78 in virNetServerProgramDispatch () from
> /usr/lib6...