Bug 625334

Summary: libvird does not dump core on SEGV
Product: Red Hat Enterprise Linux 6 Reporter: Dan Kenigsberg <danken>
Component: libvirtAssignee: Daniel Veillard <veillard>
Status: CLOSED DUPLICATE QA Contact: Virtualization Bugs <virt-bugs>
Severity: medium Docs Contact:
Priority: low    
Version: 6.0CC: dallan, eblake, hateya, xen-maint
Target Milestone: rc   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-11-08 22:17:54 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 581275, 622498    

Description Dan Kenigsberg 2010-08-19 05:51:42 UTC
Description of problem:
If signaled right on startup, everything's fine:

# libvirtd & kill -SEGV $!
[1] 11144
[1]+  Segmentation fault      (core dumped) libvirtd

But if given enough time, libvirt no longer dumps the core:

# libvirtd & sleep 10; kill -SEGV $!
[1] 11567
[1]+  Segmentation fault      libvirtd


Version-Release number of selected component (if applicable):
libvirt-0.8.1-23.el6.x86_64

How reproducible:
always

Comment 1 Dave Allan 2010-11-08 22:17:54 UTC
This looks like a dup of 623166 to me; if that's not right, please say so and reopen.

*** This bug has been marked as a duplicate of bug 623166 ***