Hello,
I have some problem with my lvm volumes.
one command used for inspecting the volumes would be dmsetup.
However,
$ /sbin/dmsetup --help
Segmentation fault
GNU gdb (Debian 7.10-1) 7.10
Copyright (C) 2015 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /sbin/dmsetup...(no debugging symbols found)...done.
(gdb) r
Starting program: /sbin/dmsetup --help
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Program received signal SIGSEGV, Segmentation fault.
__strcmp_ssse3 () at ../sysdeps/x86_64/multiarch/../strcmp.S:210
210 ../sysdeps/x86_64/multiarch/../strcmp.S: No such file or directory.
(gdb) bt full
#0 __strcmp_ssse3 () at ../sysdeps/x86_64/multiarch/../strcmp.S:210
No locals.
#1 0x000055555555c134 in ?? ()
No symbol table info available.
#2 0x00007ffff75f6b45 in __libc_start_main (main=0x55555555b3f0, argc=2, argv=0x7fffffffe378, init=<optimized out>, fini=<optimized out>,
rtld_fini=<optimized out>, stack_end=0x7fffffffe368) at libc-start.c:287
result = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {0, -3506698109183282375, 93824992270913, 140737488348016, 0, 0, 3506698109358486329,
3506714323120730937}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x7fffffffe390, 0x7ffff7ffe1a8}, data = {prev = 0x0,
cleanup = 0x0, canceltype = -7280}}}
not_first_call = <optimized out>
#3 0x000055555555da6a in ?? ()
No symbol table info available.
$ ldd /sbin/dmsetup
linux-vdso.so.1 (0x00007ffeadbcd000)
libdevmapper.so.1.02.1 => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1 (0x00007fa9a9340000)
librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007fa9a9138000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fa9a8d8e000)
libselinux.so.1 => /lib/x86_64-linux-gnu/libselinux.so.1 (0x00007fa9a8b69000)
libudev.so.1 => /lib/x86_64-linux-gnu/libudev.so.1 (0x00007fa9a8b49000)
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007fa9a892b000)
/lib64/ld-linux-x86-64.so.2 (0x000055c6f6b66000)
libpcre.so.3 => /lib/x86_64-linux-gnu/libpcre.so.3 (0x00007fa9a86bd000)
libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007fa9a84b9000)
libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007fa9a81b7000)
libresolv.so.2 => /lib/x86_64-linux-gnu/libresolv.so.2 (0x00007fa9a7fa0000)
libcap.so.2 => /lib/x86_64-linux-gnu/libcap.so.2 (0x00007fa9a7d9a000)
libattr.so.1 => /lib/x86_64-linux-gnu/libattr.so.1 (0x00007fa9a7b94000)