Re: [libvirt] [PATCH v2]daemon: Fix a crash during virNetlinkEventServiceStopAll

2019-08-13 Thread Haitaoliu
HI peter, Could you help me to review it ?  I  sent it about two months ago. thanks, haitao On 6/12/19 3:18 PM, Liu Haitao wrote: When reboot the host, a core dump file would be generated. The call traces are: Note.In this case, the main thread is thread 5. (gdb) thread

Re: [libvirt] [PATCH v2]daemon: Fix a crash during virNetlinkEventServiceStopAll

2019-06-20 Thread Haitaoliu
Hi guys, Could you help me to review it ? thanks, haitao On 2019/6/12 15:18, Liu Haitao wrote: When reboot the host, a core dump file would be generated. The call traces are: Note.In this case, the main thread is thread 5. (gdb) thread 5 [Switching to thread 5 (LWP

Re: [libvirt] [PATCH v2]daemon: Fix a crash during virNetlinkEventServiceStopAll

2019-06-12 Thread Haitaoliu
The steps to reproduce: 1. create a xml file including the following configuration.             function='0x0' />                       function='0x0'/>     2.  ensure you systemd  has supported core dump function 3. create and start vm

Re: [libvirt] [PATCH]daemon: Fix a crash during virNetlinkEventServiceStopAll

2019-06-11 Thread Haitaoliu
Thank you for reminding me of that comment.  Please ignore this patch, for the comments are inaccurate. I will send it again with  steps to reproduce  the bug. On 2019/6/11 09:39, Laine Stump wrote: On 6/10/19 2:15 AM, Liu Haitao wrote: The virNetlinkEventServiceStopAll() should be executed