Re: can libvirt.so use jemalloc to manage mem ?

2020-04-02 Thread Daniel P . Berrangé
On Thu, Apr 02, 2020 at 09:20:20PM +0800, thomas.kuang wrote: > 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/in

can libvirt.so use jemalloc to manage mem ?

2020-04-02 Thread thomas.kuang
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 0x7f57690a488a in virFree () from /lib64/libvirt.so.0 #2