help-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Need Help in using GDB


From: Chiranjaya Tantrige
Subject: Need Help in using GDB
Date: Tue, 11 Feb 2014 10:11:14 +0530



Hi All,

 

We are having some issues in using gdb. When we use gdb to read a core file it gives below highlighted error. Please advice on how to resolve it.

 

Regards,

Chiranjaya

 

 

 

5mse-v210(5.9):/u01/xxx/corefiles/TestCorefiles_xxx/Corefiles_100.11>/usr/local/bin/gdb ./AuthServer ./AuthServer.core

GNU gdb (GDB) 7.0

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 "sparc-sun-solaris2.9".

For bug reporting instructions, please see:

<http://www.gnu.org/software/gdb/bugs/>...

Reading symbols from /u01/xxx/corefiles/TestCorefiles_xxx/Corefiles_100.11/AuthServer...done


warning: exec file is newer than core file.

 

warning: Can't read pathname for load map: I/O error.

Reading symbols from /usr/lib/libz.so.1...(no debugging symbols found)...done.

Loaded symbols for /usr/lib/libz.so.1

Reading symbols from /home/oracle/OraHome1/lib32/libclntsh.so.9.0...(no debugging symbols found)...done.

Loaded symbols for /home/oracle/OraHome1/lib32/libclntsh.so.9.0

Reading symbols from /usr/lib/libpthread.so.1...(no debugging symbols found)...done.

Loaded symbols for /usr/lib/libpthread.so.1

Reading symbols from /usr/lib/libnsl.so.1...(no debugging symbols found)...done.

Loaded symbols for /usr/lib/libnsl.so.1

Reading symbols from /usr/lib/libgen.so.1...(no debugging symbols found)...done.

Loaded symbols for /usr/lib/libgen.so.1

Reading symbols from /usr/lib/librt.so.1...(no debugging symbols found)...done.

Loaded symbols for /usr/lib/librt.so.1

Reading symbols from /usr/lib/libsocket.so.1...(no debugging symbols found)...done.

Loaded symbols for /usr/lib/libsocket.so.1

Reading symbols from /home/oracle/OraHome1/lib/libstdc++.so.2.10.0...done.

Loaded symbols for /home/oracle/OraHome1/lib/libstdc++.so.2.10.0

Reading symbols from /usr/lib/libm.so.1...(no debugging symbols found)...done.

Loaded symbols for /usr/lib/libm.so.1

Reading symbols from /usr/lib/libc.so.1...(no debugging symbols found)...done.

Loaded symbols for /usr/lib/libc.so.1

Reading symbols from /home/oracle/OraHome1/lib32/libwtc9.so...(no debugging symbols found)...done.

Loaded symbols for /home/oracle/OraHome1/lib32/libwtc9.so

Reading symbols from /usr/lib/libdl.so.1...(no debugging symbols found)...done.

Loaded symbols for /usr/lib/libdl.so.1

Reading symbols from /usr/lib/libsched.so.1...(no debugging symbols found)...done.

Loaded symbols for /usr/lib/libsched.so.1

Reading symbols from /usr/lib/libaio.so.1...(no debugging symbols found)...done.

Loaded symbols for /usr/lib/libaio.so.1

Reading symbols from /usr/lib/libmp.so.2...(no debugging symbols found)...done.

Loaded symbols for /usr/lib/libmp.so.2

Reading symbols from /usr/lib/libmd5.so.1...(no debugging symbols found)...done.

Loaded symbols for /usr/lib/libmd5.so.1

Reading symbols from /usr/platform/SUNW,Sun-Fire-V245/lib/libc_psr.so.1...(no debugging symbols found)...done.

Loaded symbols for /usr/platform/SUNW,Sun-Fire-V245/lib/libc_psr.so.1

Reading symbols from /usr/lib/libthread.so.1...(no debugging symbols found)...done.

[Thread debugging using libthread_db enabled]

[New Thread 1 (LWP 1)]

Loaded symbols for /usr/lib/libthread.so.1

 

warning: Can't read pathname for load map: I/O error.

 

warning: Can't read pathname for load map: I/O error.

Core was generated by `AuthServer 1 AuthServer_1'.

Program terminated with signal 5, Trace/breakpoint trap.

#0  0xfe61e5a4 in _poll () from /usr/lib/libc.so.1

(gdb) bt

#0  0xfe61e5a4 in _poll () from /usr/lib/libc.so.1

#1  0xfe5d2630 in _select () from /usr/lib/libc.so.1

#2  0xfe50e1cc in select () from /usr/lib/libthread.so.1

#3  0x000aa9a8 in SSocketMan::Run (this=0xfbae8, zName=0xcb250 "AuthServer") at /home/nse/src-lib/SSUN/SSocketSUN.C:2001

#4  0x0009eeb8 in SEventMan::Run (this=0xf88c4, zName=0xcb250 "AuthServer", pErrCB=0xf88c0) at /home/xxx/src-lib/SSUN/SEventMan.C:386

#5  0x0004ed48 in AuthServer::Run (this=0xf88b8, iStartUpMode=1) at /home/xxx/xxx/src/AuthServer/AuthServer.C:275

#6  0x00056354 in main (argc=3, argv=0xffbff8e4) at /home/xxx/xxx/src/AuthServer/AuthServer.C:2535.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]