pr3p 39 Posted June 21, 2013 hello guyz i'm encountering server crash and map-server closed and conduct some core dump and can you check and review this one sir thanks and looking for your fast response. [root@arcane-ro server]# gdb char-server coreGNU gdb (GDB) Red Hat Enterprise Linux (7.2-60.el6_4.1)Copyright © 2010 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 "i686-redhat-linux-gnu".For bug reporting instructions, please see:<http://www.gnu.org/software/gdb/bugs/>...Reading symbols from /root/server/char-server...done.warning: core file may not match specified executable file.[New Thread 22943][New Thread 22944]Reading symbols from /lib/ld-linux.so.2...(no debugging symbols found)...done.Loaded symbols for /lib/ld-linux.so.2Core was generated by `./map-server'.Program terminated with signal 11, Segmentation fault.#0 0x080f3627 in skillid2idx ()Missing separate debuginfos, use: debuginfo-install glibc-2.12-1.80.el6_3.7.i686(gdb) ^C(gdb) Quit(gdb) quit[root@arcane-ro server]# gdb map-server coreGNU gdb (GDB) Red Hat Enterprise Linux (7.2-60.el6_4.1)Copyright © 2010 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 "i686-redhat-linux-gnu".For bug reporting instructions, please see:<http://www.gnu.org/software/gdb/bugs/>...Reading symbols from /root/server/map-server...done.[New Thread 22943][New Thread 22944]Missing separate debuginfo forTry: yum --disablerepo='*' --enablerepo='*-debug*' install /usr/lib/debug/.build-id/b5/99f884f42ab2410b5cc0120eb4ff1f93a5d587Reading symbols from /lib/libpthread.so.0...(no debugging symbols found)...done.[Thread debugging using libthread_db enabled]Loaded symbols for /lib/libpthread.so.0Reading symbols from /lib/librt.so.1...(no debugging symbols found)...done.Loaded symbols for /lib/librt.so.1Reading symbols from /lib/libm.so.6...(no debugging symbols found)...done.Loaded symbols for /lib/libm.so.6Reading symbols from /lib/libz.so.1...(no debugging symbols found)...done.Loaded symbols for /lib/libz.so.1Reading symbols from /lib/libdl.so.2...(no debugging symbols found)...done.Loaded symbols for /lib/libdl.so.2Reading symbols from /lib/libpcre.so.0...(no debugging symbols found)...done.Loaded symbols for /lib/libpcre.so.0Reading symbols from /usr/lib/mysql/libmysqlclient.so.16...(no debugging symbols found)...done.Loaded symbols for /usr/lib/mysql/libmysqlclient.so.16Reading symbols from /lib/libcrypt.so.1...(no debugging symbols found)...done.Loaded symbols for /lib/libcrypt.so.1Reading symbols from /lib/libnsl.so.1...(no debugging symbols found)...done.Loaded symbols for /lib/libnsl.so.1Reading symbols from /usr/lib/libssl.so.10...(no debugging symbols found)...done.Loaded symbols for /usr/lib/libssl.so.10Reading symbols from /usr/lib/libcrypto.so.10...(no debugging symbols found)...done.Loaded symbols for /usr/lib/libcrypto.so.10Reading symbols from /lib/libc.so.6...(no debugging symbols found)...done.Loaded symbols for /lib/libc.so.6Reading symbols from /lib/ld-linux.so.2...(no debugging symbols found)...done.Loaded symbols for /lib/ld-linux.so.2Reading symbols from /lib/libfreebl3.so...(no debugging symbols found)...done.Loaded symbols for /lib/libfreebl3.soReading symbols from /lib/libgssapi_krb5.so.2...(no debugging symbols found)...done.Loaded symbols for /lib/libgssapi_krb5.so.2Reading symbols from /lib/libkrb5.so.3...(no debugging symbols found)...done.Loaded symbols for /lib/libkrb5.so.3Reading symbols from /lib/libcom_err.so.2...(no debugging symbols found)...done.Loaded symbols for /lib/libcom_err.so.2Reading symbols from /lib/libk5crypto.so.3...(no debugging symbols found)...done.Loaded symbols for /lib/libk5crypto.so.3Reading symbols from /lib/libresolv.so.2...(no debugging symbols found)...done.Loaded symbols for /lib/libresolv.so.2Reading symbols from /lib/libkrb5support.so.0...(no debugging symbols found)...done.Loaded symbols for /lib/libkrb5support.so.0Reading symbols from /lib/libkeyutils.so.1...(no debugging symbols found)...done.Loaded symbols for /lib/libkeyutils.so.1Reading symbols from /lib/libselinux.so.1...(no debugging symbols found)...done.Loaded symbols for /lib/libselinux.so.1Reading symbols from /lib/libnss_files.so.2...(no debugging symbols found)...done.Loaded symbols for /lib/libnss_files.so.2Core was generated by `./map-server'.Program terminated with signal 11, Segmentation fault.#0 0x080f3627 in status_change_end_ (bl=0xb2ceae34, type=SC_EARTHDRIVE, tid=-1, file=0x8224990 "status.c", line=9219) at status.c:92669266 if (sce->timer != tid && tid != INVALID_TIMER)Missing separate debuginfos, use: debuginfo-install glibc-2.12-1.80.el6_3.7.i686 keyutils-libs-1.4-4.el6.i686 krb5-libs-1.10.3-10.el6_4.1.i686 libcom_err-1.41.12-14.el6.i686 libselinux-2.0.94-5.3.el6.i686 mysql-libs-5.1.67-1.el6_3.i686 nss-softokn-freebl-3.12.9-11.el6.i686 openssl-1.0.0-27.el6_4.2.i686 pcre-7.8-6.el6.i686 zlib-1.2.3-27.el6.i686(gdb) ^C(gdb) Quit(gdb) quit[root@arcane-ro server]# gdb login-server coreGNU gdb (GDB) Red Hat Enterprise Linux (7.2-60.el6_4.1)Copyright © 2010 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 "i686-redhat-linux-gnu".For bug reporting instructions, please see:<http://www.gnu.org/software/gdb/bugs/>...Reading symbols from /root/server/login-server...done.warning: core file may not match specified executable file.[New Thread 22943][New Thread 22944]Reading symbols from /lib/ld-linux.so.2...(no debugging symbols found)...done.Loaded symbols for /lib/ld-linux.so.2Core was generated by `./map-server'.Program terminated with signal 11, Segmentation fault.#0 0x080f3627 in ?? ()Missing separate debuginfos, use: debuginfo-install glibc-2.12-1.80.el6_3.7.i686(gdb) Quote Share this post Link to post Share on other sites
0 Greek 0 Posted June 21, 2013 any updates for this topic, i got the same problem too Quote Share this post Link to post Share on other sites
0 Ind 945 Posted June 21, 2013 This should've been in the bug tracker instead, please provide a full gdb dump for better understanding Quote Share this post Link to post Share on other sites
0 Xgear 44 Posted June 21, 2013 In this case you're pretty much missing debuginfo for GDB to be able to properly give you a dump rpm yum-utilsdebuginfo-install glibc Quote Share this post Link to post Share on other sites
hello guyz i'm encountering server crash and map-server closed and conduct some core dump and can you check and review this one sir thanks and looking for your fast response.
Share this post
Link to post
Share on other sites