search for: viralloc

Displaying 4 results from an estimated 4 matches for "viralloc".

2018 Apr 10
1
Re: Fail to compile libvirt with address sanitizer by clang-7
...; -Wno-error" LDFLAGS="-fsanitize=address" ./configure > > Configure succed. > $ make > But error appeared: > make all-am > make[3]: Entering directory '/home/hhan/Software/libvirt/src' > CCLD libvirt.la > ./.libs/libvirt_util.a(libvirt_util_la-viralloc.o): In function `virAlloc': > /home/hhan/Software/libvirt/src/util/viralloc.c:144: undefined reference to > `__asan_report_store8' Huh, I remember seeing different error when trying this (although I'm using gcc). However, I suspect '-Wl,-z -Wl,defs' arguments are problem....
2015 Mar 04
2
Re: [virt-tools-list] libvirt/virt-manager source integration with xen
Thanks Guido, unfortunately no luck: root@<server>:~/debian# grep DEB_CONFIGURE_EXTRA_ARGS * grep: apparmor: Is a directory grep: patches: Is a directory grep: source: Is a directory root@<server>:~/debian# root@<server>:~/debian# root@<server>:~/debian# root@<server>:~/debian# grep DEB_CONFIGURE_EXTRA_ARGS */* root@<server>:~/debian#
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 (state=0xaf5380) at ../../../src/conf/object_e...
2013 Mar 06
2
Libvirt remote-client compilation for RHEL4
Hi, We are trying to compile Libvirt 1.02 from source for an RHEL4 target. Our virtualization hosts are running the fedora 17/ RHEL6 with the latest standard libvirt binaries. This is where VMs will be created. But our user/development machines are RHEL4 and we would like users to be able to use virsh/libvirt/python to control the Vms running on RHEL6/fedora17 remotely from the their RHEL4