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