Displaying 7 results from an estimated 7 matches for "virfree".
Did you mean:
vir_free
2020 Apr 02
1
can libvirt.so use jemalloc to manage mem ?
HI, all
My daemon exists a libvirt API call:
virEventRegisterDefaultImpl();
once I called the virEventRegisterDefaultImpl() ,must be core ,the bt stack is:
(gdb) bt
#0 free (ptr=0x1) at include/jemalloc/internal/arena.h:652
#1 0x00007f57690a488a in virFree () from /lib64/libvirt.so.0
#2 0x00007f57690c3562 in virResetError () from /lib64/libvirt.so.0
#3 0x00007f57690c49ad in virEventRegisterDefaultImpl () from /lib64/libvirt.so.0
#4 0x00000000004029ad in main (argc=<optimized out>, argv=<optimized out>) at vnf_mgt/vnf_control.c:2920
(gd...
2019 Apr 18
1
Re: [libvirt] JVM crashes during GC
Note: A couple of times I have seen errors while closing the connection
(the trace ending with virFree). Also, a few times I have seen backtraces
which show the flow going via esx driver and finally failing to close
connection. Unfortunately I dont have those logs anymore.
The execution results I have shared have been obtained using Libvirt built
from source using the following config parameters:
#...
2016 Aug 03
0
Crash after connection close when callback is in progress
Hey!
It seems that if I close a connection while a domain event callback is
in progress, I can easily have a crash. Here is a backtrace:
#v+
#0 virFree (ptrptr=0x0) at ../../../src/util/viralloc.c:582
save_errno = <optimized out>
#1 0x00007fc8328a4ad2 in virObjectEventCallbackListPurgeMarked (cbList=0xadfc30) at ../../../src/conf/object_event.c:282
freecb = <optimized out>
n = 0
#2 virObjectEventStateFlush (st...
2019 Apr 18
3
Re: [libvirt] JVM crashes during GC
On Thu, Apr 18, 2019 at 05:51:06PM +0200, Michal Prívozník wrote:
> On 4/17/19 10:24 AM, Sachin Soman wrote:
> > Hi,
> >
> > Could you tell me if the following is some known issue?
> >
> > While performing the following simple test, I see my JVM crashing
> > (consistently):
> > 1. Open a connection to an ESXi driver/host (passing ConnectAuthDefault
2011 Jul 19
0
Is libvirt supported on Citrix Xenserver?
...rver SDK 5.6.100-47101p import shut off
virsh # quit
*** glibc detected *** virsh: double free or corruption (fasttop): 0x09fcc370 ***
======= Backtrace: =========
/lib/libc.so.6[0xb6fc56c5]
/lib/libc.so.6(cfree+0x59)[0xb6fc5b09]
/usr/local/lib/libvirt.so.0(virFree+0x42)[0xb760d712]
/usr/local/lib/libvirt.so.0[0xb777031d]
/usr/local/lib/libvirt.so.0[0xb776ec10]
/usr/local/lib/libvirt.so.0[0xb7676017]
/usr/local/lib/libvirt.so.0(virUnrefConnect+0x128)[0xb7677888]
/usr/local/lib/libvirt.so.0(virConnectClose+0xda)[0xb769ad4a]
virsh[0x8065c73]
virsh[0x806672f]
/l...
2011 Jul 19
1
Is libvirt supported on Citrix Xenserver?
...rver SDK 5.6.100-47101p import shut off
virsh # quit
*** glibc detected *** virsh: double free or corruption (fasttop): 0x09fcc370 ***
======= Backtrace: =========
/lib/libc.so.6[0xb6fc56c5]
/lib/libc.so.6(cfree+0x59)[0xb6fc5b09]
/usr/local/lib/libvirt.so.0(virFree+0x42)[0xb760d712]
/usr/local/lib/libvirt.so.0[0xb777031d]
/usr/local/lib/libvirt.so.0[0xb776ec10]
/usr/local/lib/libvirt.so.0[0xb7676017]
/usr/local/lib/libvirt.so.0(virUnrefConnect+0x128)[0xb7677888]
/usr/local/lib/libvirt.so.0(virConnectClose+0xda)[0xb769ad4a]
virsh[0x8065c73]
virsh[0x806672f]
/l...
2014 Feb 07
2
libvirt crashes with Caught Segmentation violation
Hi,
I'm having problems with libvirt crashing after a couple hours when a
specific domain monitoring program is running.
I have pasted below the following:
1. libvirt version
2. qemu-kvm version
3. OS version
4. Kernel version
5. libvirt status post-crash
6. libvirtd.log (info level dump around crash; too long to post
everything so just the beginning and end. UTC)
7. custom.log (on what