RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 858129 - Segmentation fault after performing lvconvert --thinpool vg/thick
Summary: Segmentation fault after performing lvconvert --thinpool vg/thick
Keywords:
Status: CLOSED DUPLICATE of bug 858874
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: lvm2
Version: 7.0
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: rc
: ---
Assignee: LVM and device-mapper development team
QA Contact: Cluster QE
URL:
Whiteboard:
Depends On:
Blocks: 858874
TreeView+ depends on / blocked
 
Reported: 2012-09-18 03:36 UTC by Xiaowei Li
Modified: 2021-09-08 20:22 UTC (History)
9 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
: 858874 (view as bug list)
Environment:
Last Closed: 2012-10-08 12:07:11 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
lvconvert.log (58.14 KB, text/plain)
2012-09-27 08:07 UTC, Xiaowei Li
no flags Details

Description Xiaowei Li 2012-09-18 03:36:37 UTC
Description of problem:
Segmentation fault after performing lvconvert --thinpool vg/thick


Version-Release number of selected component (if applicable):
lvm2-2.02.97-1.el7.x86_64

How reproducible:


Steps to Reproduce:
1.lvcreate -l10 -n vg/thick
2.lvconvert --thinpool vg/thick -vvvv
attaching the debug log.
  
Actual results:
Segmentation fault (core dumped)

# lvs -a vg
  LV            VG   Attr     LSize  Pool Origin Data%  Move Log Copy%  Convert
  [thick_tdata] vg   Twi---t- 40.00m                                           
  [thick_tmeta] vg   twi---t- 40.00m   

# dmesg
>>>
[66842.263751] lvconvert[4058]: segfault at 7fff24467fd8 ip 0000003340a46b7b sp 00007fff24467fe0 error 6 in libc-2.16.so[3340a00000+1ad000]
>>>

Expected results:


Additional info:

Comment 4 Xiaowei Li 2012-09-27 08:06:42 UTC
I also hit it on fedora 18 alpha.

attaching the lvconvert -vvvv log file.

=== backtrace ===
Core was generated by `lvconvert --thinpool vg/thick'.
Program terminated with signal 11, Segmentation fault.
#0  0x000000000045e808 in print_log ()
Missing separate debuginfos, use: debuginfo-install lvm2-2.02.97-1.fc18.x86_64
(gdb) bt
#0  0x000000000045e808 in print_log ()
#1  0x0000003eaac29306 in dm_task_run () from /lib64/libdevmapper.so.1.02
#2  0x0000000000495d04 in ?? ()
#3  0x0000000000495eb5 in ?? ()
#4  0x0000000000496a49 in ?? ()
#5  0x0000000000496d35 in ?? ()
#6  0x0000000000496f9d in ?? ()
#7  0x0000000000496f9d in ?? ()
#8  0x0000000000496f9d in ?? ()
#9  0x0000000000496f9d in ?? ()
#10 0x0000000000496f9d in ?? ()
#11 0x0000000000496f9d in ?? ()
#12 0x0000000000496f9d in ?? ()
#13 0x0000000000496f9d in ?? ()
#14 0x0000000000496f9d in ?? ()
#15 0x0000000000496f9d in ?? ()

Comment 5 Xiaowei Li 2012-09-27 08:07:19 UTC
Created attachment 617939 [details]
lvconvert.log

Comment 6 Zdenek Kabelac 2012-10-08 12:07:11 UTC

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


Note You need to log in before you can comment on or make changes to this bug.