Can anybody tell me any book on dbx or any other popular de*?
Specifically, I want to know how to analyze core and stack trace.
Thank you.
Yong
Can anybody tell me any book on dbx or any other popular de*?
Specifically, I want to know how to analyze core and stack trace.
Thank you.
Yong
You don't say what platform you need, but have a look at "Panic!Quote:> Can anybody tell me any book on dbx or any other popular de*?
> Specifically, I want to know how to analyze core and stack trace.
--
If it ain't analogue, it ain't music.
#include <disclaimer.h> \\|// - ?
(o o)
/==================================oOOo=(_)=oOOo========\
| |
| |
| WWW: www.rkdltd.demon.co.uk |
| .oooO |
| ( ) Oooo. |
\===================================\ (==( )==========/
\_) ) /
(_/
1. dbx and analyzing core dumps
I have a core file from a user of my software that was generated on a
SOLARIS 2.6 system. When I try to evaluate the core dump using "dbx" using
the following command in "dbx"
debug -c core <executable>
I receive the following error message:
dbx: panic: Proc::get_rtld_stuff(): could not initialize rtld_db
I have set LD_LIBRARY_PATH to point to the dynamic library directory for my
program. Any ideas?
J. Stifle
4. a network
10. can't understand core dump file analyse
11. URGENT HELP: How do I analyze a core dump WITHOUT dbx ?