Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 55890 - device-mapper (dm-mod) in kernel causes lvm2 tools to segfault
Summary: device-mapper (dm-mod) in kernel causes lvm2 tools to segfault
Status: VERIFIED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: PPC64 Linux
: High normal (vote)
Assignee: ppc64 architecture team
URL:
Whiteboard:
Keywords:
Depends on: 55887
Blocks:
  Show dependency tree
 
Reported: 2004-07-02 08:14 UTC by Steve Hémond
Modified: 2004-07-18 20:18 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.