[Gluster-users] glusterfs 3.1.1 troubles on SLES11 SP1
Markus Fröhlich
markus.froehlich at xidras.com
Thu Jan 27 09:51:59 UTC 2011
hi!
here is what you want to have.
I hope it helps to solve the problem.
there are two different outputs from different gdb commands:
1.) gbd
(gdb) core /core
(gdb) thread apply all bt full
2.) gdb -batch -ex "core /core" -ex "info sharedlib"
output 1.)
virt-zabbix-02:~ # gdb
GNU gdb (GDB) SUSE (7.0-0.4.16)
Copyright (C) 2009 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-suse-linux".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
(gdb) core /core
Missing separate debuginfo for the main executable file
Try: zypper install -C "debuginfo(build-id)=5d6304d055e0ee8c4121f4032d61f8dcedbe6413"
[New Thread 4126]
[New Thread 4138]
Core was generated by `/usr/sbin/glusterd'.
Program terminated with signal 11, Segmentation fault.
#0 0x00007f6fa688f06c in ?? ()
(gdb) thread apply all bt full
Thread 3 (Thread 4138):
#0 0x00007f6fa5f9307d in ?? ()
No symbol table info available.
#1 0x0000000000000000 in ?? ()
No symbol table info available.
Thread 2 (Thread 4126):
#0 0x00007f6fa625d2a7 in ?? ()
No symbol table info available.
#1 0x00007f6fa5212e9c in ?? ()
No symbol table info available.
#2 0x00007f6fa5212e9c in ?? ()
No symbol table info available.
#3 0x00007f6fa625d34d in ?? ()
No symbol table info available.
#4 0x0000000000000000 in ?? ()
No symbol table info available.
Thread 1 (Thread 4125):
#0 0x00007f6fa688f06c in ?? ()
No symbol table info available.
#1 0x0000000000635594 in ?? ()
No symbol table info available.
#2 0x00007f6fa6894878 in ?? ()
No symbol table info available.
#3 0x00007f6f00000005 in ?? ()
No symbol table info available.
#4 0x0000000000000000 in ?? ()
No symbol table info available.
(gdb) quit
output 2.)
virt-zabbix-02:~ # gdb -batch -ex "core /core" -ex "info sharedlib"
Missing separate debuginfo for the main executable file
Try: zypper install -C "debuginfo(build-id)=5d6304d055e0ee8c4121f4032d61f8dcedbe6413"
[New Thread 4126]
[New Thread 4138]
Core was generated by `/usr/sbin/glusterd'.
Program terminated with signal 11, Segmentation fault.
#0 0x00007f6fa688f06c in ?? ()
Missing separate debuginfo for /usr/lib64/libglusterfs.so.0
Try: zypper install -C "debuginfo(build-id)=33a995b3e6dbf11d0a1e05e6113a549bbc7af38e"
Missing separate debuginfo for /usr/lib64/libgfrpc.so.0
Try: zypper install -C "debuginfo(build-id)=fe0740b8c2325ecbaecba8bdf105def8ff2c4faf"
Missing separate debuginfo for /usr/lib64/libgfxdr.so.0
Try: zypper install -C "debuginfo(build-id)=6b1ff5cabe8a94745e18b216c6d55a73c363b78a"
Missing separate debuginfo for /lib64/libdl.so.2
Try: zypper install -C "debuginfo(build-id)=d70e9482ac22a826c1cf7d04bdbb1bf06f2e707b"
Missing separate debuginfo for /lib64/libpthread.so.0
Try: zypper install -C "debuginfo(build-id)=8362cd0e37776b4bba3372224858dbcafcadc4ee"
Missing separate debuginfo for /lib64/libc.so.6
Try: zypper install -C "debuginfo(build-id)=a41ac0b0b7cd60bd57473303c2c3de08856d2e06"
Missing separate debuginfo for /lib64/ld-linux-x86-64.so.2
Try: zypper install -C "debuginfo(build-id)=17c088070352d83e7afc43d83756b00899fd37f0"
Missing separate debuginfo for /usr/lib64/glusterfs/3.1.1/xlator/mgmt/glusterd.so
Try: zypper install -C "debuginfo(build-id)=73ec850e5db9f62ae65d19289f44aafb4073268b"
Missing separate debuginfo for /usr/lib64/glusterfs/3.1.1/rpc-transport/socket.so
Try: zypper install -C "debuginfo(build-id)=b726a091290e527dcccd842ff51c0557d051a9ee"
Missing separate debuginfo for /lib64/libgcc_s.so.1
Try: zypper install -C "debuginfo(build-id)=3f06bcfc74f9b01780d68e89b8dce403bef9b2e3"
>From To Syms Read Shared Object Library
0x00007f6fa6aabb40 0x00007f6fa6ae2468 No /usr/lib64/libglusterfs.so.0
0x00007f6fa68898c0 0x00007f6fa68958c8 No /usr/lib64/libgfrpc.so.0
0x00007f6fa6677680 0x00007f6fa667e6c8 No /usr/lib64/libgfxdr.so.0
0x00007f6fa646bdf0 0x00007f6fa646c948 No /lib64/libdl.so.2
0x00007f6fa62533f0 0x00007f6fa625f168 No /lib64/libpthread.so.0
0x00007f6fa5f0e850 0x00007f6fa5ffd15c No /lib64/libc.so.6
0x00007f6fa6cf5b00 0x00007f6fa6d0d174 No /lib64/ld-linux-x86-64.so.2
0x00007f6fa47c1230 0x00007f6fa47fd958 No /usr/lib64/glusterfs/3.1.1/xlator/mgmt/glusterd.so
0x00007f6fa45a21f0 0x00007f6fa45aa728 No /usr/lib64/glusterfs/3.1.1/rpc-transport/socket.so
0x00007f6fa38cfcc0 0x00007f6fa38e0868 No /lib64/libgcc_s.so.1
virt-zabbix-02:~ #
regards
markus
Am 27.01.2011 06:22, schrieb Raghavendra G:
> thread apply all bt full
--
Mit freundlichen Grüssen
Markus Fröhlich
Techniker
________________________________________________________
Xidras GmbH
Stockern 47
3744 Stockern
Austria
Tel: +43 (0) 2983 201 30503
Fax: +43 (0) 2983 201 305039
Email: markus.froehlich at xidras.com
Web: http://www.xidras.com
FN 317036 f | Landesgericht Krems | ATU64485024
________________________________________________________________________________
VERTRAULICHE INFORMATIONEN!
Diese eMail enthält vertrauliche Informationen und ist nur für den
berechtigten Empfänger bestimmt. Wenn diese eMail nicht für Sie bestimmt
ist, bitten wir Sie, diese eMail an uns zurückzusenden und anschließend
auf Ihrem Computer und Mail-Server zu löschen. Solche eMails und Anlagen
dürfen Sie weder nutzen, noch verarbeiten oder Dritten zugänglich
machen, gleich in welcher Form.
Wir danken für Ihre Kooperation!
CONFIDENTIAL!
This email contains confidential information and is intended for the
authorised recipient only. If you are not an authorised recipient,
please return the email to us and then delete it from your computer
and mail-server. You may neither use nor edit any such emails including
attachments, nor make them accessible to third parties in any manner
whatsoever.
Thank you for your cooperation
________________________________________________________________________________
More information about the Gluster-users
mailing list