Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 55890

Summary: device-mapper (dm-mod) in kernel causes lvm2 tools to segfault
Product: Gentoo Linux Reporter: Steve Hémond <shemond>
Component: [OLD] Core systemAssignee: ppc64 architecture team <ppc64>
Status: VERIFIED WORKSFORME    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: PPC64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 55887    
Bug Blocks:    

Description Steve Hémond 2004-07-02 08:14:23 UTC
With dm-mod compiled in kernel, lvm2 tools (vgscan and vgcreate in my case) causes segmentation faults.

* Note that when using dm-mod as a module, it works smoothly.


Reproducible: Always
Steps to Reproduce:
1. Compile dm-mod in kernel (device mapper)
2. Emerge lvm2
3. Run vgscan

Actual Results:  
Segmentation Fault

Expected Results:  
vgscan should returns volume groups found.
vgcreate should create a volume group.
Comment 1 Philippe Trottier (RETIRED) gentoo-dev 2004-07-12 11:55:07 UTC
Yup
Comment 2 Philippe Trottier (RETIRED) gentoo-dev 2004-07-12 11:57:58 UTC
Kick it
Comment 3 Daniel Goertzen 2004-07-18 20:18:15 UTC
I just went through the same thing on x86... would segfault when compiled in, but worked fine as a module.