Thread: dld_main
View Single Post

   
  #2 (permalink)  
Old 01-16-2008, 06:21 PM
Jim Hollenback
 
Posts: n/a
Default Re: dld_main

P L (jsyzghan@yahoo.com) wrote:
: I have a process core dumped with this stack trace:

: (gdb) bt
: #0 0xc002ea68 in kill ()
: #1 0xc002de2c in raise ()
: #2 0xc00282a8 in fatal_error ()
: #3 0xc001c6d0 in finish_dld_main ()
: #4 0xc001b980 in _dld_main ()

: Yet I cannot find the function _dld_main or dld_main in my code; nor
: in any of the libraries that the process loads. The OS is B.11.00. I
: didn't find anything ont the internet either. Can someone shed some
: light? Thanks. - PL

/usr/lib/dld.sl is the dynamic loader and _dld_main is found there.

--
Jim Hollenback
jholly@cup.hp.com
my opinion.
Reply With Quote